1 # 2 # LUBBOCK -- Intel LUBBOCK Evaluation Board Kernel 3 # 4 5 include "arch/evbarm/conf/std.lubbock" 6 7 # estimated number of users 8 9 maxusers 32 10 11 #options INTR_DEBUG 12 13 # Standard system options 14 15 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16 #options NTP # NTP phase/frequency locked loop 17 18 # CPU options 19 20 options CPU_XSCALE_PXA2X0 # Support the XScale core 21 #options XSCALE_CACHE_WRITE_THROUGH 22 #options XSCALE_CACHE_WRITE_BACK 23 makeoptions CPUFLAGS="-mcpu=xscale" 24 25 # Architecture options 26 27 # File systems 28 29 file-system FFS # UFS 30 #file-system LFS # log-structured file system 31 file-system MFS # memory file system 32 file-system NFS # Network file system 33 #file-system ADOSFS # AmigaDOS-compatible file system 34 #file-system EXT2FS # second extended file system (linux) 35 #file-system CD9660 # ISO 9660 + Rock Ridge file system 36 file-system MSDOSFS # MS-DOS file system 37 #file-system FDESC # /dev/fd 38 #file-system KERNFS # /kern 39 #file-system NULLFS # loopback file system 40 #file-system PORTAL # portal filesystem (still experimental) 41 #file-system PROCFS # /proc 42 #file-system UMAPFS # NULLFS + uid and gid remapping 43 #file-system UNION # union file system 44 45 # File system options 46 #options QUOTA # UFS quotas 47 #options FFS_EI # FFS Endian Independant support 48 #options NFSSERVER 49 options SOFTDEP 50 options FFS_SNAPSHOT # ffs snapshots 51 52 # Networking options 53 54 #options GATEWAY # packet forwarding 55 options INET # IP + ICMP + TCP + UDP 56 options INET6 # IPV6 57 #options IPSEC # IP security 58 #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 59 #options IPSEC_DEBUG # debug for IP security 60 #options MROUTING # IP multicast routing 61 #options PIM # Protocol Independent Multicast 62 #options NS # XNS 63 #options NSIP # XNS tunneling over IP 64 #options ISO,TPIP # OSI 65 #options EON # OSI tunneling over IP 66 #options CCITT,LLC,HDLC # X.25 67 #options NETATALK # AppleTalk networking 68 #options PFIL_HOOKS # pfil(9) packet filter hooks 69 #options PPP_BSDCOMP # BSD-Compress compression support for PPP 70 #options PPP_DEFLATE # Deflate compression support for PPP 71 #options PPP_FILTER # Active filter support for PPP (requires bpf) 72 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 73 74 options NFS_BOOT_BOOTP 75 options NFS_BOOT_DHCP 76 options NFS_BOOT_BOOTPARAM 77 78 # Compatibility options 79 80 #options COMPAT_43 # 4.3BSD compatibility. 81 options COMPAT_16 # NetBSD 1.6 compatibility. 82 #options COMPAT_15 # NetBSD 1.5 compatibility. 83 #options COMPAT_14 # NetBSD 1.4 compatibility. 84 #options COMPAT_13 # NetBSD 1.3 compatibility. 85 #options COMPAT_12 # NetBSD 1.2 compatibility. 86 #options COMPAT_11 # NetBSD 1.1 compatibility. 87 #options COMPAT_10 # NetBSD 1.0 compatibility. 88 #options COMPAT_09 # NetBSD 0.9 compatibility. 89 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 90 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 91 92 # Shared memory options 93 94 #options SYSVMSG # System V-like message queues 95 #options SYSVSEM # System V-like semaphores 96 #options SEMMNI=10 # number of semaphore identifiers 97 #options SEMMNS=60 # number of semaphores in system 98 #options SEMUME=10 # max number of undo entries per process 99 #options SEMMNU=30 # number of undo structures in system 100 #options SYSVSHM # System V-like memory sharing 101 #options SHMMAXPGS=1024 # 1024 pages is the default 102 103 # Device options 104 105 #options MEMORY_DISK_HOOKS # boottime setup of ramdisk 106 #options MEMORY_DISK_ROOT_SIZE=16384 # Size in blocks 107 #options MEMORY_DISK_DYNAMIC 108 #options MINIROOTSIZE=1000 # Size in blocks 109 #options MEMORY_DISK_IS_ROOT # use memory disk as root 110 111 # Miscellaneous kernel options 112 options KTRACE # system call tracing, a la ktrace(1) 113 #options LKM # loadable kernel modules 114 #options KMEMSTATS # kernel memory statistics 115 options PCMCIAVERBOSE # verbose PCMCIA configuration messages 116 #options SCSIVERBOSE # Verbose SCSI errors 117 #options MIIVERBOSE # Verbose MII autoconfuration messages 118 #options DDB_KEYCODE=0x40 119 #options USERCONF # userconf(4) support 120 121 # Development and Debugging options 122 123 options DIAGNOSTIC # internally consistency checks 124 #options DEBUG 125 #options PMAP_DEBUG # Enable pmap_debug_level code 126 #options IPKDB # remote kernel debugging 127 #options VERBOSE_INIT_ARM # verbose bootstraping messages 128 #options DDB # in-kernel debugger 129 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 130 #options KGDB 131 #options DEBUG_KGDB 132 #makeoptions DEBUG="-g" # compile full symbol table 133 #options SYMTAB_SPACE=200000 134 135 config netbsd root on ? type ? 136 config netbsd-sm0 root on sm0 type nfs 137 138 # The main bus device 139 mainbus0 at root 140 141 # The boot cpu 142 cpu0 at mainbus? 143 144 # integrated peripherals 145 pxaip0 at mainbus? 146 147 pxaintc0 at pxaip? # interrupt controller 148 pxagpio0 at pxaip? # GPIO 149 150 # cotulla integrated 16550 UARTs 151 options COM_PXA2X0 152 com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 153 com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART 154 #com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) 155 options FFUARTCONSOLE 156 options BTUARTCONSOLE 157 options KGDB_DEVNAME="\"btuart\"" # ffuart or btuart 158 options KGDB_DEVRATE=115200 159 160 #aupxa0 at pxaip? # AC97 interface 161 162 # Audio support 163 #audio* at audiobus? 164 165 # On-board device support 166 obio0 at pxaip? intr 8 167 sm0 at obio? addr 0x0c000000 intr 3 # on-board SMC 91C96 168 #options LUBBOCK_SMC91C96_16BIT 169 170 # LCD 171 lcd0 at obio? 172 wsdisplay* at lcd? console ? 173 options WSEMUL_VT100 # VT100 / VT220 emulation 174 175 # SA1111 companion chip 176 sacc0 at obio? addr 0x10000000 intr 1 177 178 sacpcic* at sacc? 179 pcmcia* at sacpcic? 180 181 sackbc0 at sacc0 addr 0x0a00 intr 21 182 sackbc1 at sacc0 addr 0x0c00 intr 18 183 184 # PS/2 controller of SA-1111 doesn't have "slot"; One device is attached 185 # to one controller. However, pckbd driver requires "slot 0" and pms driver 186 # requires "slot 1" 187 pckbd* at sackbc0 slot 0 188 wskbd* at pckbd? # console ? 189 pms* at sackbc1 slot 1 190 wsmouse* at pms? mux 0 191 192 # PCMCIA serial interfaces 193 com* at pcmcia? function ? # Modems and serial cards 194 195 pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 196 com* at pcmcom? slave ? # ...and the slave devices 197 198 # PCMCIA SCSI controllers 199 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 200 esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 201 202 # SCSI bus support 203 scsibus* at scsi? 204 205 # SCSI devices 206 sd* at scsibus? target ? lun ? # SCSI disk drives 207 st* at scsibus? target ? lun ? # SCSI tape drives 208 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 209 ch* at scsibus? target ? lun ? # SCSI autochangers 210 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 211 ss* at scsibus? target ? lun ? # SCSI scanners 212 uk* at scsibus? target ? lun ? # SCSI unknown 213 214 # PCMCIA IDE controllers and disks 215 wdc* at pcmcia? function ? 216 atabus* at wdc? channel ? 217 wd* at atabus? drive ? flags 0x0000 218 219 # 220 # Networking devices 221 # 222 an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 223 awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 224 cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 225 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 226 mbe* at pcmcia? function ? # MB8696x based Ethernet 227 ne* at pcmcia? function ? # NE2000-compatible Ethernet 228 ray* at pcmcia? function ? # Raytheon Raylink (802.11) 229 sm* at pcmcia? function ? # Megahertz Ethernet 230 tr* at pcmcia? function ? # TROPIC based Token-Ring 231 wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 232 xi* at pcmcia? function ? # Xircom CreditCard Ethernet 233 234 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 235 com* at mhzc? 236 sm* at mhzc? 237 238 # PCMCIA audio devices 239 #esl* at pcmcia? function ? # ESS 1688 AudioDrive 240 241 # Pseudo-Devices 242 243 # disk/mass storage pseudo-devices 244 pseudo-device md 1 # memory disk device (ramdisk) 245 #pseudo-device vnd 4 # disk-like interface to files 246 #pseudo-device fss 4 # file system snapshot device 247 248 # network pseudo-devices 249 pseudo-device bpfilter 4 # Berkeley packet filter 250 pseudo-device loop # network loopback 251 252 # miscellaneous pseudo-devices 253 pseudo-device pty # pseudo-terminals 254 #pseudo-device rnd # /dev/random and in-kernel generator 255 256 pseudo-device wsmux # mouse & keyboard multiplexor 257