GENERIC revision 1.105
11.105Smrg# $NetBSD: GENERIC,v 1.105 2017/09/14 07:58:43 mrg 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.105Smrg#ident 		"GENERIC-$Revision: 1.105 $"
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.1Ssimonboptions 	IPFILTER_LOG	# ipmon(8) log support
851.57Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
861.78Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
871.12Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
881.1Ssimonb
891.27Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
901.27Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
911.27Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
921.27Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
931.27Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
941.27Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
951.27Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
961.27Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
971.27Sabs#options 	ALTQ_PRIQ	# Priority Queueing
981.27Sabs#options 	ALTQ_RED	# Random Early Detection
991.27Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1001.27Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1011.27Sabs
1021.96Salnsn# JIT compiler for bpfilter
1031.96Salnsn#options	SLJIT
1041.96Salnsn#options	BPFJIT
1051.96Salnsn
1061.1Ssimonb# These options enable verbose messages for several subsystems.
1071.1Ssimonb# Warning, these may compile large string tables into the kernel!
1081.1Ssimonboptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1091.1Ssimonb#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1101.1Ssimonb#options 	SCSIVERBOSE	# human readable SCSI error messages
1111.1Ssimonboptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1121.1Ssimonb
1131.1Ssimonboptions 	NFS_BOOT_DHCP
1141.1Ssimonb
1151.1Ssimonb#config		netbsd	root on ? type ?
1161.1Ssimonbconfig		netbsd	root on sbmac0 type nfs
1171.1Ssimonb
1181.1Ssimonbzbbus*		at root
1191.1Ssimonb
1201.6Ssimonbcpu*		at zbbus? busid ?
1211.1Ssimonbsbscd*		at zbbus? busid ?
1221.81Smattsbbrz*		at zbbus? busid ?
1231.1Ssimonbsbobio*		at zbbus? busid ?
1241.1Ssimonb
1251.81Smattpci*		at sbbrz? bus ?
1261.81Smattppb*		at pci? dev ?
1271.81Smattpci*		at ppb?
1281.81Smatt
1291.81Smattohci*		at pci? dev ? function ?        # Open Host Controller
1301.81Smatt
1311.81Smattbge*		at pci? dev ?
1321.81Smatt
1331.81Smatt#sbicu*		at sbscd? offset ?
1341.81Smattsbwdog*		at sbscd? offset ? intr ?
1351.81Smattsbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
1361.81Smatt#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
1371.81Smattsbtimer*	at sbscd? offset ? intr ?
1381.81Smatt
1391.81Smattsbmac*		at sbobio? offset ?
1401.81Smattsbscn*		at sbobio? offset ?
1411.81Smatt#sbgbus*	at sbobio? offset ?
1421.81Smattsmbus*		at sbobio? offset ?
1431.7Ssimonb
1441.16Ssimonbxirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
1451.23Ssimonbm41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
1461.1Ssimonb
1471.1Ssimonb# MII/PHY support
1481.6Ssimonbbrgphy*		at mii? phy ?
1491.1Ssimonb
1501.81Smatt# USB
1511.81Smattusb*		at ohci?
1521.81Smattuhub*		at usb?
1531.81Smattuhub*		at uhub? port ?
1541.81Smattumass*		at uhub? port ? configuration ? interface ?
1551.81Smattwd*		at umass?
1561.81Smattscsibus*	at umass? channel ?
1571.81Smattsd*		at scsibus? target ? lun ?
1581.81Smattuplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1591.81Smattucom*   	at uplcom? portno ?
1601.81Smatt
1611.1Ssimonb# Pseudo-devices
1621.1Ssimonb
1631.1Ssimonb# Disk/mass storage pseudo-devices
1641.91Schristospseudo-device	ccd			# concatenated disk devices
1651.91Schristos#pseudo-device	cgd			# cryptographic disk devices
1661.92Schristos#pseudo-device	raid			# RAIDframe disk driver
1671.1Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
1681.80Shannkenpseudo-device	md			# memory disk device (ramdisk)
1691.52Scubepseudo-device	vnd			# disk-like interface to files
1701.39Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1711.1Ssimonb
1721.1Ssimonb# Network pseudo-devices
1731.51Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1741.53Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1751.1Ssimonbpseudo-device	ipfilter		# IP filter (firewall) and NAT
1761.1Ssimonbpseudo-device	loop			# network loopback
1771.52Scube#pseudo-device	ppp			# Point-to-Point Protocol
1781.1Ssimonb#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1791.52Scube#pseudo-device	sl			# Serial Line IP
1801.52Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
1811.1Ssimonb#pseudo-device	irframetty		# IrDA frame line discipline
1821.52Scube#pseudo-device	tun			# network tunneling over tty
1831.32Scube#pseudo-device	tap			# virtual Ethernet
1841.52Scube#pseudo-device	gre			# generic L3 over IP tunnel
1851.92Schristos#pseudo-device	ipip			# RFC 2003 IP Encapsulation
1861.52Scube#pseudo-device	gif			# RFC1933 tunnel
1871.52Scube#pseudo-device	faith			# IPv[46] tcp relay translation
1881.52Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1891.1Ssimonbpseudo-device	vlan			# IEEE 802.1q encapsulation
1901.1Ssimonbpseudo-device	bridge			# simple inter-network bridging
1911.19Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1921.61Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
1931.1Ssimonb
1941.69Stls#
1951.69Stls# accept filters
1961.69Stlspseudo-device   accf_data		# "dataready" accept filter
1971.69Stlspseudo-device   accf_http		# "httpready" accept filter
1981.69Stls
1991.1Ssimonb# Miscellaneous pseudo-devices
2001.1Ssimonbpseudo-device	pty			# pseudo-terminals
2011.93Schristos#pseudo-device	sequencer		# MIDI sequencer
2021.8Slukempseudo-device	clockctl		# user control of clock subsystem
2031.21Sraggepseudo-device	ksyms			# /dev/ksyms
2041.26Sitojun#pseudo-device	pf			# PF packet filter
2051.26Sitojun#pseudo-device	pflog			# PF log if
2061.1Ssimonb
2071.1Ssimonb# A pseudo device needed for Coda	# also needs CODA (above)
2081.92Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
2091.48Selad
2101.48Selad# Veriexec
2111.48Selad#
2121.48Selad# a pseudo device needed for veriexec
2131.92Schristos#pseudo-device	veriexec
2141.48Selad#
2151.48Selad# Uncomment the fingerprint methods below that are desired. Note that
2161.48Selad# removing fingerprint methods will have almost no impact on the kernel
2171.48Selad# code size.
2181.48Selad#
2191.48Selad#options VERIFIED_EXEC_FP_SHA256
2201.48Selad#options VERIFIED_EXEC_FP_SHA384
2211.48Selad#options VERIFIED_EXEC_FP_SHA512
222