TWINTAIL revision 1.2
1# $NetBSD: TWINTAIL,v 1.2 2005/04/15 17:27:21 itohy Exp $ 2# 3# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel 4# 5 6include "arch/evbarm/conf/std.g42xxeb" 7 8# estimated number of users 9 10maxusers 32 11 12options VERBOSE_ARM32 13#options INTR_DEBUG 14#options BOOTHOWTO=RB_SINGLE 15options PCMCIADEBUG 16options PCMCIACISDEBUG 17 18# Standard system options 19 20options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 21#options NTP # NTP phase/frequency locked loop 22 23# CPU options 24 25options CPU_XSCALE_PXA2X0 # Support the XScale core 26#options XSCALE_CACHE_WRITE_THROUGH 27options XSCALE_CACHE_READ_WRITE_ALLOCATE 28makeoptions COPTS="-O2 -mcpu=xscale" 29 30# Architecture options 31 32# File systems 33 34file-system FFS # UFS 35#file-system LFS # log-structured file system 36file-system MFS # memory file system 37file-system NFS # Network file system 38#file-system ADOSFS # AmigaDOS-compatible file system 39#file-system EXT2FS # second extended file system (linux) 40file-system CD9660 # ISO 9660 + Rock Ridge file system 41file-system MSDOSFS # MS-DOS file system 42file-system FDESC # /dev/fd 43file-system KERNFS # /kern 44file-system NULLFS # loopback file system 45file-system PORTAL # portal filesystem (still experimental) 46file-system PROCFS # /proc 47#file-system UMAPFS # NULLFS + uid and gid remapping 48file-system UNION # union file system 49 50# File system options 51#options QUOTA # UFS quotas 52#options FFS_EI # FFS Endian Independant support 53#options NFSSERVER 54options SOFTDEP 55#options FFS_NO_SNAPSHOT # ffs snapshots 56 57# Networking options 58 59#options GATEWAY # packet forwarding 60options INET # IP + ICMP + TCP + UDP 61options INET6 # IPV6 62#options IPSEC # IP security 63#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 64#options IPSEC_DEBUG # debug for IP security 65#options MROUTING # IP multicast routing 66#options NS # XNS 67#options NSIP # XNS tunneling over IP 68#options ISO,TPIP # OSI 69#options EON # OSI tunneling over IP 70#options CCITT,LLC,HDLC # X.25 71#options NETATALK # AppleTalk networking 72#options PFIL_HOOKS # pfil(9) packet filter hooks 73#options PPP_BSDCOMP # BSD-Compress compression support for PPP 74#options PPP_DEFLATE # Deflate compression support for PPP 75#options PPP_FILTER # Active filter support for PPP (requires bpf) 76#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 77 78options NFS_BOOT_BOOTP 79options NFS_BOOT_DHCP 80#options NFS_BOOT_BOOTPARAM 81 82# Compatibility options 83 84#options COMPAT_43 # 4.3BSD compatibility. 85options COMPAT_20 # NetBSD 2.0 compatibility. 86options COMPAT_16 # NetBSD 1.6 compatibility. 87#options COMPAT_15 # NetBSD 1.5 compatibility. 88#options COMPAT_14 # NetBSD 1.4 compatibility. 89#options COMPAT_13 # NetBSD 1.3 compatibility. 90#options COMPAT_12 # NetBSD 1.2 compatibility. 91#options COMPAT_11 # NetBSD 1.1 compatibility. 92#options COMPAT_10 # NetBSD 1.0 compatibility. 93#options COMPAT_09 # NetBSD 0.9 compatibility. 94#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 95 96# Shared memory options 97 98#options SYSVMSG # System V-like message queues 99#options SYSVSEM # System V-like semaphores 100#options SEMMNI=10 # number of semaphore identifiers 101#options SEMMNS=60 # number of semaphores in system 102#options SEMUME=10 # max number of undo entries per process 103#options SEMMNU=30 # number of undo structures in system 104#options SYSVSHM # System V-like memory sharing 105#options SHMMAXPGS=1024 # 1024 pages is the default 106 107# Device options 108 109#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 110#options MEMORY_DISK_SIZE=3072 # Size in blocks 111#options MEMORY_DISK_DYNAMIC 112#options MINIROOTSIZE=1000 # Size in blocks 113#options MEMORY_DISK_IS_ROOT # use memory disk as root 114 115# Miscellaneous kernel options 116options KTRACE # system call tracing, a la ktrace(1) 117#options LKM # loadable kernel modules 118#options KMEMSTATS # kernel memory statistics 119options PCMCIAVERBOSE # verbose PCMCIA configuration messages 120options USBVERBOSE # verbose USB device autoconfig messages 121options SCSIVERBOSE # Verbose SCSI errors 122#options MIIVERBOSE # Verbose MII autoconfuration messages 123#options DDB_KEYCODE=0x40 124#options USERCONF # userconf(4) support 125 126# Development and Debugging options 127 128options DIAGNOSTIC # internally consistency checks 129#options DEBUG 130#options PMAP_DEBUG # Enable pmap_debug_level code 131#options VERBOSE_INIT_ARM # verbose bootstraping messages 132#options DDB # in-kernel debugger 133#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 134#options KGDB 135#options IPKDB 136#options IPKDB_NE 137#options IPKDBKEY="\"Debug_it_over_network\"" 138#options DEBUG_KGDB 139makeoptions DEBUG="-g" # compile full symbol table 140options SYMTAB_SPACE=200000 141#options AUDIO_DEBUG=2 142 143config netbsd root on ? type ? 144config netbsd-ne0 root on ne0 type nfs 145 146# The main bus device 147mainbus0 at root 148 149# The boot cpu 150cpu0 at mainbus? 151 152# integrated peripherals 153pxaip0 at mainbus? 154 155pxaintc0 at pxaip? # interrupt controller 156pxagpio0 at pxaip? # GPIO 157 158# cotulla integrated 16550 UARTs 159options COM_PXA2X0 160com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 161com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART 162#com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) 163options FFUARTCONSOLE 164options BTUARTCONSOLE 165options KGDB_DEVNAME="\"ffuart\"" # ffuart or btuart 166options KGDB_DEVRATE=115200 167 168#aupxa0 at pxaip? # AC97 interface 169 170# Audio support 171#audio* at audiobus? 172 173 174# FlashROM disk driver 175# frd* at pxaip? 176 177# On-board device support 178obio0 at pxaip? intr 8 179ne0 at obio? addr 0x0e000200 intr 5 # on-board Asix AX88796 180 181# LCD 182#device-major lcd char 37 183lcd0 at obio? 184wsdisplay* at lcd? console ? 185options FONT_SONY8x16 186#options FONT_VT220L8x8 187options WSEMUL_VT100 # VT100 / VT220 emulation 188options G4250_LCD_TOSHIBA_LTM035 189#options G4250_LCD_NEC_NL3224BC35 190 191kmkbd* at obio? 192wskbd* at kmkbd? # console ? 193 194# GB-225 option board 195opio0 at obio? intr 2 196 197# USB host 198# slhci0 at opio0 199# options SLHCI_DEBUG 200 201# USB bus support 202#usb* at slhci? 203 204# USB Hubs 205# uhub* at usb? 206# uhub* at uhub? port ? configuration ? interface ? 207 208# USB HID device 209# uhidev* at uhub? port ? configuration ? interface ? 210 211# USB Mice 212# ums* at uhidev? reportid ? 213# wsmouse* at ums? mux 0 214 215# USB Keyboards 216#ukbd* at uhidev? reportid ? 217#wskbd* at ukbd? console ? mux 1 218 219# USB Generic HID devices 220# uhid* at uhidev? reportid ? 221 222# USB Printer 223#ulpt* at uhub? port ? configuration ? interface ? 224 225# USB Modem 226#umodem* at uhub? port ? configuration ? 227#ucom* at umodem? 228 229# USB Mass Storage 230#umass* at uhub? port ? configuration ? interface ? 231#wd* at umass? 232 233# USB audio 234#uaudio* at uhub? port ? configuration ? 235 236# USB MIDI 237#umidi* at uhub? port ? configuration ? 238 239# USB IrDA 240# USB-IrDA bridge spec 241#uirda* at uhub? port ? configuration ? interface ? 242#irframe* at uirda? 243 244# SigmaTel STIr4200 USB/IrDA Bridge 245#ustir* at uhub? port ? 246#irframe* at ustir? 247 248# USB Ethernet adapters 249#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 250#cue* at uhub? port ? # CATC USB-EL1201A based adapters 251#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 252#uax* at uhub? port ? # ASIX AX88172 based adapters 253#url* at uhub? port ? # Realtek RTL8150L based adapters 254 255# Prolific PL2301/PL2302 host-to-host adapter 256#upl* at uhub? port ? 257 258# Serial adapters 259#ubsa* at uhub? port ? # Belkin serial adapter 260#ucom* at ubsa? portno ? 261 262#uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 263#ucom* at uftdi? portno ? 264 265#umct* at uhub? port ? # MCT USB-RS232 serial adapter 266#ucom* at umct? portno ? 267 268#uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 269#ucom* at uplcom? portno ? 270 271#uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 272#ucom* at uvscom? portno ? 273 274# Diamond Multimedia Rio 500 275#urio* at uhub? port ? 276 277# USB Handspring Visor 278#uvisor* at uhub? port ? 279#ucom* at uvisor? 280 281# Kyocera AIR-EDGE PHONE 282#ukyopon* at uhub? port ? 283#ucom* at ukyopon? portno ? 284 285# USB scanners 286#uscanner* at uhub? port ? 287 288# USB scanners that use SCSI emulation, e.g., HP5300 289#usscanner* at uhub? port ? 290 291# Y@P firmware loader 292#uyap* at uhub? port ? 293 294# D-Link DSB-R100 USB radio 295#udsbr* at uhub? port ? 296#radio* at udsbr? 297 298# USB Generic driver 299# ugen* at uhub? port ? 300 301# PCMCIA/CF card 302opcic0 at opio? 303pcmcia* at opcic? 304 305# PCMCIA serial interfaces 306com* at pcmcia? function ? # Modems and serial cards 307 308pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 309com* at pcmcom? slave ? # ...and the slave devices 310 311# PCMCIA SCSI controllers 312aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 313esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 314 315# SCSI bus support 316scsibus* at scsi? 317 318# SCSI devices 319sd* at scsibus? target ? lun ? # SCSI disk drives 320st* at scsibus? target ? lun ? # SCSI tape drives 321cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 322ch* at scsibus? target ? lun ? # SCSI autochangers 323ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 324ss* at scsibus? target ? lun ? # SCSI scanners 325uk* at scsibus? target ? lun ? # SCSI unknown 326 327# PCMCIA IDE controllers 328wdc* at pcmcia? function ? 329atabus* at wdc? channel ? 330wd* at atabus? drive ? flags 0x0000 331 332# PCMCIA audio devices 333#esl* at pcmcia? function ? # ESS 1688 AudioDrive 334 335# PCMCIA network interfaces 336an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 337awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 338cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 339ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 340mbe* at pcmcia? function ? # MB8696x based Ethernet 341ne* at pcmcia? function ? # NE2000-compatible Ethernet 342ray* at pcmcia? function ? # Raytheon Raylink (802.11) 343sm* at pcmcia? function ? # Megahertz Ethernet 344# tr at pcmcia has problems with Cardbus bridges 345tr* at pcmcia? function ? # TROPIC based Token-Ring 346wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 347xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 348com* at xirc? 349xi* at xirc? 350 351mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 352com* at mhzc? 353sm* at mhzc? 354 355# Pseudo-Devices 356 357# disk/mass storage pseudo-devices 358#pseudo-device md 1 # memory disk device (ramdisk) 359#pseudo-device vnd 4 # disk-like interface to files 360#pseudo-device fss 4 # file system snapshot device 361 362# network pseudo-devices 363pseudo-device bpfilter 4 # Berkeley packet filter 364pseudo-device ipfilter # IP filter (firewall) and NAT 365pseudo-device loop # network loopback 366#pseudo-device kttcp # network loopback 367#pseudo-device ppp 2 # Point-to-Point Protocol 368#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 369#pseudo-device sl 2 # Serial Line IP 370#pseudo-device strip 2 # Starmode Radio IP (Metricom) 371#pseudo-device irframetty # IrDA frame line discipline 372#pseudo-device tap # virtual Ethernet 373#pseudo-device tun 2 # network tunneling over tty 374#pseudo-device gre 2 # generic L3 over IP tunnel 375#pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 376#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 377#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 378#pseudo-device vlan # IEEE 802.1q encapsulation 379#pseudo-device bridge # simple inter-network bridging 380#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 381#pseudo-device pf # PF packet filter 382#pseudo-device pflog # PF log if 383 384# miscellaneous pseudo-devices 385pseudo-device pty # pseudo-terminals 386pseudo-device rnd # /dev/random and in-kernel generator 387pseudo-device clockctl # user control of clock subsystem 388 389# wscons pseudo-devices 390#pseudo-device wsmux # mouse & keyboard multiplexor 391#pseudo-device wsfont 392pseudo-device ksyms # /dev/ksyms 393