GENERIC revision 1.92
11.92Schristos# $NetBSD: GENERIC,v 1.92 2013/04/27 21:43:40 christos 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.92Schristos#ident 		"GENERIC-$Revision: 1.92 $"
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.1Ssimonb#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
301.10Slukemoptions 	USERCONF	# userconf(4) support
311.29Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
321.1Ssimonboptions 	DDB		# kernel dynamic debugger
331.1Ssimonboptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
341.1Ssimonb#makeoptions 	DEBUG="-g"	# compile full symbol table
351.84Sheoptions 	SYMTAB_SPACE=390000	# size for embedded symbol table
361.1Ssimonb
371.1Ssimonb# Compatibility options
381.1Ssimonboptions 	COMPAT_43	# compatibility with 4.3BSD binaries
391.40Ssimonb#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
401.1Ssimonb#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
411.1Ssimonb#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
421.1Ssimonb#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
431.1Ssimonb#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
441.1Ssimonb#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
451.58Smanu#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
461.22Ssimonboptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
471.36Ssimonboptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
481.43Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
491.67Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
501.73Smrgoptions 	COMPAT_50	# NetBSD 5.0 compatibility.
511.88Sapboptions 	COMPAT_60	# NetBSD 6.0 compatibility.
521.1Ssimonb#options 	EXEC_ECOFF	# exec ECOFF binaries
531.1Ssimonb#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
541.31Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
551.1Ssimonb
561.1Ssimonb# File systems
571.1Ssimonbfile-system	FFS		# Berkeley Fast Filesystem
581.1Ssimonbfile-system	NFS		# Sun NFS-compatible filesystem client
591.1Ssimonbfile-system	KERNFS		# kernel data-structure filesystem
601.1Ssimonb#file-system	NULLFS		# NULL layered filesystem
611.1Ssimonbfile-system 	OVERLAY		# overlay file system
621.1Ssimonbfile-system	MFS		# memory-based filesystem
631.1Ssimonbfile-system	FDESC		# user file descriptor filesystem
641.1Ssimonb#file-system	UMAPFS		# uid/gid remapping filesystem
651.1Ssimonbfile-system	LFS		# Log-based filesystem (still experimental)
661.6Ssimonbfile-system	PROCFS		# /proc
671.1Ssimonb#file-system	CD9660		# ISO 9660 + Rock Ridge file system
681.1Ssimonb#file-system	UNION		# union file system
691.1Ssimonb#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
701.1Ssimonb#file-system 	CODA		# Coda File System; also needs vcoda (below)
711.44Schristosfile-system	PTYFS		# /dev/pts/N support
721.77Schsfile-system	TMPFS		# Efficient memory file-system
731.50Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
741.1Ssimonb
751.1Ssimonb# File system options
761.1Ssimonboptions 	NFSSERVER	# Sun NFS-compatible filesystem server
771.82Sbouyeroptions 	QUOTA		# legacy UFS quotas
781.82Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
791.47Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
801.83Swiz#options 	FFS_EI		# FFS Endian Independent support
811.86Sdhollandoptions 	WAPBL		# File system journaling support
821.33Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
831.1Ssimonb#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
841.1Ssimonb				# immutable) behave as system flags.
851.1Ssimonb
861.1Ssimonb# Networking options
871.1Ssimonb#options 	GATEWAY		# IP packet forwarding
881.1Ssimonboptions 	INET		# Internet protocols
891.1Ssimonboptions 	INET6		# IPV6
901.1Ssimonb#options 	IPSEC		# IP security
911.38Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
921.1Ssimonb#options 	IPSEC_DEBUG	# debug for IP security
931.1Ssimonb#options 	MROUTING	# packet forwarding of multicast packets
941.30Smanu#options 	PIM		# Protocol Independent Multicast
951.1Ssimonb#options 	NETATALK	# AppleTalk (over Ethernet) protocol
961.1Ssimonb#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
971.1Ssimonb#options 	PPP_DEFLATE	# Deflate compression support for PPP
981.1Ssimonboptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
991.1Ssimonboptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1001.1Ssimonboptions 	IPFILTER_LOG	# ipmon(8) log support
1011.57Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1021.78Smrgoptions 	IPFILTER_COMPAT # Compat for IP-Filter
1031.12Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1041.1Ssimonb
1051.27Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1061.27Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1071.27Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1081.27Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1091.27Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1101.27Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1111.27Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1121.27Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1131.27Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1141.27Sabs#options 	ALTQ_RED	# Random Early Detection
1151.27Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1161.27Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1171.27Sabs
1181.1Ssimonb# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1191.1Ssimonb#options 	TCP_COMPAT_42
1201.1Ssimonb
1211.1Ssimonb# These options enable verbose messages for several subsystems.
1221.1Ssimonb# Warning, these may compile large string tables into the kernel!
1231.1Ssimonboptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1241.1Ssimonb#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1251.1Ssimonb#options 	SCSIVERBOSE	# human readable SCSI error messages
1261.1Ssimonboptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1271.1Ssimonb
1281.1Ssimonboptions 	NFS_BOOT_DHCP
1291.1Ssimonb
1301.1Ssimonb#config		netbsd	root on ? type ?
1311.1Ssimonbconfig		netbsd	root on sbmac0 type nfs
1321.1Ssimonb
1331.1Ssimonbzbbus*		at root
1341.1Ssimonb
1351.6Ssimonbcpu*		at zbbus? busid ?
1361.1Ssimonbsbscd*		at zbbus? busid ?
1371.81Smattsbbrz*		at zbbus? busid ?
1381.1Ssimonbsbobio*		at zbbus? busid ?
1391.1Ssimonb
1401.81Smattpci*		at sbbrz? bus ?
1411.81Smattppb*		at pci? dev ?
1421.81Smattpci*		at ppb?
1431.81Smatt
1441.81Smattohci*		at pci? dev ? function ?        # Open Host Controller
1451.81Smatt
1461.81Smattbge*		at pci? dev ?
1471.81Smatt
1481.81Smatt#sbicu*		at sbscd? offset ?
1491.81Smattsbwdog*		at sbscd? offset ? intr ?
1501.81Smattsbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
1511.81Smatt#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
1521.81Smattsbtimer*	at sbscd? offset ? intr ?
1531.81Smatt
1541.81Smattsbmac*		at sbobio? offset ?
1551.81Smattsbscn*		at sbobio? offset ?
1561.81Smatt#sbgbus*	at sbobio? offset ?
1571.81Smattsmbus*		at sbobio? offset ?
1581.7Ssimonb
1591.16Ssimonbxirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
1601.23Ssimonbm41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
1611.1Ssimonb
1621.1Ssimonb# MII/PHY support
1631.6Ssimonbbrgphy*		at mii? phy ?
1641.1Ssimonb
1651.81Smatt# USB
1661.81Smattusb*		at ohci?
1671.81Smattuhub*		at usb?
1681.81Smattuhub*		at uhub? port ?
1691.81Smattumass*		at uhub? port ? configuration ? interface ?
1701.81Smattwd*		at umass?
1711.81Smattscsibus*	at umass? channel ?
1721.81Smattsd*		at scsibus? target ? lun ?
1731.81Smattuplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
1741.81Smattucom*   	at uplcom? portno ?
1751.81Smatt
1761.1Ssimonb# Pseudo-devices
1771.1Ssimonb
1781.1Ssimonb# Disk/mass storage pseudo-devices
1791.91Schristospseudo-device	ccd			# concatenated disk devices
1801.91Schristos#pseudo-device	cgd			# cryptographic disk devices
1811.92Schristos#pseudo-device	raid			# RAIDframe disk driver
1821.1Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
1831.80Shannkenpseudo-device	md			# memory disk device (ramdisk)
1841.52Scubepseudo-device	vnd			# disk-like interface to files
1851.39Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1861.1Ssimonb
1871.1Ssimonb# Network pseudo-devices
1881.51Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1891.53Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1901.1Ssimonbpseudo-device	ipfilter		# IP filter (firewall) and NAT
1911.1Ssimonbpseudo-device	loop			# network loopback
1921.52Scube#pseudo-device	ppp			# Point-to-Point Protocol
1931.1Ssimonb#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1941.52Scube#pseudo-device	sl			# Serial Line IP
1951.52Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
1961.1Ssimonb#pseudo-device	irframetty		# IrDA frame line discipline
1971.52Scube#pseudo-device	tun			# network tunneling over tty
1981.32Scube#pseudo-device	tap			# virtual Ethernet
1991.52Scube#pseudo-device	gre			# generic L3 over IP tunnel
2001.92Schristos#pseudo-device	ipip			# RFC 2003 IP Encapsulation
2011.52Scube#pseudo-device	gif			# RFC1933 tunnel
2021.52Scube#pseudo-device	faith			# IPv[46] tcp relay translation
2031.52Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2041.1Ssimonbpseudo-device	vlan			# IEEE 802.1q encapsulation
2051.1Ssimonbpseudo-device	bridge			# simple inter-network bridging
2061.19Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2071.61Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
2081.1Ssimonb
2091.69Stls#
2101.69Stls# accept filters
2111.69Stlspseudo-device   accf_data		# "dataready" accept filter
2121.69Stlspseudo-device   accf_http		# "httpready" accept filter
2131.69Stls
2141.1Ssimonb# Miscellaneous pseudo-devices
2151.1Ssimonbpseudo-device	pty			# pseudo-terminals
2161.1Ssimonb#pseudo-device	sequencer	1	# MIDI sequencer
2171.8Slukempseudo-device	clockctl		# user control of clock subsystem
2181.21Sraggepseudo-device	ksyms			# /dev/ksyms
2191.26Sitojun#pseudo-device	pf			# PF packet filter
2201.26Sitojun#pseudo-device	pflog			# PF log if
2211.1Ssimonb
2221.1Ssimonb# A pseudo device needed for Coda	# also needs CODA (above)
2231.92Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
2241.48Selad
2251.48Selad# Veriexec
2261.48Selad#
2271.48Selad# a pseudo device needed for veriexec
2281.92Schristos#pseudo-device	veriexec
2291.48Selad#
2301.48Selad# Uncomment the fingerprint methods below that are desired. Note that
2311.48Selad# removing fingerprint methods will have almost no impact on the kernel
2321.48Selad# code size.
2331.48Selad#
2341.48Selad#options VERIFIED_EXEC_FP_RMD160
2351.48Selad#options VERIFIED_EXEC_FP_SHA256
2361.48Selad#options VERIFIED_EXEC_FP_SHA384
2371.48Selad#options VERIFIED_EXEC_FP_SHA512
2381.48Selad#options VERIFIED_EXEC_FP_SHA1
2391.48Selad#options VERIFIED_EXEC_FP_MD5
240