MPC8536DS revision 1.15
11.15Sapb#	$NetBSD: MPC8536DS,v 1.15 2012/10/17 14:48:11 apb Exp $
21.2Smatt#
31.2Smatt#	MPC8536DS -- 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.15Sapbident 		"MPC8536DS-$Revision: 1.15 $"
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 	MPC8536
211.2Smattoptions 	PIXIS
221.2Smatt#options 	HZ=1000
231.2Smatt
241.2Smatt#options 	INSECURE	# disable kernel security levels
251.2Smatt#options 	NTP		# NTP phase/frequency locked loop
261.2Smattoptions 	KTRACE		# system call tracing via ktrace(1)
271.2Smatt
281.2Smattoptions 	SYSVMSG		# System V message queues
291.2Smattoptions 	SYSVSEM		# System V semaphores
301.2Smattoptions 	SYSVSHM		# System V shared memory
311.2Smatt
321.2Smattoptions 	USERCONF	# userconf(4) support
331.2Smatt#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
341.2Smatt#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
351.2Smatt
361.2Smatt# Diagnostic/debugging support options
371.2Smattoptions 	DIAGNOSTIC	# cheap kernel consistency checks
381.2Smattoptions 	DEBUG		# expensive debugging checks/support
391.2Smatt#options 	SYSCALL_DEBUG	# syscall debugging
401.2Smattoptions 	DDB		# in-kernel debugger
411.2Smattoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
421.2Smattoptions 	TRAP_PANICWAIT
431.2Smattoptions 	SYMTAB_SPACE=410000	# size for embedded symbol table
441.2Smatt
451.2Smattmakeoptions	DEBUG="-g"	# compile full symbol table
461.2Smatt
471.2Smatt# Compatibility options
481.2Smatt#options 	COMPAT_09	# NetBSD 0.9,
491.2Smatt#options 	COMPAT_10	# NetBSD 1.0,
501.2Smatt#options 	COMPAT_11	# NetBSD 1.1,
511.2Smatt#options 	COMPAT_12	# NetBSD 1.2,
521.2Smattoptions 	COMPAT_13	# NetBSD 1.3,
531.2Smattoptions 	COMPAT_14	# NetBSD 1.4,
541.2Smattoptions 	COMPAT_15	# NetBSD 1.5,
551.2Smattoptions 	COMPAT_16	# NetBSD 1.6,
561.2Smattoptions 	COMPAT_20	# NetBSD 2.0,
571.2Smattoptions 	COMPAT_30	# NetBSD 3.0,
581.2Smattoptions 	COMPAT_40	# NetBSD 4.0,
591.2Smattoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
601.15Sapboptions 	COMPAT_60	# NetBSD 6.0 compatibility.
611.2Smattoptions 	COMPAT_43	# and 4.3BSD
621.2Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
631.2Smatt#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
641.2Smattoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
651.2Smatt
661.12Smatt# Wedge support
671.12Smattoptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
681.12Smattoptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
691.12Smatt
701.2Smatt# File systems
711.2Smattfile-system 	FFS		# UFS
721.2Smattfile-system 	EXT2FS		# second extended file system (linux)
731.2Smattfile-system 	LFS		# log-structured file system
741.2Smattfile-system 	MFS		# memory file system
751.2Smattfile-system 	NFS		# Network File System client
761.2Smattfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
771.2Smattfile-system 	MSDOSFS		# MS-DOS file system
781.2Smatt#file-system 	FDESC		# /dev/fd
791.2Smattfile-system 	TMPFS		# efficient memory file system
801.2Smattfile-system 	KERNFS		# /kern
811.2Smattfile-system 	NULLFS		# loopback file system
821.2Smatt#file-system 	OVERLAY		# overlay file system
831.2Smatt#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
841.2Smattfile-system 	PROCFS		# /proc
851.2Smatt#file-system 	UMAPFS		# NULLFS + uid and gid remapping
861.2Smatt#file-system 	UNION		# union file system
871.2Smattfile-system	PTYFS		# /dev/pts/N support
881.2Smatt
891.2Smatt# File system options
901.3Sbouyeroptions 	QUOTA		# legacy UFS quotas
911.3Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
921.6Swizoptions 	FFS_EI		# FFS Endian Independent support
931.10Sdhollandoptions 	WAPBL		# File system journaling support
941.2Smattoptions 	NFSSERVER	# Network File System server
951.2Smatt#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
961.2Smattoptions 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
971.2Smatt				# immutable) behave as system flags.
981.2Smatt
991.2Smattoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1001.2Smatt
1011.2Smatt# Networking options
1021.2Smatt#options 	GATEWAY		# packet forwarding
1031.2Smattoptions 	INET		# IP + ICMP + TCP + UDP
1041.2Smattoptions 	INET_CSUM_COUNTERS
1051.2Smattoptions 	TCP_CSUM_COUNTERS
1061.2Smattoptions 	UDP_CSUM_COUNTERS
1071.2Smatt#options 	INET6		# IPV6
1081.2Smatt#options 	IPSEC		# IP security
1091.2Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1101.2Smatt#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1111.2Smatt#options 	IPSEC_DEBUG	# debug for IP security
1121.2Smatt#options 	MROUTING	# IP multicast routing
1131.2Smatt#options 	PIM		# Protocol Independent Multicast
1141.2Smatt#options        DIRECTED_BROADCAST      # allow broadcasts through routers
1151.2Smatt#options 	ISO,TPIP	# OSI
1161.2Smatt#options 	EON		# OSI tunneling over IP
1171.2Smatt#options 	NETATALK	# AppleTalk networking protocols
1181.2Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1191.2Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1201.2Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1211.2Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1221.2Smatt#options 	IPFILTER_LOG	# ipmon(8) log support
1231.2Smatt#options 	IPFILTER_LOOKUP	# ippool(8) support
1241.2Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1251.2Smatt
1261.2Smatt# These options enable verbose messages for several subsystems.
1271.2Smatt# Warning, these may compile large string tables into the kernel!
1281.2Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1291.2Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1301.2Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1311.2Smattoptions 	SCSIVERBOSE	# human readable SCSI error messages
1321.2Smatt#options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1331.2Smatt#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1341.2Smatt
1351.2Smatt# wscons options
1361.2Smatt#options 	WSEMUL_SUN		# sun terminal emulation
1371.2Smatt#options 	WSEMUL_VT100		# VT100 / VT220 emulation
1381.14Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1391.2Smatt
1401.2Smatt# Kernel root file system and dump configuration.
1411.2Smattconfig		netbsd		root on ? type ?
1421.4Smattconfig		nfsnetbsd	root on tsec0 type nfs
1431.2Smatt
1441.2Smatt#
1451.2Smatt# Device configuration
1461.2Smatt#
1471.2Smatt
1481.2Smattmainbus0 at root			# Processor Local Bus
1491.2Smatt
1501.2Smattcpunode*	at mainbus? node ?
1511.2Smattgpio*		at gpiobus?
1521.2Smatt
1531.2Smattcpu0		at cpunode?
1541.2Smatt
1551.2Smattobio0		at cpunode?		# On-chip Peripheral Bus
1561.2Smatt#mkclock0	at obio0 addr 0xf8000000 size 8192
1571.2Smatt
1581.7Scliff# NOR Flash
1591.7Scliff#options 	NOR_VERBOSE
1601.8Smattcfi0	 	at obio0 cs 0
1611.8Smattnor*		at cfi?
1621.7Scliffflash*		at nor? offset 0 size 0x8000000
1631.7Scliff
1641.2Smatte500wdog*	at cpunode?		# Watchdog timer
1651.2Smatt
1661.8Smattddrc*		at cpunode?
1671.2Smattduart*		at cpunode?
1681.2Smattcom*		at duart? port ?
1691.2Smattoptions		CONSPEED=9600
1701.2Smattoptions		CONSADDR="DUART1_BASE"
1711.2Smatt
1721.11Smatttsec0		at cpunode? phy 1	# Enhanced 3-Speed Ethernet Controller
1731.11Smattmdio0		at tsec0
1741.11Smatttsec1		at cpunode? mdio 0 phy 0 # Enhanced 3-Speed Ethernet Controller
1751.2Smattciphy*		at mii?			# Cicada PHY
1761.2Smattukphy*		at mii?
1771.2Smatt#options 	ETSEC_EVENT_COUNTERS
1781.2Smatt
1791.2Smattehci*		at cpunode?		# usb
1801.2Smatt
1811.2Smattdiic*		at cpunode?		# i2c bus
1821.2Smattiic*		at diic?
1831.2Smattspdmem* 	at iic1 addr 0x51	# DDR
1841.2Smattdsrtc*		at iic1 addr 0x68	# RTC
1851.2Smatt
1861.2Smattpq3pcie*	at cpunode?		# PCI-Express controller
1871.2Smattpq3pci* 	at cpunode?		# PCI(X)
1881.2Smattpci*		at pq3pcie?
1891.2Smattpci*		at pq3pci?
1901.2Smatt
1911.2Smattppb*		at pci? dev ? function ?	# PCI-PCI bridges
1921.2Smattpci*		at ppb?
1931.2Smatt
1941.2Smatt#ohci1		at pci1 dev 0 function 2
1951.2Smatt#ehci1		at pci1 dev 0 function 3
1961.2Smattohci*		at pci? dev ? function ?
1971.2Smattehci*		at pci? dev ? function ?
1981.2Smatt#uhci*		at pci? dev ? function ?
1991.2Smattusb*		at ehci?
2001.2Smattusb*		at ohci?
2011.2Smatt#usb*		at uhci?
2021.2Smattuhub*		at usb?
2031.2Smattumass*		at uhub? port ?
2041.2Smattscsibus*	at umass? channel ?
2051.2Smattsd*		at scsibus? target ? lun ?
2061.2Smatt
2071.7Scliff#sdhc* 		at cpunode?		# sdmmc
2081.7Scliff#sdmmc*  	at sdhc?		# SD/MMC bus
2091.7Scliff#ld* 		at sdmmc?
2101.2Smatt
2111.2Smatt#siisata*	at pci? dev ? function ?
2121.2Smatt#atabus* 	at siisata? channel ?
2131.2Smatt#jmide*		at pci? dev ? function ?	# JMicron PCI-e PATA/SATA controllers
2141.2Smatt#ahcisata*	at jmide?
2151.2Smatt#atabus* 	at ahcisata? channel ?
2161.2Smatt
2171.2Smatt#viaide* 	at pci? dev ? function ?
2181.2Smatt#atabus* 	at viaide? channel ?
2191.2Smatt#wd*		at atabus? drive ?
2201.2Smatt#rtk*		at pci? dev ? function ?
2211.2Smattwm*		at pci? dev ? function ?	# Intel Ethernet
2221.2Smatt
2231.2Smatt#inphy*		at mii? phy ?			# Intel 82555 PHYs
2241.2Smatt#iophy*		at mii? phy ?			# Intel 82553 PHYs
2251.2Smattmakphy* 	at mii? phy ?			# Marvell PHYs
2261.2Smatt#ukphy*		at mii? phy ?			# generic unknown PHYs
2271.2Smatt
2281.2Smattpseudo-device	loop			# network loopback
2291.2Smattpseudo-device	bpfilter		# packet filter
2301.2Smattpseudo-device	clockctl		# user control of clock subsystem
2311.13Smattpseudo-device	drvctl			# user control of disk subsystem
2321.2Smattpseudo-device	ksyms			# /dev/ksyms
2331.2Smattpseudo-device	pty			# pseudo-terminals
2341.2Smattpseudo-device	kttcp			# kernel ttcp
2351.2Smattpseudo-device	vlan			# 802.1Q VLANs
236