RB800 revision 1.3
11.2Smatt#	$NetBSD: RB800,v 1.3 2011/03/06 17:08:23 bouyer Exp $
21.2Smatt#
31.2Smatt#	RB800 -- 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.2Smattident 		"RB800-$Revision: 1.3 $"
111.2Smatt
121.2Smattmaxusers	32
131.2Smatt
141.2Smatt#options 	UVMHIST
151.2Smatt#options 	UVMHIST_PRINT
161.2Smatt
171.2Smattoptions 	MPC8544
181.2Smattoptions 	PPC_HAVE_SPE
191.2Smatt
201.2Smatt# Options for necessary to use MD
211.2Smatt#options 	MEMORY_DISK_HOOKS
221.2Smatt#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
231.2Smatt#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
241.2Smatt#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
251.2Smattno makeoptions	NEEDS_MDSETIMAGE
261.2Smatt
271.2Smattoptions 	NFS_BOOT_BOOTP
281.2Smatt
291.2Smatt#options 	INSECURE	# disable kernel security levels
301.2Smatt#options 	NTP		# NTP phase/frequency locked loop
311.2Smattoptions 	KTRACE		# system call tracing via ktrace(1)
321.2Smatt
331.2Smattoptions 	SYSVMSG		# System V message queues
341.2Smattoptions 	SYSVSEM		# System V semaphores
351.2Smattoptions 	SYSVSHM		# System V shared memory
361.2Smatt
371.2Smattoptions 	USERCONF	# userconf(4) support
381.2Smatt#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
391.2Smatt#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
401.2Smatt
411.2Smatt# Diagnostic/debugging support options
421.2Smatt#options 	VERBOSE_INITPPC
431.2Smattoptions 	DIAGNOSTIC	# cheap kernel consistency checks
441.2Smattoptions 	DEBUG		# expensive debugging checks/support
451.2Smatt#options 	SYSCALL_DEBUG	# syscall debugging
461.2Smattoptions 	DDB		# in-kernel debugger
471.2Smattoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
481.2Smattoptions 	TRAP_PANICWAIT
491.2Smattoptions 	SYMTAB_SPACE=410000	# size for embedded symbol table
501.2Smatt
511.2Smattmakeoptions	DEBUG="-g"	# compile full symbol table
521.2Smatt
531.2Smatt# Compatibility options
541.2Smatt#options 	COMPAT_09	# NetBSD 0.9,
551.2Smatt#options 	COMPAT_10	# NetBSD 1.0,
561.2Smatt#options 	COMPAT_11	# NetBSD 1.1,
571.2Smatt#options 	COMPAT_12	# NetBSD 1.2,
581.2Smattoptions 	COMPAT_13	# NetBSD 1.3,
591.2Smattoptions 	COMPAT_14	# NetBSD 1.4,
601.2Smattoptions 	COMPAT_15	# NetBSD 1.5,
611.2Smattoptions 	COMPAT_16	# NetBSD 1.6,
621.2Smattoptions 	COMPAT_20	# NetBSD 2.0,
631.2Smattoptions 	COMPAT_30	# NetBSD 3.0,
641.2Smattoptions 	COMPAT_40	# NetBSD 4.0,
651.2Smattoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
661.2Smattoptions 	COMPAT_43	# and 4.3BSD
671.2Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
681.2Smatt#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
691.2Smattoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
701.2Smatt
711.2Smatt# File systems
721.2Smattfile-system 	FFS		# UFS
731.2Smattfile-system 	EXT2FS		# second extended file system (linux)
741.2Smattfile-system 	LFS		# log-structured file system
751.2Smattfile-system 	MFS		# memory file system
761.2Smattfile-system 	NFS		# Network File System client
771.2Smattfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
781.2Smattfile-system 	MSDOSFS		# MS-DOS file system
791.2Smatt#file-system 	FDESC		# /dev/fd
801.2Smattfile-system 	TMPFS		# efficient memory file system
811.2Smattfile-system 	KERNFS		# /kern
821.2Smattfile-system 	NULLFS		# loopback file system
831.2Smatt#file-system 	OVERLAY		# overlay file system
841.2Smatt#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
851.2Smattfile-system 	PROCFS		# /proc
861.2Smatt#file-system 	UMAPFS		# NULLFS + uid and gid remapping
871.2Smatt#file-system 	UNION		# union file system
881.2Smattfile-system	PTYFS		# /dev/pts/N support
891.2Smatt
901.2Smatt# File system options
911.3Sbouyeroptions 	QUOTA		# legacy UFS quotas
921.3Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
931.2Smattoptions 	FFS_EI		# FFS Endian Independant support
941.2Smattoptions 	WAPBL		# File system journaling support - Experimental
951.2Smattoptions 	NFSSERVER	# Network File System server
961.2Smatt#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
971.2Smattoptions 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
981.2Smatt				# immutable) behave as system flags.
991.2Smatt
1001.2Smattoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1011.2Smatt
1021.2Smatt# Networking options
1031.2Smatt#options 	GATEWAY		# packet forwarding
1041.2Smattoptions 	INET		# IP + ICMP + TCP + UDP
1051.2Smattoptions 	INET_CSUM_COUNTERS
1061.2Smattoptions 	TCP_CSUM_COUNTERS
1071.2Smattoptions 	UDP_CSUM_COUNTERS
1081.2Smatt#options 	INET6		# IPV6
1091.2Smatt#options 	IPSEC		# IP security
1101.2Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1111.2Smatt#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
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 	ISO,TPIP	# OSI
1171.2Smatt#options 	EON		# OSI tunneling over IP
1181.2Smatt#options 	NETATALK	# AppleTalk networking protocols
1191.2Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1201.2Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1211.2Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1221.2Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1231.2Smatt#options 	IPFILTER_LOG	# ipmon(8) log support
1241.2Smatt#options 	IPFILTER_LOOKUP	# ippool(8) support
1251.2Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1261.2Smatt
1271.2Smatt# These options enable verbose messages for several subsystems.
1281.2Smatt# Warning, these may compile large string tables into the kernel!
1291.2Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1301.2Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1311.2Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1321.2Smattoptions 	SCSIVERBOSE	# human readable SCSI error messages
1331.2Smattoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1341.2Smattoptions 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1351.2Smatt
1361.2Smatt# wscons options
1371.2Smatt#options 	WSEMUL_SUN		# sun terminal emulation
1381.2Smatt#options 	WSEMUL_VT100		# VT100 / VT220 emulation
1391.2Smatt
1401.2Smatt# Kernel root file system and dump configuration.
1411.2Smattconfig		netbsd		root on ? type ?
1421.2Smattconfig		nfsnetbsd	root on tsec1 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.2Smatt
1521.2Smattcpu0		at cpunode?
1531.2Smatt
1541.2Smattobio0		at cpunode?		# On-chip Peripheral Bus
1551.2Smatt#nflash0		at obio0 cs 0
1561.2Smatt#ds1553rtc0	at obio0 addr 0xf8000000 size 8192
1571.2Smatt#wdc0		at obio0 cs 2
1581.2Smatt#atabus* 	at wdc?
1591.2Smatt#wd*		at atabus?
1601.2Smattgpio*		at gpiobus?
1611.2Smatt
1621.2Smatte500wdog*	at cpunode?		# Watchdog timer
1631.2Smatt
1641.2Smattduart*		at cpunode?
1651.2Smattcom*		at duart? port ?
1661.2Smattoptions		CONSPEED=115200
1671.2Smattoptions		CONSADDR="DUART1_BASE"
1681.2Smatt
1691.2Smatttsec0		at cpunode? flags 0x003	# 3-Speed Ethernet Controller (phy 2)
1701.2Smatttsec1		at cpunode? flags 0x102	# 3-Speed Ethernet Controller (phy 1)
1711.2Smattatphy*		at mii?			# Attansic PHY
1721.2Smattukphy*		at mii?
1731.2Smatt#options 	TSEC_EVENT_COUNTERS
1741.2Smatt
1751.2Smattdiic*		at cpunode?		# i2c bus
1761.2Smattiic*		at diic?
1771.2Smatt#lm* 		at iic? addr 0x48
1781.2Smatt#lm* 		at iic? addr 0x49
1791.2Smatt#lm* 		at iic? addr 0x4a
1801.2Smatt#lm* 		at iic? addr 0x4b
1811.2Smatt#lm* 		at iic? addr 0x4c
1821.2Smatt#lm* 		at iic? addr 0x4d
1831.2Smatt#lm* 		at iic? addr 0x4e
1841.2Smatt#lm*	 	at iic? addr 0x4f
1851.2Smatt
1861.2Smattoptions 	PCI_MEMBASE=0xa0000000,PCI_MEMSIZE=0x04000000
1871.2Smattoptions 	PCI_IOBASE=0xb0000000,PCI_IOSIZE=0x00100000
1881.2Smattpq3pcie*	at cpunode?		# PCI-Express controller
1891.2Smattpq3pci*		at cpunode?		# PCI(X)
1901.2Smattpci*		at pq3pcie?
1911.2Smattpci*		at pq3pci?
1921.2Smatt
1931.2Smattppb*		at pci? dev ? function ?	# PCI-PCI bridges
1941.2Smattpci*		at ppb?
1951.2Smatt
1961.2Smatt#ehci*		at pci? dev ? function ?
1971.2Smatt#ohci*		at pci? dev ? function ?
1981.2Smatt#uhci*		at pci? dev ? function ?
1991.2Smatt#usb*		at ehci?
2001.2Smatt#usb*		at ohci?
2011.2Smatt#usb*		at uhci?
2021.2Smatt#uhub*		at usb?
2031.2Smatt#umass*		at uhub? port ?
2041.2Smatt#scsibus*	at umass? channel ?
2051.2Smatt
2061.2Smattarcmsr* 	at pci? dev ? function ?
2071.2Smattscsibus* 	at arcmsr?
2081.2Smattsd*		at scsibus? target ? lun ?
2091.2Smatt
2101.2Smattviaide* 	at pci? dev ? function ?
2111.2Smattatabus* 	at viaide? channel ?
2121.2Smattwd*		at atabus? drive ?
2131.2Smatt#rtk*		at pci? dev ? function ?
2141.2Smattwm*		at pci? dev ? function ?	# Intel Ethernet
2151.2Smatt
2161.2Smattmakphy* 	at mii? phy ?			# Marvell PHYs
2171.2Smattukphy*		at mii? phy ?			# generic unknown PHYs
2181.2Smatt
2191.2Smattpseudo-device	md		1	# memory disk device
2201.2Smattpseudo-device	loop			# network loopback
2211.2Smattpseudo-device	bpfilter		# packet filter
2221.2Smattpseudo-device	rnd			# /dev/random and in-kernel generator
2231.2Smattpseudo-device	clockctl		# user control of clock subsystem
2241.2Smattpseudo-device	ksyms			# /dev/ksyms
2251.2Smattpseudo-device	pty			# pseudo-terminals
2261.2Smattpseudo-device	kttcp			# kernel ttcp
227