GENERIC revision 1.106
11.106Smaxv# $NetBSD: GENERIC,v 1.106 2018/08/01 20:04:13 maxv Exp $
21.1Ssimonb
31.18Ssimonbinclude 	"arch/sbmips/conf/std.sbmips"
41.1Ssimonb
51.5Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
61.5Satatat
71.106Smaxv#ident 		"GENERIC-$Revision: 1.106 $"
81.16Ssimonb
91.16Ssimonb#options 	LOCKDEBUG	# XXX XXX XXX XXX
101.46Schs#options 	DEBUG		# extra kernel debugging support
111.1Ssimonb
121.1Ssimonb# The following three options are required for BCM1250 pass 1 silicon
131.16Ssimonb#options 	SB1250_PASS1
141.16Ssimonb#options 	NOFPU
151.81Smatt#options 	FPEMUL
161.1Ssimonb
171.1Ssimonbmaxusers	32
181.1Ssimonb
191.1Ssimonb# Standard system options
201.1Ssimonboptions 	KTRACE		# system call tracing support
211.1Ssimonboptions 	SYSVMSG		# System V message queues
221.1Ssimonboptions 	SYSVSEM		# System V semaphores
231.1Ssimonboptions 	SYSVSHM		# System V shared memory
241.1Ssimonb#options 	NTP		# network time protocol
251.1Ssimonb
261.1Ssimonb# Debugging options
271.46Schs#options 	DIAGNOSTIC	# extra kernel sanity checking
281.1Ssimonb#options 	DEBUG		# extra kernel debugging support
291.10Slukemoptions 	USERCONF	# userconf(4) support
301.29Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
311.1Ssimonboptions 	DDB		# kernel dynamic debugger
321.1Ssimonboptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
331.1Ssimonb#makeoptions 	DEBUG="-g"	# compile full symbol table
341.98Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
351.1Ssimonb
361.1Ssimonb# Compatibility options
371.105Smrginclude 	"conf/compat_netbsd16.config"
381.1Ssimonb#options 	EXEC_ECOFF	# exec ECOFF binaries
391.1Ssimonb#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
401.1Ssimonb
411.1Ssimonb# File systems
421.1Ssimonbfile-system	FFS		# Berkeley Fast Filesystem
431.1Ssimonbfile-system	NFS		# Sun NFS-compatible filesystem client
441.1Ssimonbfile-system	KERNFS		# kernel data-structure filesystem
451.1Ssimonb#file-system	NULLFS		# NULL layered filesystem
461.1Ssimonbfile-system 	OVERLAY		# overlay file system
471.1Ssimonbfile-system	MFS		# memory-based filesystem
481.1Ssimonbfile-system	FDESC		# user file descriptor filesystem
491.1Ssimonb#file-system	UMAPFS		# uid/gid remapping filesystem
501.1Ssimonbfile-system	LFS		# Log-based filesystem (still experimental)
511.6Ssimonbfile-system	PROCFS		# /proc
521.1Ssimonb#file-system	CD9660		# ISO 9660 + Rock Ridge file system
531.1Ssimonb#file-system	UNION		# union file system
541.1Ssimonb#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
551.1Ssimonb#file-system 	CODA		# Coda File System; also needs vcoda (below)
561.44Schristosfile-system	PTYFS		# /dev/pts/N support
571.77Schsfile-system	TMPFS		# Efficient memory file-system
581.50Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
591.1Ssimonb
601.1Ssimonb# File system options
611.1Ssimonboptions 	NFSSERVER	# Sun NFS-compatible filesystem server
621.82Sbouyeroptions 	QUOTA		# legacy UFS quotas
631.82Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
641.47Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
651.100Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
661.83Swiz#options 	FFS_EI		# FFS Endian Independent support
671.86Sdhollandoptions 	WAPBL		# File system journaling support
681.33Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
691.1Ssimonb#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
701.1Ssimonb				# immutable) behave as system flags.
711.1Ssimonb
721.1Ssimonb# Networking options
731.1Ssimonb#options 	GATEWAY		# IP packet forwarding
741.1Ssimonboptions 	INET		# Internet protocols
751.1Ssimonboptions 	INET6		# IPV6
761.1Ssimonb#options 	IPSEC		# IP security
771.1Ssimonb#options 	IPSEC_DEBUG	# debug for IP security
781.1Ssimonb#options 	MROUTING	# packet forwarding of multicast packets
791.30Smanu#options 	PIM		# Protocol Independent Multicast
801.1Ssimonb#options 	NETATALK	# AppleTalk (over Ethernet) protocol
811.1Ssimonb#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
821.1Ssimonb#options 	PPP_DEFLATE	# Deflate compression support for PPP
831.1Ssimonboptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
841.1Ssimonb
851.27Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
861.27Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
871.27Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
881.27Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
891.27Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
901.27Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
911.27Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
921.27Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
931.27Sabs#options 	ALTQ_PRIQ	# Priority Queueing
941.27Sabs#options 	ALTQ_RED	# Random Early Detection
951.27Sabs#options 	ALTQ_RIO	# RED with IN/OUT
961.27Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
971.27Sabs
981.96Salnsn# JIT compiler for bpfilter
991.96Salnsn#options	SLJIT
1001.96Salnsn#options	BPFJIT
1011.96Salnsn
1021.1Ssimonb# These options enable verbose messages for several subsystems.
1031.1Ssimonb# Warning, these may compile large string tables into the kernel!
1041.1Ssimonboptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1051.1Ssimonb#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1061.1Ssimonb#options 	SCSIVERBOSE	# human readable SCSI error messages
1071.1Ssimonboptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1081.1Ssimonb
1091.1Ssimonboptions 	NFS_BOOT_DHCP
1101.1Ssimonb
1111.1Ssimonb#config		netbsd	root on ? type ?
1121.1Ssimonbconfig		netbsd	root on sbmac0 type nfs
1131.1Ssimonb
1141.1Ssimonbzbbus*		at root
1151.1Ssimonb
1161.6Ssimonbcpu*		at zbbus? busid ?
1171.1Ssimonbsbscd*		at zbbus? busid ?
1181.81Smattsbbrz*		at zbbus? busid ?
1191.1Ssimonbsbobio*		at zbbus? busid ?
1201.1Ssimonb
1211.81Smattpci*		at sbbrz? bus ?
1221.81Smattppb*		at pci? dev ?
1231.81Smattpci*		at ppb?
1241.81Smatt
1251.81Smattohci*		at pci? dev ? function ?        # Open Host Controller
1261.81Smatt
1271.81Smattbge*		at pci? dev ?
1281.81Smatt
1291.81Smatt#sbicu*		at sbscd? offset ?
1301.81Smattsbwdog*		at sbscd? offset ? intr ?
1311.81Smattsbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
1321.81Smatt#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
1331.81Smattsbtimer*	at sbscd? offset ? intr ?
1341.81Smatt
1351.81Smattsbmac*		at sbobio? offset ?
1361.81Smattsbscn*		at sbobio? offset ?
1371.81Smatt#sbgbus*	at sbobio? offset ?
1381.81Smattsmbus*		at sbobio? offset ?
1391.7Ssimonb
1401.16Ssimonbxirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
1411.23Ssimonbm41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
1421.1Ssimonb
1431.1Ssimonb# MII/PHY support
1441.6Ssimonbbrgphy*		at mii? phy ?
1451.1Ssimonb
1461.81Smatt# USB
1471.81Smattusb*		at ohci?
1481.81Smattuhub*		at usb?
1491.81Smattuhub*		at uhub? port ?
1501.81Smattumass*		at uhub? port ? configuration ? interface ?
1511.81Smattwd*		at umass?
1521.81Smattscsibus*	at umass? channel ?
1531.81Smattsd*		at scsibus? target ? lun ?
1541.81Smattuplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1551.81Smattucom*   	at uplcom? portno ?
1561.81Smatt
1571.1Ssimonb# Pseudo-devices
1581.1Ssimonb
1591.1Ssimonb# Disk/mass storage pseudo-devices
1601.91Schristospseudo-device	ccd			# concatenated disk devices
1611.91Schristos#pseudo-device	cgd			# cryptographic disk devices
1621.92Schristos#pseudo-device	raid			# RAIDframe disk driver
1631.1Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
1641.80Shannkenpseudo-device	md			# memory disk device (ramdisk)
1651.52Scubepseudo-device	vnd			# disk-like interface to files
1661.39Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1671.1Ssimonb
1681.1Ssimonb# Network pseudo-devices
1691.51Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1701.53Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1711.106Smaxvpseudo-device	npf			# NPF packet filter
1721.1Ssimonbpseudo-device	loop			# network loopback
1731.52Scube#pseudo-device	ppp			# Point-to-Point Protocol
1741.1Ssimonb#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1751.52Scube#pseudo-device	sl			# Serial Line IP
1761.52Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
1771.1Ssimonb#pseudo-device	irframetty		# IrDA frame line discipline
1781.52Scube#pseudo-device	tun			# network tunneling over tty
1791.32Scube#pseudo-device	tap			# virtual Ethernet
1801.52Scube#pseudo-device	gre			# generic L3 over IP tunnel
1811.92Schristos#pseudo-device	ipip			# RFC 2003 IP Encapsulation
1821.52Scube#pseudo-device	gif			# RFC1933 tunnel
1831.52Scube#pseudo-device	faith			# IPv[46] tcp relay translation
1841.52Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1851.1Ssimonbpseudo-device	vlan			# IEEE 802.1q encapsulation
1861.1Ssimonbpseudo-device	bridge			# simple inter-network bridging
1871.19Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1881.61Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
1891.1Ssimonb
1901.69Stls#
1911.69Stls# accept filters
1921.69Stlspseudo-device   accf_data		# "dataready" accept filter
1931.69Stlspseudo-device   accf_http		# "httpready" accept filter
1941.69Stls
1951.1Ssimonb# Miscellaneous pseudo-devices
1961.1Ssimonbpseudo-device	pty			# pseudo-terminals
1971.93Schristos#pseudo-device	sequencer		# MIDI sequencer
1981.8Slukempseudo-device	clockctl		# user control of clock subsystem
1991.21Sraggepseudo-device	ksyms			# /dev/ksyms
2001.1Ssimonb
2011.1Ssimonb# A pseudo device needed for Coda	# also needs CODA (above)
2021.92Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
2031.48Selad
2041.48Selad# Veriexec
2051.48Selad#
2061.48Selad# a pseudo device needed for veriexec
2071.92Schristos#pseudo-device	veriexec
2081.48Selad#
2091.48Selad# Uncomment the fingerprint methods below that are desired. Note that
2101.48Selad# removing fingerprint methods will have almost no impact on the kernel
2111.48Selad# code size.
2121.48Selad#
2131.48Selad#options VERIFIED_EXEC_FP_SHA256
2141.48Selad#options VERIFIED_EXEC_FP_SHA384
2151.48Selad#options VERIFIED_EXEC_FP_SHA512
216