SBMIPS revision 1.5
11.5Smrg# $NetBSD: SBMIPS,v 1.5 2017/09/14 07:58:40 mrg Exp $
21.1Smrg
31.2Smrginclude 	"arch/evbmips/conf/std.sbmips"
41.1Smrg
51.1Smrgoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.1Smrg
71.5Smrg#ident 		"GENERIC-$Revision: 1.5 $"
81.1Smrg
91.1Smrg#options 	LOCKDEBUG	# XXX XXX XXX XXX
101.1Smrg#options 	DEBUG		# extra kernel debugging support
111.1Smrg
121.1Smrg# The following three options are required for BCM1250 pass 1 silicon
131.1Smrg#options 	SB1250_PASS1
141.1Smrg#options 	NOFPU
151.1Smrg#options 	FPEMUL
161.1Smrg
171.1Smrgmaxusers	32
181.1Smrg
191.1Smrg# Standard system options
201.1Smrgoptions 	KTRACE		# system call tracing support
211.1Smrgoptions 	SYSVMSG		# System V message queues
221.1Smrgoptions 	SYSVSEM		# System V semaphores
231.1Smrgoptions 	SYSVSHM		# System V shared memory
241.1Smrg#options 	NTP		# network time protocol
251.1Smrg
261.1Smrg# Debugging options
271.1Smrg#options 	DIAGNOSTIC	# extra kernel sanity checking
281.1Smrg#options 	DEBUG		# extra kernel debugging support
291.1Smrgoptions 	USERCONF	# userconf(4) support
301.1Smrgoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
311.1Smrgoptions 	DDB		# kernel dynamic debugger
321.1Smrgoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
331.1Smrg#makeoptions 	DEBUG="-g"	# compile full symbol table
341.1Smrgmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
351.1Smrg
361.1Smrg# Compatibility options
371.5Smrg
381.5Smrginclude         "conf/compat_netbsd16.config"
391.5Smrg
401.1Smrg#options 	EXEC_ECOFF	# exec ECOFF binaries
411.1Smrg#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
421.1Smrg
431.1Smrg# File systems
441.1Smrgfile-system	FFS		# Berkeley Fast Filesystem
451.1Smrgfile-system	NFS		# Sun NFS-compatible filesystem client
461.1Smrgfile-system	KERNFS		# kernel data-structure filesystem
471.1Smrg#file-system	NULLFS		# NULL layered filesystem
481.1Smrgfile-system 	OVERLAY		# overlay file system
491.1Smrgfile-system	MFS		# memory-based filesystem
501.1Smrgfile-system	FDESC		# user file descriptor filesystem
511.1Smrg#file-system	UMAPFS		# uid/gid remapping filesystem
521.1Smrgfile-system	LFS		# Log-based filesystem (still experimental)
531.1Smrgfile-system	PROCFS		# /proc
541.1Smrg#file-system	CD9660		# ISO 9660 + Rock Ridge file system
551.1Smrg#file-system	UNION		# union file system
561.1Smrg#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
571.1Smrg#file-system 	CODA		# Coda File System; also needs vcoda (below)
581.1Smrgfile-system	PTYFS		# /dev/pts/N support
591.1Smrgfile-system	TMPFS		# Efficient memory file-system
601.1Smrg#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
611.1Smrg
621.1Smrg# File system options
631.1Smrgoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
641.1Smrgoptions 	QUOTA		# legacy UFS quotas
651.1Smrgoptions 	QUOTA2		# new, in-filesystem UFS quotas
661.1Smrg#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
671.1Smrgoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
681.1Smrg#options 	FFS_EI		# FFS Endian Independent support
691.1Smrgoptions 	WAPBL		# File system journaling support
701.1Smrg#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
711.1Smrg#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
721.1Smrg				# immutable) behave as system flags.
731.1Smrg
741.1Smrg# Networking options
751.1Smrg#options 	GATEWAY		# IP packet forwarding
761.1Smrgoptions 	INET		# Internet protocols
771.1Smrgoptions 	INET6		# IPV6
781.1Smrg#options 	IPSEC		# IP security
791.1Smrg#options 	IPSEC_DEBUG	# debug for IP security
801.1Smrg#options 	MROUTING	# packet forwarding of multicast packets
811.1Smrg#options 	PIM		# Protocol Independent Multicast
821.1Smrg#options 	NETATALK	# AppleTalk (over Ethernet) protocol
831.1Smrg#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
841.1Smrg#options 	PPP_DEFLATE	# Deflate compression support for PPP
851.1Smrgoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
861.1Smrgoptions 	IPFILTER_LOG	# ipmon(8) log support
871.1Smrgoptions 	IPFILTER_LOOKUP	# ippool(8) support
881.1Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
891.1Smrg#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
901.1Smrg
911.1Smrg#options 	ALTQ		# Manipulate network interfaces' output queues
921.1Smrg#options 	ALTQ_BLUE	# Stochastic Fair Blue
931.1Smrg#options 	ALTQ_CBQ	# Class-Based Queueing
941.1Smrg#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
951.1Smrg#options 	ALTQ_FIFOQ	# First-In First-Out Queue
961.1Smrg#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
971.1Smrg#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
981.1Smrg#options 	ALTQ_LOCALQ	# Local queueing discipline
991.1Smrg#options 	ALTQ_PRIQ	# Priority Queueing
1001.1Smrg#options 	ALTQ_RED	# Random Early Detection
1011.1Smrg#options 	ALTQ_RIO	# RED with IN/OUT
1021.1Smrg#options 	ALTQ_WFQ	# Weighted Fair Queueing
1031.1Smrg
1041.1Smrg# JIT compiler for bpfilter
1051.1Smrg#options	SLJIT
1061.1Smrg#options	BPFJIT
1071.1Smrg
1081.1Smrg# These options enable verbose messages for several subsystems.
1091.1Smrg# Warning, these may compile large string tables into the kernel!
1101.1Smrgoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1111.1Smrg#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1121.1Smrg#options 	SCSIVERBOSE	# human readable SCSI error messages
1131.1Smrgoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1141.1Smrg
1151.1Smrgoptions 	NFS_BOOT_DHCP
1161.1Smrg
1171.1Smrg#config		netbsd	root on ? type ?
1181.1Smrgconfig		netbsd	root on sbmac0 type nfs
1191.1Smrg
1201.1Smrgzbbus*		at root
1211.1Smrg
1221.1Smrgcpu*		at zbbus? busid ?
1231.1Smrgsbscd*		at zbbus? busid ?
1241.1Smrgsbbrz*		at zbbus? busid ?
1251.1Smrgsbobio*		at zbbus? busid ?
1261.1Smrg
1271.1Smrgpci*		at sbbrz? bus ?
1281.1Smrgppb*		at pci? dev ?
1291.1Smrgpci*		at ppb?
1301.1Smrg
1311.1Smrgohci*		at pci? dev ? function ?        # Open Host Controller
1321.1Smrg
1331.1Smrgbge*		at pci? dev ?
1341.1Smrg
1351.1Smrg#sbicu*		at sbscd? offset ?
1361.1Smrgsbwdog*		at sbscd? offset ? intr ?
1371.1Smrgsbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
1381.1Smrg#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
1391.1Smrgsbtimer*	at sbscd? offset ? intr ?
1401.1Smrg
1411.1Smrgsbmac*		at sbobio? offset ?
1421.1Smrgsbscn*		at sbobio? offset ?
1431.1Smrg#sbgbus*	at sbobio? offset ?
1441.1Smrgsmbus*		at sbobio? offset ?
1451.1Smrg
1461.1Smrgxirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
1471.1Smrgm41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
1481.1Smrg
1491.1Smrg# MII/PHY support
1501.1Smrgbrgphy*		at mii? phy ?
1511.1Smrg
1521.1Smrg# USB
1531.1Smrgusb*		at ohci?
1541.1Smrguhub*		at usb?
1551.1Smrguhub*		at uhub? port ?
1561.1Smrgumass*		at uhub? port ? configuration ? interface ?
1571.1Smrgwd*		at umass?
1581.1Smrgscsibus*	at umass? channel ?
1591.1Smrgsd*		at scsibus? target ? lun ?
1601.1Smrguplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1611.1Smrgucom*   	at uplcom? portno ?
1621.1Smrg
1631.1Smrg# Pseudo-devices
1641.1Smrg
1651.1Smrg# Disk/mass storage pseudo-devices
1661.1Smrgpseudo-device	ccd			# concatenated disk devices
1671.1Smrg#pseudo-device	cgd			# cryptographic disk devices
1681.1Smrg#pseudo-device	raid			# RAIDframe disk driver
1691.1Smrg#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
1701.1Smrgpseudo-device	md			# memory disk device (ramdisk)
1711.1Smrgpseudo-device	vnd			# disk-like interface to files
1721.1Smrg#options 	VND_COMPRESSION		# compressed vnd(4)
1731.1Smrg
1741.1Smrg# Network pseudo-devices
1751.1Smrgpseudo-device	bpfilter		# Berkeley packet filter
1761.1Smrg#pseudo-device	carp			# Common Address Redundancy Protocol
1771.1Smrgpseudo-device	ipfilter		# IP filter (firewall) and NAT
1781.1Smrgpseudo-device	loop			# network loopback
1791.1Smrg#pseudo-device	ppp			# Point-to-Point Protocol
1801.1Smrg#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1811.1Smrg#pseudo-device	sl			# Serial Line IP
1821.1Smrg#pseudo-device	strip			# Starmode Radio IP (Metricom)
1831.1Smrg#pseudo-device	irframetty		# IrDA frame line discipline
1841.1Smrg#pseudo-device	tun			# network tunneling over tty
1851.1Smrg#pseudo-device	tap			# virtual Ethernet
1861.1Smrg#pseudo-device	gre			# generic L3 over IP tunnel
1871.1Smrg#pseudo-device	ipip			# RFC 2003 IP Encapsulation
1881.1Smrg#pseudo-device	gif			# RFC1933 tunnel
1891.1Smrg#pseudo-device	faith			# IPv[46] tcp relay translation
1901.1Smrg#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1911.1Smrgpseudo-device	vlan			# IEEE 802.1q encapsulation
1921.1Smrgpseudo-device	bridge			# simple inter-network bridging
1931.1Smrg#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1941.1Smrgpseudo-device	agr			# IEEE 802.3ad link aggregation
1951.1Smrg
1961.1Smrg#
1971.1Smrg# accept filters
1981.1Smrgpseudo-device   accf_data		# "dataready" accept filter
1991.1Smrgpseudo-device   accf_http		# "httpready" accept filter
2001.1Smrg
2011.1Smrg# Miscellaneous pseudo-devices
2021.1Smrgpseudo-device	pty			# pseudo-terminals
2031.1Smrg#pseudo-device	sequencer		# MIDI sequencer
2041.1Smrgpseudo-device	clockctl		# user control of clock subsystem
2051.1Smrgpseudo-device	ksyms			# /dev/ksyms
2061.1Smrg#pseudo-device	pf			# PF packet filter
2071.1Smrg#pseudo-device	pflog			# PF log if
2081.1Smrg
2091.1Smrg# A pseudo device needed for Coda	# also needs CODA (above)
2101.1Smrg#pseudo-device	vcoda			# coda minicache <-> venus comm.
2111.1Smrg
2121.1Smrg# Veriexec
2131.1Smrg#
2141.1Smrg# a pseudo device needed for veriexec
2151.1Smrg#pseudo-device	veriexec
2161.1Smrg#
2171.1Smrg# Uncomment the fingerprint methods below that are desired. Note that
2181.1Smrg# removing fingerprint methods will have almost no impact on the kernel
2191.1Smrg# code size.
2201.1Smrg#
2211.1Smrg#options VERIFIED_EXEC_FP_SHA256
2221.1Smrg#options VERIFIED_EXEC_FP_SHA384
2231.1Smrg#options VERIFIED_EXEC_FP_SHA512
224