P2020DS revision 1.22
11.22Sapb# $NetBSD: P2020DS,v 1.22 2014/08/16 17:56:32 apb 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.22Sapbident "P2020DS-$Revision: 1.22 $" 121.1Smatt 131.1Smattmaxusers 32 141.1Smatt 151.1Smatt#options UVMHIST 161.1Smatt#options UVMHIST_PRINT 171.1Smatt 181.1Smattoptions P2020 191.1Smattoptions PIXIS 201.1Smatt#options SYS_CLK=100000000 211.1Smatt#options HZ=1000 221.8Smatt#options MEMSIZE=0x40000000 231.12Smatt#options PMAP_MINIMALTLB 241.12Smatt#makeoptions KERNLDSCRIPT="${POWERPC}/conf/kern-mb.ldscript" 251.1Smatt 261.1Smattmakeoptions NEED_BINARY="yes" 271.1Smattmakeoptions NEED_UBOOTIMAGE="yes" 281.1Smatt 291.12Smattoptions INSECURE # disable kernel security levels 301.1Smatt#options NTP # NTP phase/frequency locked loop 311.1Smattoptions KTRACE # system call tracing via ktrace(1) 321.12Smattoptions MODULAR # new style module(7) framework 331.1Smatt 341.1Smattoptions SYSVMSG # System V message queues 351.1Smattoptions SYSVSEM # System V semaphores 361.1Smattoptions SYSVSHM # System V shared memory 371.1Smatt 381.1Smattoptions USERCONF # userconf(4) support 391.1Smatt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 401.1Smatt#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 411.1Smatt 421.1Smatt# Diagnostic/debugging support options 431.1Smattoptions DIAGNOSTIC # cheap kernel consistency checks 441.1Smattoptions DEBUG # expensive debugging checks/support 451.1Smatt#options SYSCALL_DEBUG # syscall debugging 461.1Smattoptions DDB # in-kernel debugger 471.1Smattoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 481.1Smattoptions TRAP_PANICWAIT 491.21Sjoergoptions SYMTAB_SPACE=435000 # size for embedded symbol table 501.1Smatt 511.1Smattmakeoptions DEBUG="-g" # compile full symbol table 521.1Smatt 531.1Smatt# Compatibility options 541.1Smatt#options COMPAT_09 # NetBSD 0.9, 551.1Smatt#options COMPAT_10 # NetBSD 1.0, 561.1Smatt#options COMPAT_11 # NetBSD 1.1, 571.1Smatt#options COMPAT_12 # NetBSD 1.2, 581.1Smattoptions COMPAT_13 # NetBSD 1.3, 591.1Smattoptions COMPAT_14 # NetBSD 1.4, 601.1Smattoptions COMPAT_15 # NetBSD 1.5, 611.1Smattoptions COMPAT_16 # NetBSD 1.6, 621.1Smattoptions COMPAT_20 # NetBSD 2.0, 631.1Smattoptions COMPAT_30 # NetBSD 3.0, 641.1Smattoptions COMPAT_40 # NetBSD 4.0, 651.1Smattoptions COMPAT_50 # NetBSD 5.0 compatibility. 661.16Sapboptions COMPAT_60 # NetBSD 6.0 compatibility. 671.22Sapboptions COMPAT_70 # NetBSD 7.0 compatibility. 681.1Smattoptions COMPAT_43 # and 4.3BSD 691.1Smatt#options COMPAT_386BSD_MBRPART # recognize old partition ID 701.1Smatt#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 711.1Smattoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 721.1Smatt 731.13Smatt# Wedge support 741.13Smattoptions DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 751.13Smattoptions DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 761.13Smatt 771.1Smatt# File systems 781.1Smattfile-system FFS # UFS 791.1Smattfile-system EXT2FS # second extended file system (linux) 801.1Smattfile-system LFS # log-structured file system 811.1Smattfile-system MFS # memory file system 821.1Smattfile-system NFS # Network File System client 831.1Smattfile-system CD9660 # ISO 9660 + Rock Ridge file system 841.1Smattfile-system MSDOSFS # MS-DOS file system 851.1Smatt#file-system FDESC # /dev/fd 861.1Smattfile-system TMPFS # efficient memory file system 871.1Smattfile-system KERNFS # /kern 881.1Smattfile-system NULLFS # loopback file system 891.1Smatt#file-system OVERLAY # overlay file system 901.12Smattfile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 911.1Smattfile-system PROCFS # /proc 921.1Smatt#file-system UMAPFS # NULLFS + uid and gid remapping 931.1Smatt#file-system UNION # union file system 941.1Smattfile-system PTYFS # /dev/pts/N support 951.1Smatt 961.1Smatt# File system options 971.1Smattoptions QUOTA # legacy UFS quotas 981.1Smattoptions QUOTA2 # new, in-filesystem UFS quotas 991.5Swizoptions FFS_EI # FFS Endian Independent support 1001.11Sdhollandoptions WAPBL # File system journaling support 1011.1Smattoptions NFSSERVER # Network File System server 1021.1Smatt#options FFS_NO_SNAPSHOT # No FFS snapshot support 1031.1Smattoptions EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1041.1Smatt # immutable) behave as system flags. 1051.1Smatt 1061.1Smattoptions NFS_BOOT_DHCP # Support DHCP NFS root 1071.1Smatt 1081.1Smatt# Networking options 1091.1Smatt#options GATEWAY # packet forwarding 1101.1Smattoptions INET # IP + ICMP + TCP + UDP 1111.1Smattoptions INET_CSUM_COUNTERS 1121.1Smattoptions TCP_CSUM_COUNTERS 1131.1Smattoptions UDP_CSUM_COUNTERS 1141.12Smattoptions INET6 # IPV6 1151.1Smatt#options IPSEC # IP security 1161.1Smatt#options IPSEC_DEBUG # debug for IP security 1171.1Smatt#options MROUTING # IP multicast routing 1181.1Smatt#options PIM # Protocol Independent Multicast 1191.1Smatt#options DIRECTED_BROADCAST # allow broadcasts through routers 1201.1Smatt#options NETATALK # AppleTalk networking protocols 1211.1Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1221.1Smatt#options PPP_DEFLATE # Deflate compression support for PPP 1231.1Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1241.1Smatt#options IPFILTER_LOG # ipmon(8) log support 1251.1Smatt#options IPFILTER_LOOKUP # ippool(8) support 1261.1Smatt#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1271.1Smatt 1281.1Smatt# These options enable verbose messages for several subsystems. 1291.1Smatt# Warning, these may compile large string tables into the kernel! 1301.1Smattoptions PCIVERBOSE # verbose PCI device autoconfig messages 1311.1Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1321.1Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1331.1Smattoptions SCSIVERBOSE # human readable SCSI error messages 1341.1Smatt#options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1351.1Smatt#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1361.1Smatt 1371.1Smatt# wscons options 1381.1Smatt#options WSEMUL_SUN # sun terminal emulation 1391.1Smatt#options WSEMUL_VT100 # VT100 / VT220 emulation 1401.15Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1411.1Smatt 1421.1Smatt# Kernel root file system and dump configuration. 1431.1Smattconfig netbsd root on ? type ? 1441.3Smattconfig nfsnetbsd root on tsec0 type nfs 1451.3Smattconfig netbsd-esata root on wd1a type ffs 1461.6Smattconfig netbsd-sd0a root on sd0a type ffs 1471.1Smatt 1481.1Smatt# 1491.1Smatt# Device configuration 1501.1Smatt# 1511.1Smatt 1521.1Smattmainbus0 at root # Processor Local Bus 1531.1Smatt 1541.1Smattcpunode* at mainbus? node ? 1551.1Smattgpio* at gpiobus? 1561.1Smatt 1571.1Smattcpu* at cpunode? 1581.1Smatt 1591.1Smattobio0 at cpunode? # On-chip Peripheral Bus 1601.1Smatt 1611.9Smatt# NOR Flash 1621.9Smatt#options NOR_VERBOSE 1631.9Smattcfi0 at obio0 cs 0 1641.9Smattnor* at cfi? 1651.9Smattflash* at nor? offset 0 size 0x8000000 1661.9Smatt 1671.1Smatte500wdog* at cpunode? # Watchdog timer 1681.1Smatt 1691.9Smattddrc* at cpunode? 1701.1Smattduart* at cpunode? 1711.1Smattcom* at duart? port ? 1721.1Smattoptions CONSPEED=115200 1731.1Smattoptions CONSADDR="DUART1_BASE" 1741.1Smatt 1751.12Smatttsec0 at cpunode? phy 0 # Enhanced 3-Speed Ethernet Controller 1761.12Smattmdio0 at tsec0 1771.12Smatttsec1 at cpunode? mdio 0 phy 1 # Enhanced 3-Speed Ethernet Controller 1781.12Smatttsec2 at cpunode? mdio 0 phy 2 # Enhanced 3-Speed Ethernet Controller 1791.1Smattoptions ETSEC_EVENT_COUNTERS 1801.1Smatt 1811.3Smattehci* at cpunode? # usb 1821.1Smatt 1831.1Smattdiic* at cpunode? # i2c bus 1841.1Smattiic* at diic? 1851.1Smattspdmem* at iic0 addr 0x51 # DDR 1861.12Smattdsrtc* at iic1 addr 0x68 flags 3232 # RTC - DS3232 1871.1Smatt 1881.1Smattpq3pcie* at cpunode? # PCI-Express controller 1891.1Smattpq3pci* at cpunode? # PCI(X) 1901.1Smattpci* at pq3pcie? 1911.1Smattpci* at pq3pci? 1921.1Smatt 1931.1Smattppb* at pci? dev ? function ? # PCI-PCI bridges 1941.1Smattpci* at ppb? 1951.1Smatt 1961.1Smatt#ohci1 at pci1 dev 0 function 2 1971.1Smatt#ehci1 at pci1 dev 0 function 3 1981.1Smatt#ohci* at pci? dev ? function ? 1991.1Smatt#ehci* at pci? dev ? function ? 2001.1Smatt#uhci* at pci? dev ? function ? 2011.3Smattusb* at ehci? 2021.1Smatt#usb* at ohci? 2031.1Smatt#usb* at uhci? 2041.3Smattuhub* at usb? 2051.3Smattumass* at uhub? port ? 2061.3Smattscsibus* at umass? channel ? 2071.3Smattsd* at scsibus? target ? lun ? 2081.4Smattugen* at uhub? port ? 2091.4Smattuhub* at uhub? port ? 2101.1Smatt 2111.1Smatt#sdhc* at cpunode? # sdmmc 2121.1Smatt#sdmmc* at sdhc? # SD/MMC bus 2131.1Smatt#ld* at sdmmc? 2141.1Smatt 2151.1Smattahcisata* at pci? dev ? function ? 2161.3Smattatabus0 at ahcisata? channel 0 2171.3Smattatabus1 at ahcisata? channel 1 2181.3Smattatabus2 at ahcisata? channel 2 2191.3Smattatabus3 at ahcisata? channel 3 2201.1Smattatabus* at ahcisata? channel ? 2211.1Smattaceride* at pci? dev ? function ? 2221.1Smattatabus* at aceride? channel ? 2231.3Smattwd0 at atabus0 drive ? 2241.3Smattwd1 at atabus3 drive ? 2251.1Smattwd* at atabus? drive ? 2261.1Smatt 2271.2Smatt#wm* at pci? dev ? function ? # Intel Ethernet 2281.1Smatt 2291.2Smatt#ciphy* at mii? phy ? # Cicada PHY 2301.1Smatt#inphy* at mii? phy ? # Intel 82555 PHYs 2311.1Smatt#iophy* at mii? phy ? # Intel 82553 PHYs 2321.2Smatt#makphy* at mii? phy ? # Marvell PHYs 2331.1Smattukphy* at mii? phy ? # generic unknown PHYs 2341.1Smatt 2351.1Smattpseudo-device loop # network loopback 2361.1Smattpseudo-device bpfilter # packet filter 2371.1Smattpseudo-device clockctl # user control of clock subsystem 2381.14Smattpseudo-device drvctl # user control of drive subsystem 2391.1Smattpseudo-device ksyms # /dev/ksyms 2401.1Smattpseudo-device pty # pseudo-terminals 2411.1Smattpseudo-device kttcp # kernel ttcp 2421.1Smattpseudo-device vlan # 802.1Q VLANs 2431.12Smattpseudo-device putter # for puffs and pud 2441.12Smattpseudo-device vnd # disk-like interface to files 245