RB800 revision 1.39
11.39Ssimonb#	$NetBSD: RB800,v 1.39 2022/08/07 02:52:25 simonb Exp $
21.2Smatt#
31.2Smatt#	RB800 -- everything that's currently supported
41.2Smatt#
51.2Smatt
61.34Smrginclude 	"arch/evbppc/conf/std.mpc85xx"
71.2Smatt
81.2Smattoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.2Smatt
101.39Ssimonbident 		"RB800-$Revision: 1.39 $"
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.8Smattno options 	GUR_BASE
201.7Smattoptions 	GUR_BASE=0xe0000000
211.31Snonakaoptions 	ROUTERBOOT
221.2Smatt
231.11Smattoptions 	PAX_ASLR=0
241.10Smatt
251.2Smatt#options 	INSECURE	# disable kernel security levels
261.2Smatt#options 	NTP		# NTP phase/frequency locked loop
271.2Smattoptions 	KTRACE		# system call tracing via ktrace(1)
281.2Smatt
291.2Smattoptions 	SYSVMSG		# System V message queues
301.2Smattoptions 	SYSVSEM		# System V semaphores
311.2Smattoptions 	SYSVSHM		# System V shared memory
321.2Smatt
331.9Smattoptions 	MODULAR		# new style module(7) framework
341.30Sjnemethoptions 	MODULAR_DEFAULT_AUTOLOAD
351.9Smatt
361.2Smattoptions 	USERCONF	# userconf(4) support
371.2Smatt#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
381.2Smatt#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
391.2Smatt
401.37Ssevan# Alternate buffer queue strategies for better responsiveness under high
411.37Ssevan# disk I/O load.
421.37Ssevan#options 	BUFQ_READPRIO
431.37Ssevanoptions 	BUFQ_PRIOCSCAN
441.37Ssevan
451.2Smatt# Diagnostic/debugging support options
461.2Smatt#options 	VERBOSE_INITPPC
471.2Smattoptions 	DIAGNOSTIC	# cheap kernel consistency checks
481.2Smattoptions 	DEBUG		# expensive debugging checks/support
491.2Smatt#options 	SYSCALL_DEBUG	# syscall debugging
501.2Smattoptions 	DDB		# in-kernel debugger
511.2Smattoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
521.2Smattoptions 	TRAP_PANICWAIT
531.28Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
541.2Smatt
551.2Smattmakeoptions	DEBUG="-g"	# compile full symbol table
561.2Smatt
571.2Smatt# Compatibility options
581.34Smrginclude 	"conf/compat_netbsd13.config"
591.2Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
601.2Smatt
611.18Smatt# Wedge support
621.18Smattoptions 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
631.18Smattoptions 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
641.18Smatt
651.2Smatt# File systems
661.2Smattfile-system 	FFS		# UFS
671.2Smattfile-system 	EXT2FS		# second extended file system (linux)
681.2Smattfile-system 	LFS		# log-structured file system
691.2Smattfile-system 	MFS		# memory file system
701.2Smattfile-system 	NFS		# Network File System client
711.2Smattfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
721.2Smattfile-system 	MSDOSFS		# MS-DOS file system
731.2Smatt#file-system 	FDESC		# /dev/fd
741.2Smattfile-system 	TMPFS		# efficient memory file system
751.2Smattfile-system 	KERNFS		# /kern
761.2Smattfile-system 	NULLFS		# loopback file system
771.2Smatt#file-system 	OVERLAY		# overlay file system
781.2Smatt#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
791.2Smattfile-system 	PROCFS		# /proc
801.2Smatt#file-system 	UMAPFS		# NULLFS + uid and gid remapping
811.2Smatt#file-system 	UNION		# union file system
821.2Smattfile-system	PTYFS		# /dev/pts/N support
831.2Smatt
841.2Smatt# File system options
851.39Ssimonboptions 	FFS_EI		# FFS Endian Independent support
861.39Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
871.3Sbouyeroptions 	QUOTA		# legacy UFS quotas
881.3Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
891.39Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
901.39Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
911.15Sdhollandoptions 	WAPBL		# File system journaling support
921.39Ssimonb#options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
931.2Smattoptions 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
941.2Smatt				# immutable) behave as system flags.
951.39Ssimonb#options 	DISKLABEL_EI	# disklabel Endian Independent support
961.39Ssimonboptions 	NFSSERVER	# Network File System server
971.2Smatt
981.6Smattoptions 	NFS_BOOT_BOOTP	# Support BOOTP NFS root
991.6Smatt#options 	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_DEBUG	# debug for IP security
1101.2Smatt#options 	MROUTING	# IP multicast routing
1111.2Smatt#options 	PIM		# Protocol Independent Multicast
1121.2Smatt#options 	NETATALK	# AppleTalk networking protocols
1131.2Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1141.2Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1151.2Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1161.2Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1171.2Smatt
1181.2Smatt# These options enable verbose messages for several subsystems.
1191.2Smatt# Warning, these may compile large string tables into the kernel!
1201.2Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1211.2Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1221.2Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1231.2Smattoptions 	SCSIVERBOSE	# human readable SCSI error messages
1241.2Smattoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1251.2Smattoptions 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1261.2Smatt
1271.2Smatt# wscons options
1281.2Smatt#options 	WSEMUL_SUN		# sun terminal emulation
1291.2Smatt#options 	WSEMUL_VT100		# VT100 / VT220 emulation
1301.20Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1311.2Smatt
1321.2Smatt# Kernel root file system and dump configuration.
1331.2Smattconfig		netbsd		root on ? type ?
1341.2Smattconfig		nfsnetbsd	root on tsec1 type nfs
1351.2Smatt
1361.2Smatt#
1371.2Smatt# Device configuration
1381.2Smatt#
1391.2Smatt
1401.2Smattmainbus0 at root			# Processor Local Bus
1411.2Smatt
1421.2Smattcpunode*	at mainbus? node ?
1431.2Smatt
1441.2Smattcpu0		at cpunode?
1451.2Smatt
1461.2Smattobio0		at cpunode?		# On-chip Peripheral Bus
1471.2Smatt#ds1553rtc0	at obio0 addr 0xf8000000 size 8192
1481.2Smatt#wdc0		at obio0 cs 2
1491.2Smatt#atabus* 	at wdc?
1501.2Smatt#wd*		at atabus?
1511.2Smattgpio*		at gpiobus?
1521.2Smatt
1531.16Smatt# NOR Flash
1541.16Smatt#options 	NOR_VERBOSE
1551.16Smattcfi0	 	at obio0 cs 0
1561.16Smattnor*		at cfi?
1571.16Smattflash*		at nor? offset 0 size 0x1000000
1581.16Smatt
1591.2Smatte500wdog*	at cpunode?		# Watchdog timer
1601.2Smatt
1611.2Smattduart*		at cpunode?
1621.2Smattcom*		at duart? port ?
1631.2Smattoptions		CONSPEED=115200
1641.2Smattoptions		CONSADDR="DUART1_BASE"
1651.2Smatt
1661.17Smatttsec0		at cpunode? phy 2	# 3-Speed Ethernet Controller (phy 2)
1671.17Smattmdio0		at tsec0
1681.17Smatttsec1		at cpunode? mdio 0 phy 1 # 3-Speed Ethernet Controller (phy 1)
1691.2Smattatphy*		at mii?			# Attansic PHY
1701.2Smattukphy*		at mii?
1711.2Smatt#options 	TSEC_EVENT_COUNTERS
1721.2Smatt
1731.2Smattdiic*		at cpunode?		# i2c bus
1741.2Smattiic*		at diic?
1751.2Smatt#lm* 		at iic? addr 0x48
1761.2Smatt#lm* 		at iic? addr 0x49
1771.2Smatt#lm* 		at iic? addr 0x4a
1781.2Smatt#lm* 		at iic? addr 0x4b
1791.2Smatt#lm* 		at iic? addr 0x4c
1801.2Smatt#lm* 		at iic? addr 0x4d
1811.2Smatt#lm* 		at iic? addr 0x4e
1821.2Smatt#lm*	 	at iic? addr 0x4f
1831.2Smatt
1841.2Smattoptions 	PCI_MEMBASE=0xa0000000,PCI_MEMSIZE=0x04000000
1851.2Smattoptions 	PCI_IOBASE=0xb0000000,PCI_IOSIZE=0x00100000
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.4Smattalc*		at pci? dev ? function ?
1951.4Smatt
1961.38Srin# NVM Express controllers and devices
1971.38Srinnvme*		at pci? dev ? function ?
1981.38Srinld*		at nvme? nsid ?
1991.38Srin
2001.38Srinahcisata*	at pci? dev ? function ?	# AHCI SATA controllers
2011.38Srinatabus* 	at ahcisata? channel ?
2021.38Srin
2031.2Smatt#ehci*		at pci? dev ? function ?
2041.2Smatt#ohci*		at pci? dev ? function ?
2051.2Smatt#uhci*		at pci? dev ? function ?
2061.2Smatt#usb*		at ehci?
2071.2Smatt#usb*		at ohci?
2081.2Smatt#usb*		at uhci?
2091.2Smatt#uhub*		at usb?
2101.2Smatt#umass*		at uhub? port ?
2111.2Smatt#scsibus*	at umass? channel ?
2121.2Smatt
2131.2Smattarcmsr* 	at pci? dev ? function ?
2141.2Smattscsibus* 	at arcmsr?
2151.2Smattsd*		at scsibus? target ? lun ?
2161.2Smatt
2171.2Smattviaide* 	at pci? dev ? function ?
2181.2Smattatabus* 	at viaide? channel ?
2191.2Smattwd*		at atabus? drive ?
2201.2Smatt#rtk*		at pci? dev ? function ?
2211.2Smattwm*		at pci? dev ? function ?	# Intel Ethernet
2221.2Smatt
2231.2Smattmakphy* 	at mii? phy ?			# Marvell PHYs
2241.2Smattukphy*		at mii? phy ?			# generic unknown PHYs
2251.2Smatt
2261.24Schristospseudo-device	md			# memory disk device
2271.2Smattpseudo-device	loop			# network loopback
2281.2Smattpseudo-device	bpfilter		# packet filter
2291.37Ssevanpseudo-device 	carp			# Common Address Redundancy Protocol
2301.2Smattpseudo-device	clockctl		# user control of clock subsystem
2311.19Smattpseudo-device	drvctl			# user control of drive subsystem
2321.2Smattpseudo-device	ksyms			# /dev/ksyms
2331.2Smattpseudo-device	pty			# pseudo-terminals
2341.2Smattpseudo-device	kttcp			# kernel ttcp
2351.37Ssevan
2361.37Ssevaninclude "dev/veriexec.config"
237