WALNUT revision 1.5
11.5Smatt# $NetBSD: WALNUT,v 1.5 2003/09/25 18:57:55 matt Exp $ 21.1Sscw# 31.1Sscw# GENERIC -- everything that's currently supported 41.1Sscw# 51.1Sscw 61.1Sscwinclude "arch/evbppc/conf/std.walnut" 71.1Sscw 81.1Sscw#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.1Sscw 101.1Sscw#ident "WALNUT" 111.1Sscw 121.1Sscwmaxusers 32 131.1Sscw 141.1Sscw#options UVMHIST 151.1Sscw#options UVMHIST_PRINT 161.1Sscw 171.1Sscw# Options for necessary to use MD 181.1Sscw#options MEMORY_DISK_HOOKS 191.1Sscw#options MEMORY_DISK_IS_ROOT # force root on memory disk 201.1Sscw#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 211.1Sscw#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 221.1Sscw 231.1Sscw 241.1Sscw#options INSECURE # disable kernel security levels 251.1Sscw#options NTP # NTP phase/frequency locked loop 261.1Sscwoptions KTRACE # system call tracing via ktrace(1) 271.1Sscw 281.1Sscwoptions SYSVMSG # System V message queues 291.1Sscwoptions SYSVSEM # System V semaphores 301.1Sscwoptions SYSVSHM # System V shared memory 311.1Sscw#options SHMMAXPGS=1024 # 1024 pages is the default 321.1Sscw 331.1Sscw#options LKM # loadable kernel modules 341.1Sscw 351.1Sscwoptions USERCONF # userconf(4) support 361.1Sscw#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 371.1Sscw 381.1Sscw# Diagnostic/debugging support options 391.1Sscw#options DIAGNOSTIC # cheap kernel consistency checks 401.1Sscw#options DEBUG # expensive debugging checks/support 411.1Sscwoptions DDB # in-kernel debugger 421.1Sscwoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 431.1Sscwoptions TRAP_PANICWAIT 441.4Seehoptions SYMTAB_SPACE=400000 # size for embedded symbol table 451.1Sscw 461.1Sscwmakeoptions DEBUG="-g" # compile full symbol table 471.1Sscw 481.1Sscw# Compatibility options 491.1Sscw#options COMPAT_09 # NetBSD 0.9, 501.1Sscw#options COMPAT_10 # NetBSD 1.0, 511.1Sscw#options COMPAT_11 # NetBSD 1.1, 521.1Sscw#options COMPAT_12 # NetBSD 1.2, 531.1Sscwoptions COMPAT_13 # NetBSD 1.3, 541.1Sscwoptions COMPAT_14 # NetBSD 1.4, 551.5Smattoptions COMPAT_16 # NetBSD 1.6, 561.1Sscwoptions COMPAT_43 # and 4.3BSD 571.1Sscw#options COMPAT_386BSD_MBRPART # recognize old partition ID 581.1Sscw#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 591.1Sscw 601.1Sscw# File systems 611.1Sscwfile-system FFS # UFS 621.1Sscwfile-system EXT2FS # second extended file system (linux) 631.1Sscwfile-system LFS # log-structured file system 641.1Sscwfile-system MFS # memory file system 651.1Sscwfile-system NFS # Network File System client 661.1Sscwfile-system CD9660 # ISO 9660 + Rock Ridge file system 671.1Sscwfile-system MSDOSFS # MS-DOS file system 681.1Sscwfile-system FDESC # /dev/fd 691.1Sscwfile-system KERNFS # /kern 701.1Sscwfile-system NULLFS # loopback file system 711.1Sscwfile-system OVERLAY # overlay file system 721.1Sscwfile-system PORTAL # portal filesystem (still experimental) 731.1Sscwfile-system PROCFS # /proc 741.1Sscwfile-system UMAPFS # NULLFS + uid and gid remapping 751.1Sscwfile-system UNION # union file system 761.1Sscw 771.1Sscw# File system options 781.1Sscwoptions QUOTA # UFS quotas 791.3Ssimonboptions FFS_EI # FFS Endian Independant support 801.1Sscwoptions SOFTDEP # FFS soft updates support. 811.1Sscwoptions NFSSERVER # Network File System server 821.1Sscwoptions EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 831.1Sscw # immutable) behave as system flags. 841.1Sscw 851.1Sscwoptions NFS_BOOT_DHCP # Support DHCP NFS root 861.1Sscw 871.1Sscw# Networking options 881.1Sscw#options GATEWAY # packet forwarding 891.1Sscwoptions INET # IP + ICMP + TCP + UDP 901.1Sscwoptions INET6 # IPV6 911.1Sscw#options IPSEC # IP security 921.1Sscw#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 931.1Sscw#options IPSEC_DEBUG # debug for IP security 941.1Sscw#options MROUTING # IP multicast routing 951.1Sscw#options DIRECTED_BROADCAST # allow broadcasts through routers 961.1Sscw#options NS # XNS 971.1Sscw#options NSIP # XNS tunneling over IP 981.1Sscwoptions ISO,TPIP # OSI 991.1Sscw#options EON # OSI tunneling over IP 1001.1Sscw#options CCITT,LLC,HDLC # X.25 1011.1Sscw#options NETATALK # AppleTalk networking protocols 1021.1Sscwoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1031.1Sscwoptions PPP_DEFLATE # Deflate compression support for PPP 1041.1Sscwoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1051.1Sscwoptions PFIL_HOOKS # pfil(9) packet filter hooks 1061.1Sscwoptions IPFILTER_LOG # ipmon(8) log support 1071.1Sscw#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1081.1Sscwoptions NMBCLUSTERS=1024 1091.1Sscw 1101.1Sscw# These options enable verbose messages for several subsystems. 1111.1Sscw# Warning, these may compile large string tables into the kernel! 1121.1Sscwoptions PCIVERBOSE # verbose PCI device autoconfig messages 1131.1Sscwoptions MIIVERBOSE # verbose PHY autoconfig messages 1141.1Sscw#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1151.1Sscwoptions SCSIVERBOSE # human readable SCSI error messages 1161.1Sscwoptions PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1171.1Sscw#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1181.1Sscw 1191.1Sscw# wscons options 1201.1Sscw#options WSEMUL_SUN # sun terminal emulation 1211.1Sscw#options WSEMUL_VT100 # VT100 / VT220 emulation 1221.1Sscw 1231.1Sscw# Kernel root file system and dump configuration. 1241.1Sscwconfig netbsd root on ? type ? 1251.1Sscw 1261.1Sscw# 1271.1Sscw# Device configuration 1281.1Sscw# 1291.1Sscw 1301.1Sscwplb0 at root # Processor Local Bus 1311.1Sscw 1321.1Sscwcpu0 at plb? 1331.1Sscw 1341.1Sscwecc0 at plb? irq 16 # On-chip ECC controller 1351.1Sscw 1361.1Sscwopb* at plb? # On-chip Peripheral Bus 1371.1Sscw 1381.1Sscwwdog* at opb? # Watchdog timer 1391.1Sscw 1401.1Sscwcom* at opb? addr ? irq ? # UARTs 1411.1Sscw 1421.1Sscwemac0 at opb? addr ? irq ? # Ethernet Media Access Controller 1431.1Sscwoptions EMAC_EVENT_COUNTERS 1441.1Sscw 1451.1Sscwpchb0 at plb? # PCI-Host bridges 1461.1Sscw 1471.1Sscwpci* at pchb? 1481.1Sscwppb* at pci? dev ? function ? # PCI-PCI bridges 1491.1Sscw 1501.1Sscwfpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller 1511.1Sscwep* at pci? dev ? function ? # 3Com 3c59x 1521.1Sscwepic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 1531.1Sscwex* at pci? dev ? function ? # 3Com 90x[B] 1541.1Sscwfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 1551.1Sscwne* at pci? dev ? function ? # NE2000-compatible Ethernet 1561.1Sscwrtk* at pci? dev ? function ? # Realtek 8129/8139 1571.1Sscwsip* at pci? dev ? function ? # SiS 900/7016 Ethernet 1581.1Sscwtlp* at pci? dev ? function ? # DECchip 21x4x and clones 1591.1Sscwadv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 1601.1Sscwadw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 1611.1Sscwahc* at pci? dev ? function ? # Adaptec 294x, aic78x0 SCSI 1621.1Sscwbha* at pci? dev ? function ? # BusLogic 9xx SCSI 1631.1Sscwisp* at pci? dev ? function ? # Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan 1641.1Sscwsiop* at pci? dev ? function ? # NCR 53c8xx SCSI 1651.1Sscwpcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI 1661.1Sscwpciide* at pci? dev ? function ? 1671.1Sscw#cbb* at pci? dev ? function ? # PCI-CardBus bridge 1681.1Sscw 1691.1Sscwexphy* at mii? phy ? # 3Com internal PHYs 1701.1Sscwicsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 1711.1Sscwinphy* at mii? phy ? # Intel 82555 PHYs 1721.1Sscwiophy* at mii? phy ? # Intel 82553 PHYs 1731.1Sscwlxtphy* at mii? phy ? # Level One LXT-970 PHYs 1741.1Sscwnsphy* at mii? phy ? # NS83840 PHYs 1751.1Sscwnsphyter* at mii? phy ? # NS83843 PHYs 1761.1Sscwqsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 1771.1Sscwsqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 1781.1Sscwtlphy* at mii? phy ? # ThunderLAN PHYs 1791.1Sscwtqphy* at mii? phy ? # TDK Semiconductor PHYs 1801.1Sscwukphy* at mii? phy ? # generic unknown PHYs 1811.1Sscw 1821.1Sscw# PCI serial interfaces 1831.1Sscw#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 1841.1Sscw#cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 1851.1Sscw 1861.1Sscw#cardslot* at cbb? 1871.1Sscw#cardbus* at cardslot? 1881.1Sscw#pcmcia* at cardslot? 1891.1Sscw 1901.1Sscw#com* at pcmcia? function ? # Modems and serial cards 1911.1Sscw#wdc* at pcmcia? function ? # PCMCIA IDE controllers 1921.1Sscw#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 1931.1Sscw#mbe* at pcmcia? function ? # MB8696x based Ethernet 1941.1Sscw#ne* at pcmcia? function ? # NE2000-compatible Ethernet 1951.1Sscw#ex* at cardbus? dev ? function ? # 3Com 3C575TX 1961.1Sscw#tlp* at cardbus? dev ? function ? # DECchip 21143 1971.1Sscw#rtk* at cardbus? dev ? function ? # Realtek 8129/8139 1981.1Sscw 1991.1Sscwscsibus* at adv? 2001.1Sscwscsibus* at adw? 2011.1Sscwscsibus* at ahc? 2021.1Sscwscsibus* at bha? 2031.1Sscwscsibus* at isp? 2041.1Sscwscsibus* at pcscp? 2051.1Sscwscsibus* at siop? 2061.1Sscw 2071.1Sscwsd* at scsibus? target ? lun ? # SCSI disks 2081.1Sscwst* at scsibus? target ? lun ? # SCSI tape drives 2091.1Sscwcd* at scsibus? target ? lun ? # SCSI CD-ROM drives 2101.1Sscwch* at scsibus? target ? lun ? # SCSI autochangers 2111.1Sscwss* at scsibus? target ? lun ? # SCSI scanners 2121.1Sscwuk* at scsibus? target ? lun ? # SCSI unknown 2131.1Sscw 2141.1Sscwwd* at pciide? channel ? drive ? 2151.1Sscw 2161.1Sscwatapibus* at pciide? channel ? 2171.1Sscw 2181.1Sscwcd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 2191.1Sscwsd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 2201.1Sscwuk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 2211.1Sscw 2221.1Sscwpbus* at plb? # off-chip Peripheral BUS 2231.1Sscw 2241.1Sscwdsrtc0 at pbus? addr ? # RTC 2251.1Sscwtodclock0 at dsrtc? # time-of-day device via rtc device 2261.1Sscw 2271.1Sscw#pckbc0 at pbus? 2281.1Sscw#pckbd* at pckbc? 2291.1Sscw#wskbd* at pckbd? console ? 2301.1Sscw#pms* at pckbc? 2311.1Sscw#wsmouse* at pms? mux 0 2321.1Sscw 2331.1Sscw#vga* at pci? dev ? function ? 2341.1Sscw#wsdisplay* at vga? console ? 2351.1Sscw 2361.1Sscwpseudo-device vnd 4 # disk-like interface to files 2371.1Sscwpseudo-device ccd 4 # concatenated/striped disk devices 2381.1Sscw#pseudo-device cgd 4 # cryptographic disk devices 2391.1Sscwpseudo-device raid 4 # RAIDframe disk driver 2401.1Sscwoptions RAID_AUTOCONFIG # auto-configuration of RAID components 2411.1Sscwpseudo-device md 1 # memory disk device 2421.1Sscwpseudo-device loop # network loopback 2431.1Sscwpseudo-device bpfilter 8 # packet filter 2441.1Sscwpseudo-device ipfilter # IP filter (firewall) and NAT 2451.1Sscwpseudo-device ppp 2 # Point-to-Point Protocol 2461.1Sscwpseudo-device sl 2 # Serial Line IP 2471.1Sscwpseudo-device tun 4 # network tunneling over tty 2481.1Sscw#pseudo-device gre 2 # generic L3 over IP tunnel 2491.1Sscwpseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2501.1Sscw#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2511.1Sscw#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 2521.1Sscwpseudo-device vlan # IEEE 802.1q encapsulation 2531.1Sscwpseudo-device pty # pseudo-terminals 2541.1Sscwpseudo-device rnd # /dev/random and in-kernel generator 2551.1Sscw#pseudo-device wsmux # ick 2561.1Sscwpseudo-device clockctl # user control of clock subsystem 2571.1Sscwpseudo-device kttcp # kernel ttcp 258