GENERIC revision 1.87
1# $NetBSD: GENERIC,v 1.87 2012/03/10 21:51:55 joerg Exp $
2
3include 	"arch/sbmips/conf/std.sbmips"
4
5options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
6
7#ident 		"GENERIC-$Revision: 1.87 $"
8
9#options 	LOCKDEBUG	# XXX XXX XXX XXX
10#options 	DEBUG		# extra kernel debugging support
11
12# The following three options are required for BCM1250 pass 1 silicon
13#options 	SB1250_PASS1
14#options 	NOFPU
15#options 	FPEMUL
16
17maxusers	32
18
19# Standard system options
20options 	KTRACE		# system call tracing support
21options 	SYSVMSG		# System V message queues
22options 	SYSVSEM		# System V semaphores
23options 	SYSVSHM		# System V shared memory
24#options 	NTP		# network time protocol
25
26# Debugging options
27#options 	DIAGNOSTIC	# extra kernel sanity checking
28#options 	DEBUG		# extra kernel debugging support
29#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
30options 	USERCONF	# userconf(4) support
31options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
32options 	DDB		# kernel dynamic debugger
33options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
34#makeoptions 	DEBUG="-g"	# compile full symbol table
35options 	SYMTAB_SPACE=390000	# size for embedded symbol table
36
37# Compatibility options
38options 	COMPAT_43	# compatibility with 4.3BSD binaries
39#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
40#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
41#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
42#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
43#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
44#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
45#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
46options 	COMPAT_16	# NetBSD 1.6 binary compatibility
47options 	COMPAT_20	# NetBSD 2.0 binary compatibility
48options 	COMPAT_30	# NetBSD 3.0 compatibility.
49options 	COMPAT_40	# NetBSD 4.0 compatibility.
50options 	COMPAT_50	# NetBSD 5.0 compatibility.
51#options 	EXEC_ECOFF	# exec ECOFF binaries
52#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
53options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
54
55# File systems
56file-system	FFS		# Berkeley Fast Filesystem
57file-system	NFS		# Sun NFS-compatible filesystem client
58file-system	KERNFS		# kernel data-structure filesystem
59#file-system	NULLFS		# NULL layered filesystem
60file-system 	OVERLAY		# overlay file system
61file-system	MFS		# memory-based filesystem
62file-system	FDESC		# user file descriptor filesystem
63#file-system	UMAPFS		# uid/gid remapping filesystem
64file-system	LFS		# Log-based filesystem (still experimental)
65file-system	PROCFS		# /proc
66#file-system	CD9660		# ISO 9660 + Rock Ridge file system
67#file-system	UNION		# union file system
68#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
69#file-system 	CODA		# Coda File System; also needs vcoda (below)
70file-system	PTYFS		# /dev/pts/N support
71file-system	TMPFS		# Efficient memory file-system
72#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
73
74# File system options
75options 	NFSSERVER	# Sun NFS-compatible filesystem server
76options 	QUOTA		# legacy UFS quotas
77options 	QUOTA2		# new, in-filesystem UFS quotas
78#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
79#options 	FFS_EI		# FFS Endian Independent support
80options 	WAPBL		# File system journaling support
81#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
82#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
83				# immutable) behave as system flags.
84
85# Networking options
86#options 	GATEWAY		# IP packet forwarding
87options 	INET		# Internet protocols
88options 	INET6		# IPV6
89#options 	IPSEC		# IP security
90#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
91#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
92#options 	IPSEC_DEBUG	# debug for IP security
93#options 	MROUTING	# packet forwarding of multicast packets
94#options 	PIM		# Protocol Independent Multicast
95#options 	ISO,TPIP	# OSI networking
96#options 	EON		# OSI tunneling over IP
97#options 	NETATALK	# AppleTalk (over Ethernet) protocol
98#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
99#options 	PPP_DEFLATE	# Deflate compression support for PPP
100options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
101options 	PFIL_HOOKS	# pfil(9) packet filter hooks
102options 	IPFILTER_LOG	# ipmon(8) log support
103options 	IPFILTER_LOOKUP	# ippool(8) support
104options 	IPFILTER_COMPAT # Compat for IP-Filter
105#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
106
107#options 	ALTQ		# Manipulate network interfaces' output queues
108#options 	ALTQ_BLUE	# Stochastic Fair Blue
109#options 	ALTQ_CBQ	# Class-Based Queueing
110#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
111#options 	ALTQ_FIFOQ	# First-In First-Out Queue
112#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
113#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
114#options 	ALTQ_LOCALQ	# Local queueing discipline
115#options 	ALTQ_PRIQ	# Priority Queueing
116#options 	ALTQ_RED	# Random Early Detection
117#options 	ALTQ_RIO	# RED with IN/OUT
118#options 	ALTQ_WFQ	# Weighted Fair Queueing
119
120# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
121#options 	TCP_COMPAT_42
122
123# These options enable verbose messages for several subsystems.
124# Warning, these may compile large string tables into the kernel!
125options 	PCIVERBOSE	# verbose PCI device autoconfig messages
126#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
127#options 	SCSIVERBOSE	# human readable SCSI error messages
128options 	MIIVERBOSE	# verbose PHY autoconfig messages
129
130options 	NFS_BOOT_DHCP
131
132#config		netbsd	root on ? type ?
133config		netbsd	root on sbmac0 type nfs
134
135zbbus*		at root
136
137cpu*		at zbbus? busid ?
138sbscd*		at zbbus? busid ?
139sbbrz*		at zbbus? busid ?
140sbobio*		at zbbus? busid ?
141
142pci*		at sbbrz? bus ?
143ppb*		at pci? dev ?
144pci*		at ppb?
145
146ohci*		at pci? dev ? function ?        # Open Host Controller
147
148bge*		at pci? dev ?
149
150#sbicu*		at sbscd? offset ?
151sbwdog*		at sbscd? offset ? intr ?
152sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
153#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
154sbtimer*	at sbscd? offset ? intr ?
155
156sbmac*		at sbobio? offset ?
157sbscn*		at sbobio? offset ?
158#sbgbus*	at sbobio? offset ?
159smbus*		at sbobio? offset ?
160
161xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
162m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
163
164# MII/PHY support
165brgphy*		at mii? phy ?
166
167# USB
168usb*		at ohci?
169uhub*		at usb?
170uhub*		at uhub? port ?
171umass*		at uhub? port ? configuration ? interface ?
172wd*		at umass?
173scsibus*	at umass? channel ?
174sd*		at scsibus? target ? lun ?
175uplcom* 	at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
176ucom*   	at uplcom? portno ?
177
178# Pseudo-devices
179
180# Disk/mass storage pseudo-devices
181pseudo-device	ccd		4	# concatenated disk devices
182#pseudo-device	cgd		4	# cryptographic disk devices
183#pseudo-device	raid		4	# RAIDframe disk driver
184#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
185pseudo-device	md			# memory disk device (ramdisk)
186pseudo-device	vnd			# disk-like interface to files
187#options 	VND_COMPRESSION		# compressed vnd(4)
188
189# Network pseudo-devices
190pseudo-device	bpfilter		# Berkeley packet filter
191#pseudo-device	carp			# Common Address Redundancy Protocol
192pseudo-device	ipfilter		# IP filter (firewall) and NAT
193pseudo-device	loop			# network loopback
194#pseudo-device	ppp			# Point-to-Point Protocol
195#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
196#pseudo-device	sl			# Serial Line IP
197#pseudo-device	strip			# Starmode Radio IP (Metricom)
198#pseudo-device	irframetty		# IrDA frame line discipline
199#pseudo-device	tun			# network tunneling over tty
200#pseudo-device	tap			# virtual Ethernet
201#pseudo-device	gre			# generic L3 over IP tunnel
202#pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
203#pseudo-device	gif			# RFC1933 tunnel
204#pseudo-device	faith			# IPv[46] tcp relay translation
205#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
206pseudo-device	vlan			# IEEE 802.1q encapsulation
207pseudo-device	bridge			# simple inter-network bridging
208#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
209pseudo-device	agr			# IEEE 802.3ad link aggregation
210
211#
212# accept filters
213pseudo-device   accf_data		# "dataready" accept filter
214pseudo-device   accf_http		# "httpready" accept filter
215
216# Miscellaneous pseudo-devices
217pseudo-device	pty			# pseudo-terminals
218#pseudo-device	sequencer	1	# MIDI sequencer
219pseudo-device	clockctl		# user control of clock subsystem
220pseudo-device	ksyms			# /dev/ksyms
221#pseudo-device	pf			# PF packet filter
222#pseudo-device	pflog			# PF log if
223
224# A pseudo device needed for Coda	# also needs CODA (above)
225#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
226
227# Veriexec
228#
229# a pseudo device needed for veriexec
230#pseudo-device	veriexec		1
231#
232# Uncomment the fingerprint methods below that are desired. Note that
233# removing fingerprint methods will have almost no impact on the kernel
234# code size.
235#
236#options VERIFIED_EXEC_FP_RMD160
237#options VERIFIED_EXEC_FP_SHA256
238#options VERIFIED_EXEC_FP_SHA384
239#options VERIFIED_EXEC_FP_SHA512
240#options VERIFIED_EXEC_FP_SHA1
241#options VERIFIED_EXEC_FP_MD5
242