GENERIC revision 1.111
11.111Sroy# $NetBSD: GENERIC,v 1.111 2020/09/27 13:48:54 roy 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.111Sroy#ident 		"GENERIC-$Revision: 1.111 $"
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.108Ssevan# Alternate buffer queue strategies for better responsiveness under high
271.108Ssevan# disk I/O load.
281.108Ssevan#options 	BUFQ_READPRIO
291.108Ssevanoptions 	BUFQ_PRIOCSCAN
301.108Ssevan
311.1Ssimonb# Debugging options
321.46Schs#options 	DIAGNOSTIC	# extra kernel sanity checking
331.1Ssimonb#options 	DEBUG		# extra kernel debugging support
341.10Slukemoptions 	USERCONF	# userconf(4) support
351.29Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
361.1Ssimonboptions 	DDB		# kernel dynamic debugger
371.1Ssimonboptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
381.1Ssimonb#makeoptions 	DEBUG="-g"	# compile full symbol table
391.98Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
401.1Ssimonb
411.1Ssimonb# Compatibility options
421.105Smrginclude 	"conf/compat_netbsd16.config"
431.1Ssimonb#options 	EXEC_ECOFF	# exec ECOFF binaries
441.1Ssimonb#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
451.1Ssimonb
461.1Ssimonb# File systems
471.1Ssimonbfile-system	FFS		# Berkeley Fast Filesystem
481.1Ssimonbfile-system	NFS		# Sun NFS-compatible filesystem client
491.1Ssimonbfile-system	KERNFS		# kernel data-structure filesystem
501.1Ssimonb#file-system	NULLFS		# NULL layered filesystem
511.1Ssimonbfile-system 	OVERLAY		# overlay file system
521.1Ssimonbfile-system	MFS		# memory-based filesystem
531.1Ssimonbfile-system	FDESC		# user file descriptor filesystem
541.1Ssimonb#file-system	UMAPFS		# uid/gid remapping filesystem
551.1Ssimonbfile-system	LFS		# Log-based filesystem (still experimental)
561.6Ssimonbfile-system	PROCFS		# /proc
571.1Ssimonb#file-system	CD9660		# ISO 9660 + Rock Ridge file system
581.1Ssimonb#file-system	UNION		# union file system
591.1Ssimonb#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
601.1Ssimonb#file-system 	CODA		# Coda File System; also needs vcoda (below)
611.44Schristosfile-system	PTYFS		# /dev/pts/N support
621.77Schsfile-system	TMPFS		# Efficient memory file-system
631.50Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
641.1Ssimonb
651.1Ssimonb# File system options
661.1Ssimonboptions 	NFSSERVER	# Sun NFS-compatible filesystem server
671.82Sbouyeroptions 	QUOTA		# legacy UFS quotas
681.82Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
691.47Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
701.100Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
711.83Swiz#options 	FFS_EI		# FFS Endian Independent support
721.86Sdhollandoptions 	WAPBL		# File system journaling support
731.33Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
741.1Ssimonb#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
751.1Ssimonb				# immutable) behave as system flags.
761.1Ssimonb
771.1Ssimonb# Networking options
781.1Ssimonb#options 	GATEWAY		# IP packet forwarding
791.1Ssimonboptions 	INET		# Internet protocols
801.1Ssimonboptions 	INET6		# IPV6
811.1Ssimonb#options 	IPSEC		# IP security
821.1Ssimonb#options 	IPSEC_DEBUG	# debug for IP security
831.1Ssimonb#options 	MROUTING	# packet forwarding of multicast packets
841.30Smanu#options 	PIM		# Protocol Independent Multicast
851.1Ssimonb#options 	NETATALK	# AppleTalk (over Ethernet) protocol
861.1Ssimonb#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
871.1Ssimonb#options 	PPP_DEFLATE	# Deflate compression support for PPP
881.1Ssimonboptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
891.1Ssimonb
901.27Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
911.27Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
921.27Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
931.27Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
941.27Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
951.27Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
961.27Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
971.27Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
981.27Sabs#options 	ALTQ_PRIQ	# Priority Queueing
991.27Sabs#options 	ALTQ_RED	# Random Early Detection
1001.27Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1011.27Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1021.27Sabs
1031.96Salnsn# JIT compiler for bpfilter
1041.96Salnsn#options	SLJIT
1051.96Salnsn#options	BPFJIT
1061.96Salnsn
1071.1Ssimonb# These options enable verbose messages for several subsystems.
1081.1Ssimonb# Warning, these may compile large string tables into the kernel!
1091.1Ssimonboptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1101.1Ssimonb#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1111.1Ssimonb#options 	SCSIVERBOSE	# human readable SCSI error messages
1121.1Ssimonboptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1131.1Ssimonb
1141.1Ssimonboptions 	NFS_BOOT_DHCP
1151.1Ssimonb
1161.1Ssimonb#config		netbsd	root on ? type ?
1171.1Ssimonbconfig		netbsd	root on sbmac0 type nfs
1181.1Ssimonb
1191.1Ssimonbzbbus*		at root
1201.1Ssimonb
1211.6Ssimonbcpu*		at zbbus? busid ?
1221.1Ssimonbsbscd*		at zbbus? busid ?
1231.81Smattsbbrz*		at zbbus? busid ?
1241.1Ssimonbsbobio*		at zbbus? busid ?
1251.1Ssimonb
1261.81Smattpci*		at sbbrz? bus ?
1271.81Smattppb*		at pci? dev ?
1281.81Smattpci*		at ppb?
1291.81Smatt
1301.81Smattohci*		at pci? dev ? function ?        # Open Host Controller
1311.81Smatt
1321.81Smattbge*		at pci? dev ?
1331.81Smatt
1341.81Smatt#sbicu*		at sbscd? offset ?
1351.81Smattsbwdog*		at sbscd? offset ? intr ?
1361.81Smattsbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
1371.81Smatt#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
1381.81Smattsbtimer*	at sbscd? offset ? intr ?
1391.81Smatt
1401.81Smattsbmac*		at sbobio? offset ?
1411.81Smattsbscn*		at sbobio? offset ?
1421.81Smatt#sbgbus*	at sbobio? offset ?
1431.81Smattsmbus*		at sbobio? offset ?
1441.7Ssimonb
1451.16Ssimonbxirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
1461.23Ssimonbm41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
1471.1Ssimonb
1481.1Ssimonb# MII/PHY support
1491.6Ssimonbbrgphy*		at mii? phy ?
1501.1Ssimonb
1511.81Smatt# USB
1521.81Smattusb*		at ohci?
1531.81Smattuhub*		at usb?
1541.81Smattuhub*		at uhub? port ?
1551.81Smattumass*		at uhub? port ? configuration ? interface ?
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.108Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
1751.106Smaxvpseudo-device	npf			# NPF packet filter
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.1Ssimonb#pseudo-device	irframetty		# IrDA frame line discipline
1811.52Scube#pseudo-device	tun			# network tunneling over tty
1821.32Scube#pseudo-device	tap			# virtual Ethernet
1831.52Scube#pseudo-device	gre			# generic L3 over IP tunnel
1841.92Schristos#pseudo-device	ipip			# RFC 2003 IP Encapsulation
1851.52Scube#pseudo-device	gif			# RFC1933 tunnel
1861.52Scube#pseudo-device	faith			# IPv[46] tcp relay translation
1871.52Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1881.1Ssimonbpseudo-device	vlan			# IEEE 802.1q encapsulation
1891.1Ssimonbpseudo-device	bridge			# simple inter-network bridging
1901.111Sroy#pseudo-device	vether			# Virtual Ethernet for bridge
1911.61Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
1921.1Ssimonb
1931.69Stls#
1941.69Stls# accept filters
1951.69Stlspseudo-device   accf_data		# "dataready" accept filter
1961.69Stlspseudo-device   accf_http		# "httpready" accept filter
1971.69Stls
1981.1Ssimonb# Miscellaneous pseudo-devices
1991.1Ssimonbpseudo-device	pty			# pseudo-terminals
2001.93Schristos#pseudo-device	sequencer		# MIDI sequencer
2011.8Slukempseudo-device	clockctl		# user control of clock subsystem
2021.21Sraggepseudo-device	ksyms			# /dev/ksyms
2031.1Ssimonb
2041.1Ssimonb# A pseudo device needed for Coda	# also needs CODA (above)
2051.92Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
2061.48Selad
2071.108Ssevaninclude "dev/veriexec.config"
208