MPC8548CDS revision 1.21
11.21Sdholland# $NetBSD: MPC8548CDS,v 1.21 2014/08/23 20:26:57 dholland Exp $ 21.2Smatt# 31.2Smatt# MPC8548CDS -- everything that's currently supported 41.2Smatt# 51.2Smatt 61.2Smattinclude "arch/evbppc/conf/std.mpc85xx" 71.2Smatt 81.2Smattoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.2Smatt 101.21Sdhollandident "MPC8548CDS-$Revision: 1.21 $" 111.2Smatt 121.2Smattmaxusers 32 131.2Smatt 141.4Smattmakeoptions NEED_BINARY="yes" 151.4Smattmakeoptions NEED_UBOOTIMAGE="yes" 161.4Smatt 171.2Smatt#options UVMHIST 181.2Smatt#options UVMHIST_PRINT 191.2Smatt 201.2Smattoptions MPC8548 211.2Smattoptions CADMUS 221.6Smattno options GUR_BASE 231.5Smattoptions GUR_BASE=0xe0000000 241.2Smatt#options HZ=1000 251.2Smatt 261.2Smatt#options INSECURE # disable kernel security levels 271.2Smatt#options NTP # NTP phase/frequency locked loop 281.2Smattoptions KTRACE # system call tracing via ktrace(1) 291.2Smatt 301.2Smattoptions SYSVMSG # System V message queues 311.2Smattoptions SYSVSEM # System V semaphores 321.2Smattoptions SYSVSHM # System V shared memory 331.2Smatt 341.2Smattoptions USERCONF # userconf(4) support 351.2Smatt#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 361.2Smatt#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 371.2Smatt 381.2Smatt# Diagnostic/debugging support options 391.2Smattoptions DIAGNOSTIC # cheap kernel consistency checks 401.2Smattoptions DEBUG # expensive debugging checks/support 411.2Smatt#options SYSCALL_DEBUG # syscall debugging 421.2Smattoptions DDB # in-kernel debugger 431.2Smattoptions DDB_HISTORY_SIZE=512 # enable history editing in DDB 441.2Smattoptions TRAP_PANICWAIT 451.20Sjoergmakeoptions COPY_SYMTAB=1 # size for embedded symbol table 461.2Smatt 471.2Smattmakeoptions DEBUG="-g" # compile full symbol table 481.2Smatt 491.2Smatt# Compatibility options 501.2Smatt#options COMPAT_09 # NetBSD 0.9, 511.2Smatt#options COMPAT_10 # NetBSD 1.0, 521.2Smatt#options COMPAT_11 # NetBSD 1.1, 531.2Smatt#options COMPAT_12 # NetBSD 1.2, 541.2Smattoptions COMPAT_13 # NetBSD 1.3, 551.2Smattoptions COMPAT_14 # NetBSD 1.4, 561.2Smattoptions COMPAT_15 # NetBSD 1.5, 571.2Smattoptions COMPAT_16 # NetBSD 1.6, 581.2Smattoptions COMPAT_20 # NetBSD 2.0, 591.2Smattoptions COMPAT_30 # NetBSD 3.0, 601.2Smattoptions COMPAT_40 # NetBSD 4.0, 611.21Sdhollandoptions COMPAT_50 # NetBSD 5.0, 621.21Sdhollandoptions COMPAT_60 # NetBSD 6.0, and 631.21Sdhollandoptions COMPAT_70 # NetBSD 7.0 binary compatibility. 641.21Sdhollandoptions COMPAT_43 # 4.3BSD binary compatibility. 651.2Smatt#options COMPAT_386BSD_MBRPART # recognize old partition ID 661.2Smatt#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 671.2Smattoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 681.2Smatt 691.11Smatt# Wedge support 701.11Smattoptions DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances 711.11Smattoptions DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges 721.11Smatt 731.2Smatt# File systems 741.2Smattfile-system FFS # UFS 751.2Smattfile-system EXT2FS # second extended file system (linux) 761.2Smattfile-system LFS # log-structured file system 771.2Smattfile-system MFS # memory file system 781.2Smattfile-system NFS # Network File System client 791.2Smattfile-system CD9660 # ISO 9660 + Rock Ridge file system 801.2Smattfile-system MSDOSFS # MS-DOS file system 811.2Smatt#file-system FDESC # /dev/fd 821.2Smattfile-system TMPFS # efficient memory file system 831.2Smattfile-system KERNFS # /kern 841.2Smattfile-system NULLFS # loopback file system 851.2Smatt#file-system OVERLAY # overlay file system 861.2Smatt#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 871.2Smattfile-system PROCFS # /proc 881.2Smatt#file-system UMAPFS # NULLFS + uid and gid remapping 891.2Smatt#file-system UNION # union file system 901.2Smattfile-system PTYFS # /dev/pts/N support 911.2Smatt 921.2Smatt# File system options 931.3Sbouyeroptions QUOTA # legacy UFS quotas 941.3Sbouyeroptions QUOTA2 # new, in-filesystem UFS quotas 951.7Swizoptions FFS_EI # FFS Endian Independent support 961.9Sdhollandoptions WAPBL # File system journaling support 971.2Smattoptions NFSSERVER # Network File System server 981.2Smatt#options FFS_NO_SNAPSHOT # No FFS snapshot support 991.2Smattoptions EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1001.2Smatt # immutable) behave as system flags. 1011.2Smatt 1021.2Smattoptions NFS_BOOT_DHCP # Support DHCP NFS root 1031.2Smatt 1041.2Smatt# Networking options 1051.2Smatt#options GATEWAY # packet forwarding 1061.2Smattoptions INET # IP + ICMP + TCP + UDP 1071.2Smattoptions INET_CSUM_COUNTERS 1081.2Smattoptions TCP_CSUM_COUNTERS 1091.2Smattoptions UDP_CSUM_COUNTERS 1101.2Smatt#options INET6 # IPV6 1111.2Smatt#options IPSEC # IP security 1121.2Smatt#options IPSEC_DEBUG # debug for IP security 1131.2Smatt#options MROUTING # IP multicast routing 1141.2Smatt#options PIM # Protocol Independent Multicast 1151.2Smatt#options DIRECTED_BROADCAST # allow broadcasts through routers 1161.2Smatt#options NETATALK # AppleTalk networking protocols 1171.2Smatt#options PPP_BSDCOMP # BSD-Compress compression support for PPP 1181.2Smatt#options PPP_DEFLATE # Deflate compression support for PPP 1191.2Smatt#options PPP_FILTER # Active filter support for PPP (requires bpf) 1201.2Smatt#options IPFILTER_LOG # ipmon(8) log support 1211.2Smatt#options IPFILTER_LOOKUP # ippool(8) support 1221.2Smatt#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1231.2Smatt 1241.2Smatt# These options enable verbose messages for several subsystems. 1251.2Smatt# Warning, these may compile large string tables into the kernel! 1261.2Smattoptions PCIVERBOSE # verbose PCI device autoconfig messages 1271.2Smattoptions MIIVERBOSE # verbose PHY autoconfig messages 1281.2Smatt#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1291.2Smattoptions SCSIVERBOSE # human readable SCSI error messages 1301.2Smatt#options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 1311.2Smatt#options PCI_CONFIGURE_VERBOSE # Show PCI config information 1321.2Smatt 1331.2Smatt# wscons options 1341.2Smatt#options WSEMUL_SUN # sun terminal emulation 1351.2Smatt#options WSEMUL_VT100 # VT100 / VT220 emulation 1361.13Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 1371.2Smatt 1381.2Smatt# Kernel root file system and dump configuration. 1391.2Smattconfig netbsd root on ? type ? 1401.4Smattconfig nfsnetbsd root on tsec0 type nfs 1411.2Smatt 1421.2Smatt# 1431.2Smatt# Device configuration 1441.2Smatt# 1451.2Smatt 1461.2Smattmainbus0 at root # Processor Local Bus 1471.2Smatt 1481.2Smattcpunode* at mainbus? node ? 1491.2Smattgpio* at gpiobus? 1501.2Smatt 1511.2Smattcpu0 at cpunode? 1521.2Smatt 1531.2Smattobio0 at cpunode? # On-chip Peripheral Bus 1541.2Smattmkclock0 at obio0 addr 0xf8000000 size 8192 1551.2Smatt 1561.2Smatte500wdog* at cpunode? # Watchdog timer 1571.2Smatt 1581.2Smattduart* at cpunode? 1591.2Smattcom* at duart? port ? 1601.2Smattoptions CONSPEED=115200 1611.2Smatt 1621.10Smatttsec0 at cpunode? phy 0 # Enhanced 3-Speed Ethernet Controller 1631.10Smattmdio0 at tsec0 1641.10Smatttsec1 at cpunode? mdio 0 phy 1 # Enhanced 3-Speed Ethernet Controller 1651.2Smattmakphy* at mii? # Marvell PHY 1661.2Smattukphy* at mii? 1671.2Smatt#options ETSEC_EVENT_COUNTERS 1681.2Smatt 1691.2Smattdiic* at cpunode? # i2c bus 1701.2Smattiic* at diic? 1711.2Smattspdmem* at iic0 addr 0x51 # DDR 1721.2Smatt#ds1743rtc0 at smb? addr ? # RTC 1731.2Smatt 1741.2Smattpq3pcie* at cpunode? # PCI-Express controller 1751.2Smattpq3pci* at cpunode? # PCI(X) 1761.2Smattpci* at pq3pcie? 1771.2Smattpci* at pq3pci? 1781.2Smatt 1791.2Smattppb* at pci? dev ? function ? # PCI-PCI bridges 1801.2Smattpci* at ppb? 1811.2Smatt 1821.2Smattohci1 at pci1 dev 0 function 2 1831.2Smattehci1 at pci1 dev 0 function 3 1841.2Smatt#ohci* at pci? dev ? function ? 1851.2Smatt#ehci* at pci? dev ? function ? 1861.2Smatt#uhci* at pci? dev ? function ? 1871.2Smattusb* at ehci? 1881.2Smattusb* at ohci? 1891.2Smatt#usb* at uhci? 1901.2Smattuhub* at usb? 1911.2Smattumass* at uhub? port ? 1921.2Smattscsibus* at umass? channel ? 1931.2Smattsd* at scsibus? target ? lun ? 1941.2Smatt 1951.2Smattsiisata* at pci? dev ? function ? 1961.2Smattatabus* at siisata? channel ? 1971.2Smattjmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers 1981.2Smattahcisata* at jmide? 1991.2Smattatabus* at ahcisata? channel ? 2001.2Smatt 2011.2Smatt#viaide* at pci? dev ? function ? 2021.2Smatt#atabus* at viaide? channel ? 2031.2Smattwd* at atabus? drive ? 2041.2Smatt#rtk* at pci? dev ? function ? 2051.2Smatt#wm* at pci? dev ? function ? # Intel Ethernet 2061.2Smatt 2071.2Smatt#inphy* at mii? phy ? # Intel 82555 PHYs 2081.2Smatt#iophy* at mii? phy ? # Intel 82553 PHYs 2091.2Smatt#makphy* at mii? phy ? # Level One LXT-970 PHYs 2101.2Smatt#ukphy* at mii? phy ? # generic unknown PHYs 2111.2Smatt 2121.2Smattpseudo-device loop # network loopback 2131.2Smattpseudo-device bpfilter # packet filter 2141.2Smattpseudo-device clockctl # user control of clock subsystem 2151.12Smattpseudo-device drvctl # user control of drive subsystem 2161.2Smattpseudo-device ksyms # /dev/ksyms 2171.2Smattpseudo-device pty # pseudo-terminals 2181.2Smattpseudo-device kttcp # kernel ttcp 2191.2Smattpseudo-device vlan # 802.1Q VLANs 220