ARMADILLO9 revision 1.44
11.44Sdholland# $NetBSD: ARMADILLO9,v 1.44 2014/07/27 03:34:41 dholland Exp $ 21.1Shamajima# 31.1Shamajima# ARMADILLO9 -- Atmark Techno, Armadillo-9 41.1Shamajima# 51.1Shamajima 61.1Shamajimainclude "arch/evbarm/conf/std.armadillo9" 71.1Shamajima 81.1Shamajima#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Shamajimaoptions MSGBUFSIZE=65536 101.1Shamajima#options KSTACK_CHECK_MAGIC 111.1Shamajima 121.1Shamajima# estimated number of users 131.1Shamajimamaxusers 16 141.1Shamajima 151.1Shamajima# Standard system options 161.1Shamajimaoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.1Shamajimaoptions NTP # NTP phase/frequency locked loop 181.1Shamajima 191.1Shamajima# CPU options 201.1Shamajimaoptions CPU_ARM9 # Support the ARM9TDMI core 211.1Shamajima 221.1Shamajima# File systems 231.1Shamajimafile-system FFS # UFS 241.1Shamajima#file-system LFS # log-structured file system 251.1Shamajimafile-system MFS # memory file system 261.1Shamajimafile-system NFS # Network file system 271.1Shamajima#file-system ADOSFS # AmigaDOS-compatible file system 281.1Shamajimafile-system EXT2FS # second extended file system (linux) 291.1Shamajimafile-system CD9660 # ISO 9660 + Rock Ridge file system 301.1Shamajimafile-system MSDOSFS # MS-DOS file system 311.1Shamajimafile-system FDESC # /dev/fd 321.1Shamajima#file-system FILECORE # Acorn filecore file system 331.1Shamajimafile-system KERNFS # /kern 341.1Shamajimafile-system NULLFS # loopback file system 351.1Shamajimafile-system PROCFS # /proc 361.37Smsaitoh#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 371.1Shamajima#file-system UMAPFS # NULLFS + uid and gid remapping 381.1Shamajimafile-system UNION # union file system 391.1Shamajimafile-system PTYFS # /dev/pts/N support 401.1Shamajima 411.1Shamajima# File system options 421.29Sbouyer#options QUOTA # legacy UFS quotas 431.29Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 441.30Swiz#options FFS_EI # FFS Endian Independent support 451.32Sdhollandoptions WAPBL # File system journaling support 461.1Shamajima#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 471.1Shamajimaoptions NFSSERVER # Network File System server 481.6Stsutsui#options FFS_NO_SNAPSHOT # No FFS snapshot support 491.1Shamajima#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 501.1Shamajima # immutable) behave as system flags. 511.1Shamajima 521.1Shamajima# Networking options 531.1Shamajima#options GATEWAY # packet forwarding 541.1Shamajimaoptions INET # IP + ICMP + TCP + UDP 551.1Shamajimaoptions INET6 # IPV6 561.1Shamajima#options IPSEC # IP security 571.1Shamajima#options IPSEC_DEBUG # debug for IP security 581.1Shamajima#options MROUTING # IP multicast routing 591.1Shamajima#options PIM # Protocol Independent Multicast 601.1Shamajima#options NETATALK # AppleTalk networking 611.1Shamajima#options PPP_BSDCOMP # BSD-Compress compression support for PPP 621.1Shamajima#options PPP_DEFLATE # Deflate compression support for PPP 631.1Shamajima#options PPP_FILTER # Active filter support for PPP (requires bpf) 641.1Shamajima#options IPFILTER_LOG # ipmon(8) log support 651.15Schristos#options IPFILTER_LOOKUP # ippool(8) support 661.1Shamajima#options IPFILTER_DEFAULT_BLOCK # block all packets by default 671.1Shamajima#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 681.1Shamajima 691.1Shamajimaoptions NFS_BOOT_BOOTP 701.1Shamajimaoptions NFS_BOOT_DHCP 711.1Shamajima#options NFS_BOOT_BOOTPARAM 721.1Shamajima 731.1Shamajima# Compatibility options 741.1Shamajima#options COMPAT_16 # NetBSD 1.6 compatibility. 751.1Shamajimaoptions COMPAT_20 # NetBSD 2.0 761.1Shamajimaoptions COMPAT_30 # NetBSD 3.0 compatibility. 771.19Stsutsuioptions COMPAT_40 # NetBSD 4.0 compatibility. 781.25Sbshoptions COMPAT_50 # NetBSD 5.0 compatibility. 791.38Sapboptions COMPAT_60 # NetBSD 6.0 compatibility. 801.1Shamajimaoptions COMPAT_43 # 4.3BSD compatibility. 811.1Shamajima#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 821.1Shamajimaoptions COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 831.1Shamajimaoptions COMPAT_LINUX # binary compatibility with Linux 841.1Shamajimaoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 851.1Shamajima 861.1Shamajima# Shared memory options 871.1Shamajimaoptions SYSVMSG # System V-like message queues 881.1Shamajimaoptions SYSVSEM # System V-like semaphores 891.1Shamajimaoptions SYSVSHM # System V-like memory sharing 901.1Shamajima 911.1Shamajima# Device options 921.1Shamajima 931.1Shamajima#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 941.1Shamajima#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 951.1Shamajima#options MEMORY_DISK_IS_ROOT # use memory disk as root 961.1Shamajima 971.1Shamajima# Console options. The default console is speed is 115200 baud. 981.1Shamajimaoptions CONSPEED=115200 # Console speed 991.9Shamajimaoptions CONUNIT=0 # Console port number 1001.1Shamajima 1011.1Shamajima# Miscellaneous kernel options 1021.1Shamajimaoptions KTRACE # system call tracing, a la ktrace(1) 1031.1Shamajima#options IRQSTATS # manage IRQ statistics 1041.1Shamajima#options KMEMSTATS # kernel memory statistics 1051.1Shamajima#options SCSIVERBOSE # Verbose SCSI errors 1061.1Shamajima#options PCIVERBOSE # Verbose PCI descriptions 1071.1Shamajima#options MIIVERBOSE # Verbose MII autoconfuration messages 1081.1Shamajima#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1091.1Shamajima#options DDB_KEYCODE=0x40 1101.1Shamajima#options USERCONF # userconf(4) support 1111.1Shamajima#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1121.1Shamajima#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1131.1Shamajima 1141.1Shamajima# Development and Debugging options 1151.1Shamajima 1161.1Shamajima#options PERFCTRS # performance counters 1171.44Sdhollandoptions DIAGNOSTIC # internal consistency checks 1181.1Shamajima#options DEBUG 1191.1Shamajima#options PMAP_DEBUG # Enable pmap_debug_level code 1201.1Shamajima#options VERBOSE_INIT_ARM # verbose bootstraping messages 1211.1Shamajimaoptions DDB # in-kernel debugger 1221.1Shamajima#options DDB_ONPANIC=1 1231.1Shamajimaoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1241.1Shamajima#makeoptions DEBUG="-g" # compile full symbol table 1251.36Smattoptions SYMTAB_SPACE=600000 1261.1Shamajima 1271.1Shamajima#options PMAP_INCLUDE_PTE_SYNC 1281.1Shamajima#options LOCKDEBUG 1291.1Shamajima 1301.2Shamajimaconfig netbsd root on ? type ? 1311.1Shamajima#config netbsd root on epe0 type nfs 1321.2Shamajima#config netbsd root on wd0 type ffs 1331.1Shamajima#config netbsd root on sd0 type ffs 1341.1Shamajima 1351.1Shamajima# The main bus device 1361.1Shamajimamainbus0 at root 1371.1Shamajima 1381.1Shamajima# The boot cpu 1391.1Shamajimacpu0 at mainbus? 1401.1Shamajima 1411.1Shamajima# Cirrus Logic EP93xx System-on-chip 1421.1Shamajimaepsoc0 at mainbus? 1431.1Shamajima 1441.1Shamajima# AHB Peripheral 1451.1Shamajima# On-chip 10/100 Ethernet 1461.1Shamajimaepe0 at epsoc? addr 0x80010000 size 0x10000 intr 39 1471.1Shamajima# On-chip USB host controller 1481.1Shamajimaohci0 at epsoc? addr 0x80020000 size 0x1000 intr 56 1491.1Shamajima# On-chip Raster (not yet) 1501.1Shamajima#vga0 at epsoc? addr 0x80030000 size 0x10000 intr ?? 1511.1Shamajima# On-chip PCMCIA controller 1521.20Shamajimaeppcic0 at epsoc? addr 0x80080000 size 0x44 1531.1Shamajima# On-chip IDE (not yet) 1541.1Shamajima#wdc0 at epsoc? addr 0x800a0000 size 0x38 intr ?? 1551.1Shamajima 1561.1Shamajima# APB Peripheral 1571.1Shamajima# On-chip timers 1581.1Shamajimaepclk0 at epsoc? addr 0x80810000 size 0x90 intr 4 1591.1Shamajima# GPIO 1601.1Shamajimaepgpio0 at epsoc? addr 0x80840000 size 0xcc intr 59 1611.1Shamajimagpio* at epgpio? 1621.1Shamajima# On-chip serial UARTS 1631.1Shamajimaepcom0 at epsoc? addr 0x808c0000 size 0x1000 intr 52 1641.1Shamajimaepcom1 at epsoc? addr 0x808d0000 size 0x1000 intr 54 1651.1Shamajima#epcom2 at epsoc? addr 0x808e0000 size 0x1000 intr 55 1661.1Shamajima# RealTime Clock (no battery backup) 1671.1Shamajimaeprtc0 at epsoc? addr 0x80920000 size 0x10c intr 37 1681.1Shamajima# Watchdog Timer 1691.1Shamajimaepwdog0 at epsoc? addr 0x80940000 size 0x08 intr 36 1701.1Shamajima# LED 1711.1Shamajimaepled0 at epgpio0 port 4 bit1 0 bit2 1 1721.1Shamajima 1731.1Shamajima# I^2C Controller Unit 1741.1Shamajimaarmadillo9iic0 at epgpio0 port 1 bit1 4 bit2 5 1751.1Shamajimaiic* at armadillo9iic? 1761.1Shamajimaseeprom0 at iic? addr 0x50 size 128 1771.1Shamajima#s3531rtc0 at iic? addr 0x30 1781.1Shamajima 1791.1Shamajima# PCMCIA bus support 1801.1Shamajimapcmcia* at eppcic0 controller ? socket ? 1811.1Shamajima 1821.1Shamajima# PCMCIA network interfaces 1831.1Shamajimane* at pcmcia? function ? # NE2000-compatible Ethernet 1841.1Shamajimawi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 1851.1Shamajima 1861.1Shamajima# MII/PHY support 1871.1Shamajimalxtphy* at mii? phy ? # Level One LXT-970 PHYs 1881.1Shamajima 1891.1Shamajima# PCMCIA serial interfaces 1901.1Shamajimacom* at pcmcia? function ? # Modems and serial cards 1911.1Shamajima 1921.1Shamajima# PCMCIA IDE disk 1931.1Shamajimawdc* at pcmcia? function ? 1941.1Shamajima 1951.1Shamajima# USB Controller and Devices 1961.1Shamajima 1971.1Shamajima# USB bus support 1981.1Shamajimausb* at ohci? 1991.1Shamajima 2001.1Shamajima# USB Hubs 2011.1Shamajimauhub* at usb? 2021.16Sdrochneruhub* at uhub? port ? 2031.1Shamajima 2041.1Shamajima# USB HID device 2051.1Shamajimauhidev* at uhub? port ? configuration ? interface ? 2061.1Shamajima 2071.1Shamajima# USB Mice 2081.1Shamajima#ums* at uhidev? reportid ? 2091.1Shamajima#wsmouse* at ums? mux 0 2101.1Shamajima 2111.1Shamajima# USB Keyboards 2121.1Shamajima#ukbd* at uhidev? reportid ? 2131.1Shamajima#wskbd* at ukbd? console ? mux 1 2141.1Shamajima 2151.1Shamajima# USB Generic HID devices 2161.1Shamajimauhid* at uhidev? reportid ? 2171.1Shamajima 2181.1Shamajima# USB Mass Storage 2191.1Shamajimaumass* at uhub? port ? configuration ? interface ? 2201.1Shamajimascsibus* at umass? 2211.1Shamajima 2221.1Shamajima# USB audio 2231.1Shamajima#uaudio* at uhub? port ? configuration ? 2241.1Shamajima 2251.1Shamajima# USB MIDI 2261.1Shamajima#umidi* at uhub? port ? configuration ? 2271.1Shamajima 2281.1Shamajima# USB Generic driver 2291.1Shamajimaugen* at uhub? port ? 2301.1Shamajima 2311.1Shamajima# ATA (IDE) bus support 2321.1Shamajimaatabus* at ata? 2331.1Shamajima 2341.1Shamajima# IDE drives 2351.1Shamajimawd* at atabus? drive ? flags 0x0000 2361.1Shamajima 2371.1Shamajima# ATAPI bus support 2381.1Shamajimaatapibus* at atapi? 2391.1Shamajima 2401.1Shamajima# ATAPI devices 2411.1Shamajimacd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives 2421.1Shamajimasd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 2431.1Shamajimauk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 2441.1Shamajima 2451.1Shamajima# SCSI devices 2461.1Shamajimasd* at scsibus? target ? lun ? # SCSI disk drives 2471.1Shamajimacd* at scsibus? target ? lun ? # SCSI CD-ROM drives 2481.1Shamajimauk* at scsibus? target ? lun ? # SCSI unknown 2491.1Shamajima 2501.1Shamajima# Audio support 2511.1Shamajima#audio* at audiobus? 2521.1Shamajima 2531.1Shamajima# MIDI support 2541.1Shamajima#midi* at midibus? 2551.1Shamajima 2561.1Shamajima# Pseudo-Devices 2571.1Shamajima 2581.1Shamajima# disk/mass storage pseudo-devices 2591.28Shannken#pseudo-device md # memory disk device (ramdisk) 2601.8Scubepseudo-device vnd # disk-like interface to files 2611.10Shamajimaoptions VND_COMPRESSION # compressed vnd(4) 2621.27Spooka#pseudo-device fss # file system snapshot device 2631.37Smsaitoh#pseudo-device putter # for puffs and pud 2641.1Shamajima 2651.1Shamajima# network pseudo-devices 2661.7Srpaulopseudo-device bpfilter # Berkeley packet filter 2671.1Shamajima#pseudo-device ipfilter # IP filter (firewall) and NAT 2681.1Shamajimapseudo-device loop # network loopback 2691.8Scube#pseudo-device ppp # Point-to-Point Protocol 2701.1Shamajima#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 2711.8Scube#pseudo-device sl # Serial Line IP 2721.8Scube#pseudo-device strip # Starmode Radio IP (Metricom) 2731.1Shamajima#pseudo-device irframetty # IrDA frame line discipline 2741.1Shamajima#pseudo-device tap # virtual Ethernet 2751.8Scube#pseudo-device tun # network tunneling over tty 2761.8Scube#pseudo-device gre # generic L3 over IP tunnel 2771.8Scube#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 2781.8Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 2791.8Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 2801.1Shamajima#pseudo-device vlan # IEEE 802.1q encapsulation 2811.1Shamajima#pseudo-device bridge # simple inter-network bridging 2821.1Shamajima#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 2831.1Shamajima#pseudo-device pf # PF packet filter 2841.1Shamajima#pseudo-device pflog # PF log if 2851.1Shamajima#pseudo-device kttcp # network loopback 2861.1Shamajima 2871.1Shamajima# miscellaneous pseudo-devices 2881.1Shamajimapseudo-device pty # pseudo-terminals 2891.1Shamajima#options RND_COM 2901.1Shamajimapseudo-device clockctl # user control of clock subsystem 2911.1Shamajimapseudo-device ksyms # /dev/ksyms 2921.4Sthorpej#pseudo-device crypto # /dev/crypto device 2931.5Sthorpej#pseudo-device swcrypto # software crypto implementation 2941.41Schristos#pseudo-device sequencer # MIDI sequencer 2951.1Shamajima 2961.1Shamajima# 2971.1Shamajima# wscons options 2981.1Shamajima# 2991.1Shamajima# builtin terminal emulations 3001.1Shamajima#options WSEMUL_SUN # sun terminal emulation 3011.1Shamajimaoptions WSEMUL_VT100 # VT100 / VT220 emulation 3021.1Shamajima# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 3031.1Shamajima#options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 3041.1Shamajima#options WS_DEFAULT_FG=WSCOL_WHITE 3051.1Shamajima#options WS_DEFAULT_BG=WSCOL_BLACK 3061.1Shamajima#options WS_DEFAULT_COLATTR="(0)" 3071.1Shamajima#options WS_DEFAULT_MONOATTR="(0)" 3081.1Shamajima#options WS_KERNEL_FG=WSCOL_GREEN 3091.1Shamajima#options WS_KERNEL_BG=WSCOL_BLACK 3101.1Shamajima#options WS_KERNEL_COLATTR="" 3111.1Shamajima#options WS_KERNEL_MONOATTR="" 3121.1Shamajima# customization of console border color 3131.1Shamajima#options WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8) 3141.1Shamajima#options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color 3151.1Shamajima# compatibility to other console drivers 3161.1Shamajima#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 3171.1Shamajima#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 3181.35Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 3191.1Shamajima#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 3201.12Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 3211.1Shamajima#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 3221.1Shamajima# allocate a number of virtual screens at autoconfiguration time 3231.1Shamajima#options WSDISPLAY_DEFAULTSCREENS=4 3241.1Shamajima# use a large software cursor that doesn't blink 3251.1Shamajima#options PCDISPLAY_SOFTCURSOR 3261.1Shamajima# modify the screen type of the console; defaults to "80x25" 3271.1Shamajima#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 3281.1Shamajima# work around a hardware bug that loaded fonts don't work; found on ATI cards 3291.1Shamajima#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 3301.1Shamajima# console scrolling support. 3311.1Shamajima#options WSDISPLAY_SCROLLSUPPORT 3321.1Shamajima# enable VGA raster mode capable of displaying multilingual text on console 3331.1Shamajima#options VGA_RASTERCONSOLE 3341.1Shamajima 3351.1Shamajima# wscons pseudo-devices 3361.1Shamajima#pseudo-device wsmux # mouse & keyboard multiplexor 3371.1Shamajima#pseudo-device wsfont 338