1# $NetBSD: ARMADILLO9,v 1.26 2009/12/05 20:11:11 pooka Exp $ 2# 3# ARMADILLO9 -- Atmark Techno, Armadillo-9 4# 5 6include "arch/evbarm/conf/std.armadillo9" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9options MSGBUFSIZE=65536 10#options KSTACK_CHECK_MAGIC 11 12# estimated number of users 13maxusers 16 14 15# Standard system options 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 17options NTP # NTP phase/frequency locked loop 18 19# CPU options 20options CPU_ARM9 # Support the ARM9TDMI core 21 22# File systems 23file-system FFS # UFS 24#file-system LFS # log-structured file system 25file-system MFS # memory file system 26file-system NFS # Network file system 27#file-system ADOSFS # AmigaDOS-compatible file system 28file-system EXT2FS # second extended file system (linux) 29file-system CD9660 # ISO 9660 + Rock Ridge file system 30file-system MSDOSFS # MS-DOS file system 31file-system FDESC # /dev/fd 32#file-system FILECORE # Acorn filecore file system 33file-system KERNFS # /kern 34file-system NULLFS # loopback file system 35file-system PROCFS # /proc 36#file-system UMAPFS # NULLFS + uid and gid remapping 37file-system UNION # union file system 38file-system PTYFS # /dev/pts/N support 39 40# File system options 41#options QUOTA # UFS quotas 42#options FFS_EI # FFS Endian Independant support 43options WAPBL # File system journaling support - Experimental 44#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 45options NFSSERVER # Network File System server 46#options FFS_NO_SNAPSHOT # No FFS snapshot support 47#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 48 # immutable) behave as system flags. 49 50# Networking options 51#options GATEWAY # packet forwarding 52options INET # IP + ICMP + TCP + UDP 53options INET6 # IPV6 54#options IPSEC # IP security 55#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 56#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 57#options IPSEC_DEBUG # debug for IP security 58#options MROUTING # IP multicast routing 59#options PIM # Protocol Independent Multicast 60#options ISO,TPIP # OSI 61#options EON # OSI tunneling over IP 62#options NETATALK # AppleTalk networking 63#options PPP_BSDCOMP # BSD-Compress compression support for PPP 64#options PPP_DEFLATE # Deflate compression support for PPP 65#options PPP_FILTER # Active filter support for PPP (requires bpf) 66#options PFIL_HOOKS # pfil(9) packet filter hooks 67#options IPFILTER_LOG # ipmon(8) log support 68#options IPFILTER_LOOKUP # ippool(8) support 69#options IPFILTER_DEFAULT_BLOCK # block all packets by default 70#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 71 72options NFS_BOOT_BOOTP 73options NFS_BOOT_DHCP 74#options NFS_BOOT_BOOTPARAM 75 76# Compatibility options 77#options COMPAT_16 # NetBSD 1.6 compatibility. 78options COMPAT_20 # NetBSD 2.0 79options COMPAT_30 # NetBSD 3.0 compatibility. 80options COMPAT_40 # NetBSD 4.0 compatibility. 81options COMPAT_50 # NetBSD 5.0 compatibility. 82options COMPAT_43 # 4.3BSD compatibility. 83#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 84options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 85options COMPAT_LINUX # binary compatibility with Linux 86options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 87 88# Shared memory options 89options SYSVMSG # System V-like message queues 90options SYSVSEM # System V-like semaphores 91#options SEMMNI=10 # number of semaphore identifiers 92#options SEMMNS=60 # number of semaphores in system 93#options SEMUME=10 # max number of undo entries per process 94#options SEMMNU=30 # number of undo structures in system 95options SYSVSHM # System V-like memory sharing 96options P1003_1B_SEMAPHORE # p1003.1b semaphore support 97 98# Device options 99 100#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 101#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 102#options MEMORY_DISK_IS_ROOT # use memory disk as root 103 104# Console options. The default console is speed is 115200 baud. 105options CONSPEED=115200 # Console speed 106options CONUNIT=0 # Console port number 107 108# Miscellaneous kernel options 109options KTRACE # system call tracing, a la ktrace(1) 110#options IRQSTATS # manage IRQ statistics 111#options KMEMSTATS # kernel memory statistics 112#options SCSIVERBOSE # Verbose SCSI errors 113#options PCIVERBOSE # Verbose PCI descriptions 114#options MIIVERBOSE # Verbose MII autoconfuration messages 115#options PCI_CONFIG_DUMP # verbosely dump PCI config space 116#options DDB_KEYCODE=0x40 117#options USERCONF # userconf(4) support 118#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 119#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 120 121# Development and Debugging options 122 123#options PERFCTRS # performance counters 124options DIAGNOSTIC # internally consistency checks 125#options DEBUG 126#options PMAP_DEBUG # Enable pmap_debug_level code 127#options VERBOSE_INIT_ARM # verbose bootstraping messages 128options DDB # in-kernel debugger 129#options DDB_ONPANIC=1 130options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 131#makeoptions DEBUG="-g" # compile full symbol table 132options SYMTAB_SPACE=450000 133 134#options PMAP_INCLUDE_PTE_SYNC 135#options LOCKDEBUG 136 137config netbsd root on ? type ? 138#config netbsd root on epe0 type nfs 139#config netbsd root on wd0 type ffs 140#config netbsd root on sd0 type ffs 141 142# The main bus device 143mainbus0 at root 144 145# The boot cpu 146cpu0 at mainbus? 147 148# Cirrus Logic EP93xx System-on-chip 149epsoc0 at mainbus? 150 151# AHB Peripheral 152# On-chip 10/100 Ethernet 153epe0 at epsoc? addr 0x80010000 size 0x10000 intr 39 154# On-chip USB host controller 155ohci0 at epsoc? addr 0x80020000 size 0x1000 intr 56 156# On-chip Raster (not yet) 157#vga0 at epsoc? addr 0x80030000 size 0x10000 intr ?? 158# On-chip PCMCIA controller 159eppcic0 at epsoc? addr 0x80080000 size 0x44 160# On-chip IDE (not yet) 161#wdc0 at epsoc? addr 0x800a0000 size 0x38 intr ?? 162 163# APB Peripheral 164# On-chip timers 165epclk0 at epsoc? addr 0x80810000 size 0x90 intr 4 166# GPIO 167epgpio0 at epsoc? addr 0x80840000 size 0xcc intr 59 168gpio* at epgpio? 169# On-chip serial UARTS 170epcom0 at epsoc? addr 0x808c0000 size 0x1000 intr 52 171epcom1 at epsoc? addr 0x808d0000 size 0x1000 intr 54 172#epcom2 at epsoc? addr 0x808e0000 size 0x1000 intr 55 173# RealTime Clock (no battery backup) 174eprtc0 at epsoc? addr 0x80920000 size 0x10c intr 37 175# Watchdog Timer 176epwdog0 at epsoc? addr 0x80940000 size 0x08 intr 36 177# LED 178epled0 at epgpio0 port 4 bit1 0 bit2 1 179 180# I^2C Controller Unit 181armadillo9iic0 at epgpio0 port 1 bit1 4 bit2 5 182iic* at armadillo9iic? 183seeprom0 at iic? addr 0x50 size 128 184#s3531rtc0 at iic? addr 0x30 185 186# PCMCIA bus support 187pcmcia* at eppcic0 controller ? socket ? 188 189# PCMCIA network interfaces 190ne* at pcmcia? function ? # NE2000-compatible Ethernet 191wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 192 193# MII/PHY support 194lxtphy* at mii? phy ? # Level One LXT-970 PHYs 195 196# PCMCIA serial interfaces 197com* at pcmcia? function ? # Modems and serial cards 198 199# PCMCIA IDE disk 200wdc* at pcmcia? function ? 201 202# USB Controller and Devices 203 204# USB bus support 205usb* at ohci? 206 207# USB Hubs 208uhub* at usb? 209uhub* at uhub? port ? 210 211# USB HID device 212uhidev* at uhub? port ? configuration ? interface ? 213 214# USB Mice 215#ums* at uhidev? reportid ? 216#wsmouse* at ums? mux 0 217 218# USB Keyboards 219#ukbd* at uhidev? reportid ? 220#wskbd* at ukbd? console ? mux 1 221 222# USB Generic HID devices 223uhid* at uhidev? reportid ? 224 225# USB Mass Storage 226umass* at uhub? port ? configuration ? interface ? 227scsibus* at umass? 228 229# USB audio 230#uaudio* at uhub? port ? configuration ? 231 232# USB MIDI 233#umidi* at uhub? port ? configuration ? 234 235# USB Generic driver 236ugen* at uhub? port ? 237 238# ATA (IDE) bus support 239atabus* at ata? 240 241# IDE drives 242wd* at atabus? drive ? flags 0x0000 243 244# ATAPI bus support 245atapibus* at atapi? 246 247# ATAPI devices 248cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives 249sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 250uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 251 252# SCSI devices 253sd* at scsibus? target ? lun ? # SCSI disk drives 254cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 255uk* at scsibus? target ? lun ? # SCSI unknown 256 257# Audio support 258#audio* at audiobus? 259 260# MIDI support 261#midi* at midibus? 262 263# Pseudo-Devices 264 265# disk/mass storage pseudo-devices 266#pseudo-device md 1 # memory disk device (ramdisk) 267pseudo-device vnd # disk-like interface to files 268options VND_COMPRESSION # compressed vnd(4) 269#pseudo-device fss 4 # file system snapshot device 270 271# network pseudo-devices 272pseudo-device bpfilter # Berkeley packet filter 273#pseudo-device ipfilter # IP filter (firewall) and NAT 274pseudo-device loop # network loopback 275#pseudo-device ppp # Point-to-Point Protocol 276#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 277#pseudo-device sl # Serial Line IP 278#pseudo-device strip # Starmode Radio IP (Metricom) 279#pseudo-device irframetty # IrDA frame line discipline 280#pseudo-device tap # virtual Ethernet 281#pseudo-device tun # network tunneling over tty 282#pseudo-device gre # generic L3 over IP tunnel 283#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 284#pseudo-device faith # IPv[46] tcp relay translation i/f 285#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 286#pseudo-device vlan # IEEE 802.1q encapsulation 287#pseudo-device bridge # simple inter-network bridging 288#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 289#pseudo-device pf # PF packet filter 290#pseudo-device pflog # PF log if 291#pseudo-device kttcp # network loopback 292 293# miscellaneous pseudo-devices 294pseudo-device pty # pseudo-terminals 295pseudo-device rnd # /dev/random and in-kernel generator 296#options RND_COM 297pseudo-device clockctl # user control of clock subsystem 298pseudo-device ksyms # /dev/ksyms 299#pseudo-device crypto # /dev/crypto device 300#pseudo-device swcrypto # software crypto implementation 301#pseudo-device sequencer 1 # MIDI sequencer 302 303# 304# wscons options 305# 306# builtin terminal emulations 307#options WSEMUL_SUN # sun terminal emulation 308options WSEMUL_VT100 # VT100 / VT220 emulation 309# customization of console and kernel output - see dev/wscons/wsdisplayvar.h 310#options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) 311#options WS_DEFAULT_FG=WSCOL_WHITE 312#options WS_DEFAULT_BG=WSCOL_BLACK 313#options WS_DEFAULT_COLATTR="(0)" 314#options WS_DEFAULT_MONOATTR="(0)" 315#options WS_KERNEL_FG=WSCOL_GREEN 316#options WS_KERNEL_BG=WSCOL_BLACK 317#options WS_KERNEL_COLATTR="" 318#options WS_KERNEL_MONOATTR="" 319# customization of console border color 320#options WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8) 321#options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color 322# compatibility to other console drivers 323#options WSDISPLAY_COMPAT_PCVT # emulate some ioctls 324#options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls 325#options WSDISPLAY_COMPAT_USL # VT handling 326#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 327# see dev/pckbport/wskbdmap_mfii.c for implemented layouts 328#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 329# allocate a number of virtual screens at autoconfiguration time 330#options WSDISPLAY_DEFAULTSCREENS=4 331# use a large software cursor that doesn't blink 332#options PCDISPLAY_SOFTCURSOR 333# modify the screen type of the console; defaults to "80x25" 334#options VGA_CONSOLE_SCREENTYPE="\"80x24\"" 335# work around a hardware bug that loaded fonts don't work; found on ATI cards 336#options VGA_CONSOLE_ATI_BROKEN_FONTSEL 337# console scrolling support. 338#options WSDISPLAY_SCROLLSUPPORT 339# enable VGA raster mode capable of displaying multilingual text on console 340#options VGA_RASTERCONSOLE 341 342# wscons pseudo-devices 343#pseudo-device wsmux # mouse & keyboard multiplexor 344#pseudo-device wsfont 345