P2020DS revision 1.3
11.3Smatt# $NetBSD: P2020DS,v 1.3 2011/06/08 05:03:44 matt Exp $ 21.1Smatt# 31.1Smatt# P2020DS -- everything that's currently supported 41.1Smatt# 51.1Smatt# 61.1Smatt 71.1Smattinclude "arch/evbppc/conf/std.mpc85xx" 81.1Smatt 91.1Smattoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 101.1Smatt 111.3Smattident "P2020DS-$Revision: 1.3 $" 121.1Smatt 131.1Smattmaxusers 32 141.1Smatt 151.1Smatt#options UVMHIST 161.1Smatt#options UVMHIST_PRINT 171.1Smatt 181.1Smattno options GUR_BASE 191.1Smattoptions GUR_BASE=0xffe00000 201.1Smatt 211.1Smattoptions P2020 221.1Smattoptions PIXIS 231.1Smatt#options SYS_CLK=100000000 241.1Smatt#options HZ=1000 251.1Smatt 261.1Smattmakeoptions NEED_BINARY="yes" 271.1Smattmakeoptions NEED_UBOOTIMAGE="yes" 281.1Smatt 291.1Smatt#options INSECURE # disable kernel security levels 301.1Smatt#options NTP # NTP phase/frequency locked loop 311.1Smattoptions KTRACE # system call tracing via ktrace(1) 321.1Smatt 331.1Smattoptions SYSVMSG # System V message queues 341.1Smattoptions SYSVSEM # System V semaphores 351.1Smattoptions SYSVSHM # System V shared memory 361.1Smatt 371.1Smattoptions USERCONF # userconf(4) support 381.1Smatt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 391.1Smatt#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 401.1Smatt 411.1Smatt# Diagnostic/debugging support options 421.1Smattoptions DIAGNOSTIC # cheap kernel consistency checks 431.1Smattoptions DEBUG # expensive debugging checks/support 441.1Smatt#options SYSCALL_DEBUG # syscall debugging 451.1Smattoptions DDB # in-kernel debugger 461.1Smattoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 471.1Smattoptions TRAP_PANICWAIT 481.1Smattoptions SYMTAB_SPACE=410000 # size for embedded symbol table 491.1Smatt 501.1Smattmakeoptions DEBUG="-g" # compile full symbol table 511.1Smatt 521.1Smatt# Compatibility options 531.1Smatt#options COMPAT_09 # NetBSD 0.9, 541.1Smatt#options COMPAT_10 # NetBSD 1.0, 551.1Smatt#options COMPAT_11 # NetBSD 1.1, 561.1Smatt#options COMPAT_12 # NetBSD 1.2, 571.1Smattoptions COMPAT_13 # NetBSD 1.3, 581.1Smattoptions COMPAT_14 # NetBSD 1.4, 591.1Smattoptions COMPAT_15 # NetBSD 1.5, 601.1Smattoptions COMPAT_16 # NetBSD 1.6, 611.1Smattoptions COMPAT_20 # NetBSD 2.0, 621.1Smattoptions COMPAT_30 # NetBSD 3.0, 631.1Smattoptions COMPAT_40 # NetBSD 4.0, 641.1Smattoptions COMPAT_50 # NetBSD 5.0 compatibility. 651.1Smattoptions COMPAT_43 # and 4.3BSD 661.1Smatt#options COMPAT_386BSD_MBRPART # recognize old partition ID 671.1Smatt#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 681.1Smattoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 691.1Smatt 701.1Smatt# File systems 711.1Smattfile-system FFS # UFS 721.1Smattfile-system EXT2FS # second extended file system (linux) 731.1Smattfile-system LFS # log-structured file system 741.1Smattfile-system MFS # memory file system 751.1Smattfile-system NFS # Network File System client 761.1Smattfile-system CD9660 # ISO 9660 + Rock Ridge file system 771.1Smattfile-system MSDOSFS # MS-DOS file system 781.1Smatt#file-system FDESC # /dev/fd 791.1Smattfile-system TMPFS # efficient memory file system 801.1Smattfile-system KERNFS # /kern 811.1Smattfile-system NULLFS # loopback file system 821.1Smatt#file-system OVERLAY # overlay file system 831.1Smatt#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 841.1Smattfile-system PROCFS # /proc 851.1Smatt#file-system UMAPFS # NULLFS + uid and gid remapping 861.1Smatt#file-system UNION # union file system 871.1Smattfile-system PTYFS # /dev/pts/N support 881.1Smatt 891.1Smatt# File system options 901.1Smattoptions QUOTA # legacy UFS quotas 911.1Smattoptions QUOTA2 # new, in-filesystem UFS quotas 921.1Smattoptions FFS_EI # FFS Endian Independant support 931.1Smattoptions WAPBL # File system journaling support - Experimental 941.1Smattoptions NFSSERVER # Network File System server 951.1Smatt#options FFS_NO_SNAPSHOT # No FFS snapshot support 961.1Smattoptions EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 971.1Smatt # immutable) behave as system flags. 981.1Smatt 991.1Smattoptions NFS_BOOT_DHCP # Support DHCP NFS root 1001.1Smatt 1011.1Smatt# Networking options 1021.1Smatt#options GATEWAY # packet forwarding 1031.1Smattoptions INET # IP + ICMP + TCP + UDP 1041.1Smattoptions INET_CSUM_COUNTERS 1051.1Smattoptions TCP_CSUM_COUNTERS 1061.1Smattoptions UDP_CSUM_COUNTERS 1071.1Smatt#options INET6 # IPV6 1081.1Smatt#options IPSEC # IP security 1091.1Smatt#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1101.1Smatt#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 1111.1Smatt#options IPSEC_DEBUG # debug for IP security 1121.1Smatt#options MROUTING # IP multicast routing 1131.1Smatt#options PIM # Protocol Independent Multicast 1141.1Smatt#options DIRECTED_BROADCAST # allow broadcasts through routers 1151.1Smatt#options ISO,TPIP # OSI 1161.1Smatt#options EON # OSI tunneling over IP 1171.1Smatt#options NETATALK # AppleTalk networking protocols 1181.1Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1191.1Smatt#options PPP_DEFLATE # Deflate compression support for PPP 1201.1Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1211.1Smatt#options PFIL_HOOKS # pfil(9) packet filter hooks 1221.1Smatt#options IPFILTER_LOG # ipmon(8) log support 1231.1Smatt#options IPFILTER_LOOKUP # ippool(8) support 1241.1Smatt#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1251.1Smatt 1261.1Smatt# These options enable verbose messages for several subsystems. 1271.1Smatt# Warning, these may compile large string tables into the kernel! 1281.1Smattoptions PCIVERBOSE # verbose PCI device autoconfig messages 1291.1Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1301.1Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1311.1Smattoptions SCSIVERBOSE # human readable SCSI error messages 1321.1Smatt#options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1331.1Smatt#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1341.1Smatt 1351.1Smatt# wscons options 1361.1Smatt#options WSEMUL_SUN # sun terminal emulation 1371.1Smatt#options WSEMUL_VT100 # VT100 / VT220 emulation 1381.1Smatt 1391.1Smatt# Kernel root file system and dump configuration. 1401.1Smattconfig netbsd root on ? type ? 1411.3Smattconfig nfsnetbsd root on tsec0 type nfs 1421.3Smattconfig netbsd-esata root on wd1a type ffs 1431.1Smatt 1441.1Smatt# 1451.1Smatt# Device configuration 1461.1Smatt# 1471.1Smatt 1481.1Smattmainbus0 at root # Processor Local Bus 1491.1Smatt 1501.1Smattcpunode* at mainbus? node ? 1511.1Smattgpio* at gpiobus? 1521.1Smatt 1531.1Smattcpu* at cpunode? 1541.1Smatt 1551.1Smattobio0 at cpunode? # On-chip Peripheral Bus 1561.1Smatt 1571.1Smatte500wdog* at cpunode? # Watchdog timer 1581.1Smatt 1591.1Smattduart* at cpunode? 1601.1Smattcom* at duart? port ? 1611.1Smattoptions CONSPEED=115200 1621.1Smattoptions CONSADDR="DUART1_BASE" 1631.1Smatt 1641.1Smatttsec0 at cpunode? flags 0x001 # Enhanced 3-Speed Ethernet Controller 1651.1Smatttsec1 at cpunode? flags 0x102 # Enhanced 3-Speed Ethernet Controller 1661.1Smatttsec2 at cpunode? flags 0x103 # Enhanced 3-Speed Ethernet Controller 1671.1Smattoptions ETSEC_EVENT_COUNTERS 1681.1Smatt 1691.3Smattehci* at cpunode? # usb 1701.1Smatt 1711.1Smattdiic* at cpunode? # i2c bus 1721.1Smattiic* at diic? 1731.1Smattspdmem* at iic0 addr 0x51 # DDR 1741.1Smattdsrtc* at iic1 addr 0x68 # RTC 1751.1Smatt 1761.1Smattpq3pcie* at cpunode? # PCI-Express controller 1771.1Smattpq3pci* at cpunode? # PCI(X) 1781.1Smattpci* at pq3pcie? 1791.1Smattpci* at pq3pci? 1801.1Smatt 1811.1Smattppb* at pci? dev ? function ? # PCI-PCI bridges 1821.1Smattpci* at ppb? 1831.1Smatt 1841.1Smatt#ohci1 at pci1 dev 0 function 2 1851.1Smatt#ehci1 at pci1 dev 0 function 3 1861.1Smatt#ohci* at pci? dev ? function ? 1871.1Smatt#ehci* at pci? dev ? function ? 1881.1Smatt#uhci* at pci? dev ? function ? 1891.3Smattusb* at ehci? 1901.1Smatt#usb* at ohci? 1911.1Smatt#usb* at uhci? 1921.3Smattuhub* at usb? 1931.3Smattumass* at uhub? port ? 1941.3Smattscsibus* at umass? channel ? 1951.3Smattsd* at scsibus? target ? lun ? 1961.1Smatt 1971.1Smatt#sdhc* at cpunode? # sdmmc 1981.1Smatt#sdmmc* at sdhc? # SD/MMC bus 1991.1Smatt#ld* at sdmmc? 2001.1Smatt 2011.1Smattahcisata* at pci? dev ? function ? 2021.3Smattatabus0 at ahcisata? channel 0 2031.3Smattatabus1 at ahcisata? channel 1 2041.3Smattatabus2 at ahcisata? channel 2 2051.3Smattatabus3 at ahcisata? channel 3 2061.1Smattatabus* at ahcisata? channel ? 2071.1Smattaceride* at pci? dev ? function ? 2081.1Smattatabus* at aceride? channel ? 2091.3Smattwd0 at atabus0 drive ? 2101.3Smattwd1 at atabus3 drive ? 2111.1Smattwd* at atabus? drive ? 2121.1Smatt 2131.2Smatt#wm* at pci? dev ? function ? # Intel Ethernet 2141.1Smatt 2151.2Smatt#ciphy* at mii? phy ? # Cicada PHY 2161.1Smatt#inphy* at mii? phy ? # Intel 82555 PHYs 2171.1Smatt#iophy* at mii? phy ? # Intel 82553 PHYs 2181.2Smatt#makphy* at mii? phy ? # Marvell PHYs 2191.1Smattukphy* at mii? phy ? # generic unknown PHYs 2201.1Smatt 2211.1Smattpseudo-device loop # network loopback 2221.1Smattpseudo-device bpfilter # packet filter 2231.1Smattpseudo-device rnd # /dev/random and in-kernel generator 2241.1Smattpseudo-device clockctl # user control of clock subsystem 2251.1Smattpseudo-device ksyms # /dev/ksyms 2261.1Smattpseudo-device pty # pseudo-terminals 2271.1Smattpseudo-device kttcp # kernel ttcp 2281.1Smattpseudo-device vlan # 802.1Q VLANs 229