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