GENERIC revision 1.70
11.70She# $NetBSD: GENERIC,v 1.70 2008/10/25 10:08:25 he 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.70She#ident 		"GENERIC-$Revision: 1.70 $"
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.16Ssimonb#options 	SOFTFLOAT
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 	SHMMAXPGS=1024	# 1024 pages is the default
251.28Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
261.1Ssimonboptions 	LKM		# loadable kernel modules
271.1Ssimonb#options 	NTP		# network time protocol
281.1Ssimonb
291.1Ssimonb# Debugging options
301.46Schs#options 	DIAGNOSTIC	# extra kernel sanity checking
311.1Ssimonb#options 	DEBUG		# extra kernel debugging support
321.1Ssimonb#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
331.10Slukemoptions 	USERCONF	# userconf(4) support
341.29Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
351.1Ssimonboptions 	DDB		# kernel dynamic debugger
361.1Ssimonboptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
371.1Ssimonb#makeoptions 	DEBUG="-g"	# compile full symbol table
381.70Sheoptions 	SYMTAB_SPACE=320000	# size for embedded symbol table
391.1Ssimonb
401.1Ssimonb# Compatibility options
411.1Ssimonboptions 	COMPAT_43	# compatibility with 4.3BSD binaries
421.40Ssimonb#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
431.1Ssimonb#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
441.1Ssimonb#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
451.1Ssimonb#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
461.1Ssimonb#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
471.1Ssimonb#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
481.58Smanu#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
491.22Ssimonboptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
501.36Ssimonboptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
511.43Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
521.67Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
531.1Ssimonb#options 	EXEC_ECOFF	# exec ECOFF binaries
541.1Ssimonb#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
551.31Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
561.1Ssimonb
571.1Ssimonb# File systems
581.1Ssimonbfile-system	FFS		# Berkeley Fast Filesystem
591.1Ssimonbfile-system	NFS		# Sun NFS-compatible filesystem client
601.1Ssimonbfile-system	KERNFS		# kernel data-structure filesystem
611.1Ssimonb#file-system	NULLFS		# NULL layered filesystem
621.1Ssimonbfile-system 	OVERLAY		# overlay file system
631.1Ssimonbfile-system	MFS		# memory-based filesystem
641.1Ssimonbfile-system	FDESC		# user file descriptor filesystem
651.1Ssimonb#file-system	UMAPFS		# uid/gid remapping filesystem
661.1Ssimonbfile-system	LFS		# Log-based filesystem (still experimental)
671.1Ssimonb#file-system	PORTAL		# portal filesystem (still experimental)
681.6Ssimonbfile-system	PROCFS		# /proc
691.1Ssimonb#file-system	CD9660		# ISO 9660 + Rock Ridge file system
701.1Ssimonb#file-system	UNION		# union file system
711.1Ssimonb#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
721.1Ssimonb#file-system 	CODA		# Coda File System; also needs vcoda (below)
731.44Schristosfile-system	PTYFS		# /dev/pts/N support
741.59Sjmmv#file-system	TMPFS		# Efficient memory file-system
751.50Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
761.1Ssimonb
771.1Ssimonb# File system options
781.1Ssimonboptions 	NFSSERVER	# Sun NFS-compatible filesystem server
791.1Ssimonboptions 	QUOTA		# FFS quotas
801.47Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
811.1Ssimonb#options 	FFS_EI		# FFS Endian Independant support
821.1Ssimonb#options 	SOFTDEP		# FFS soft updates support.
831.68Ssimonboptions 	WAPBL		# File system journaling support - Experimental
841.33Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
851.1Ssimonb#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
861.1Ssimonb				# immutable) behave as system flags.
871.1Ssimonb
881.1Ssimonb# Networking options
891.1Ssimonb#options 	GATEWAY		# IP packet forwarding
901.1Ssimonboptions 	INET		# Internet protocols
911.1Ssimonboptions 	INET6		# IPV6
921.1Ssimonb#options 	IPSEC		# IP security
931.1Ssimonb#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
941.38Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
951.1Ssimonb#options 	IPSEC_DEBUG	# debug for IP security
961.1Ssimonb#options 	MROUTING	# packet forwarding of multicast packets
971.30Smanu#options 	PIM		# Protocol Independent Multicast
981.1Ssimonb#options 	ISO,TPIP	# OSI networking
991.1Ssimonb#options 	EON		# OSI tunneling over IP
1001.1Ssimonb#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1011.1Ssimonb#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1021.1Ssimonb#options 	PPP_DEFLATE	# Deflate compression support for PPP
1031.1Ssimonboptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1041.1Ssimonboptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1051.1Ssimonboptions 	IPFILTER_LOG	# ipmon(8) log support
1061.57Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1071.12Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1081.1Ssimonb
1091.27Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1101.27Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1111.27Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1121.27Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1131.27Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1141.27Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1151.27Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1161.27Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1171.27Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1181.27Sabs#options 	ALTQ_RED	# Random Early Detection
1191.27Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1201.27Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1211.27Sabs
1221.1Ssimonb# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1231.1Ssimonb#options 	TCP_COMPAT_42
1241.1Ssimonb
1251.1Ssimonb# These options enable verbose messages for several subsystems.
1261.1Ssimonb# Warning, these may compile large string tables into the kernel!
1271.1Ssimonboptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1281.1Ssimonb#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1291.1Ssimonb#options 	SCSIVERBOSE	# human readable SCSI error messages
1301.1Ssimonboptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1311.1Ssimonb
1321.1Ssimonboptions 	NFS_BOOT_DHCP
1331.1Ssimonb
1341.1Ssimonb#config		netbsd	root on ? type ?
1351.1Ssimonbconfig		netbsd	root on sbmac0 type nfs
1361.1Ssimonb
1371.1Ssimonbzbbus*		at root
1381.1Ssimonb
1391.6Ssimonbcpu*		at zbbus? busid ?
1401.1Ssimonbsbscd*		at zbbus? busid ?
1411.1Ssimonbsbobio*		at zbbus? busid ?
1421.1Ssimonb
1431.1Ssimonb#sbicu*		at sbscd? offset ?
1441.9Ssimonbsbwdog*		at sbscd? offset ? intr ?
1451.1Ssimonbsbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
1461.1Ssimonb#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
1471.1Ssimonbsbtimer*	at sbscd? offset ? intr ?
1481.1Ssimonb
1491.1Ssimonbsbmac*		at sbobio? offset ?
1501.1Ssimonbsbscn*		at sbobio? offset ?
1511.1Ssimonb#sbgbus*	at sbobio? offset ?
1521.7Ssimonbsmbus*		at sbobio? offset ?
1531.7Ssimonb
1541.16Ssimonbxirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
1551.23Ssimonbm41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
1561.1Ssimonb
1571.1Ssimonb# MII/PHY support
1581.6Ssimonbbrgphy*		at mii? phy ?
1591.1Ssimonb
1601.1Ssimonb# Pseudo-devices
1611.1Ssimonb
1621.1Ssimonb# Disk/mass storage pseudo-devices
1631.1Ssimonbpseudo-device	ccd		4	# concatenated disk devices
1641.14Selric#pseudo-device	cgd		4	# cryptographic disk devices
1651.1Ssimonb#pseudo-device	raid		4	# RAIDframe disk driver
1661.1Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
1671.1Ssimonbpseudo-device	md		1	# memory disk device (ramdisk)
1681.52Scubepseudo-device	vnd			# disk-like interface to files
1691.39Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1701.1Ssimonb
1711.1Ssimonb# Network pseudo-devices
1721.51Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1731.53Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1741.1Ssimonbpseudo-device	ipfilter		# IP filter (firewall) and NAT
1751.1Ssimonbpseudo-device	loop			# network loopback
1761.52Scube#pseudo-device	ppp			# Point-to-Point Protocol
1771.1Ssimonb#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1781.52Scube#pseudo-device	sl			# Serial Line IP
1791.52Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
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.1Ssimonb#pseudo-device	ipip		2	# 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.19Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
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.1Ssimonb#pseudo-device	sequencer	1	# MIDI sequencer
2011.1Ssimonbpseudo-device	rnd			# /dev/random & kernel generator
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.1Ssimonb#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
2091.48Selad
2101.48Selad# Veriexec
2111.48Selad#
2121.48Selad# a pseudo device needed for veriexec
2131.48Selad#pseudo-device	veriexec		1
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_RMD160
2201.48Selad#options VERIFIED_EXEC_FP_SHA256
2211.48Selad#options VERIFIED_EXEC_FP_SHA384
2221.48Selad#options VERIFIED_EXEC_FP_SHA512
2231.48Selad#options VERIFIED_EXEC_FP_SHA1
2241.48Selad#options VERIFIED_EXEC_FP_MD5
225