GENERIC revision 1.31
1# $NetBSD: GENERIC,v 1.31 2004/11/10 17:54:06 christos 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.31 $"
8
9#options 	LOCKDEBUG	# XXX XXX XXX XXX
10options 	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 	SOFTFLOAT
16
17maxusers	32
18
19# Standard system options
20options 	KTRACE		# system call tracing support
21options 	SYSTRACE	# system call vetting via systrace(1)
22options 	SYSVMSG		# System V message queues
23options 	SYSVSEM		# System V semaphores
24options 	SYSVSHM		# System V shared memory
25#options 	SHMMAXPGS=1024	# 1024 pages is the default
26options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
27options 	LKM		# loadable kernel modules
28#options 	NTP		# network time protocol
29
30# Debugging options
31options 	DIAGNOSTIC	# extra kernel sanity checking
32#options 	DEBUG		# extra kernel debugging support
33#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
34options 	USERCONF	# userconf(4) support
35options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
36options 	DDB		# kernel dynamic debugger
37options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
38#makeoptions 	DEBUG="-g"	# compile full symbol table
39options 	SYMTAB_SPACE=200000	# size for embedded symbol table
40
41# Compatibility options
42options 	COMPAT_43	# compatibility with 4.3BSD binaries
43#options 	COMPAT_10	# NetBSD 0.9 binary compatibility
44#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
45#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
46#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
47#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
48#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
49options 	COMPAT_16	# NetBSD 1.6 binary compatibility
50#options 	EXEC_ECOFF	# exec ECOFF binaries
51#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
52options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
53
54# File systems
55file-system	FFS		# Berkeley Fast Filesystem
56file-system	NFS		# Sun NFS-compatible filesystem client
57file-system	KERNFS		# kernel data-structure filesystem
58#file-system	NULLFS		# NULL layered filesystem
59file-system 	OVERLAY		# overlay file system
60file-system	MFS		# memory-based filesystem
61file-system	FDESC		# user file descriptor filesystem
62#file-system	UMAPFS		# uid/gid remapping filesystem
63file-system	LFS		# Log-based filesystem (still experimental)
64#file-system	PORTAL		# portal 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)
70
71# File system options
72options 	NFSSERVER	# Sun NFS-compatible filesystem server
73options 	QUOTA		# FFS quotas
74#options 	FFS_EI		# FFS Endian Independant support
75#options 	SOFTDEP		# FFS soft updates support.
76#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
77				# immutable) behave as system flags.
78
79# Networking options
80#options 	GATEWAY		# IP packet forwarding
81options 	INET		# Internet protocols
82options 	INET6		# IPV6
83#options 	IPSEC		# IP security
84#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
85#options 	IPSEC_DEBUG	# debug for IP security
86#options 	MROUTING	# packet forwarding of multicast packets
87#options 	PIM		# Protocol Independent Multicast
88#options 	NS		# Xerox NS networking
89#options 	NSIP		# Xerox NS tunneling over IP
90#options 	ISO,TPIP	# OSI networking
91#options 	EON		# OSI tunneling over IP
92#options 	CCITT,LLC,HDLC	# X.25
93#options 	NETATALK	# AppleTalk (over Ethernet) protocol
94#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
95#options 	PPP_DEFLATE	# Deflate compression support for PPP
96options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
97options 	PFIL_HOOKS	# pfil(9) packet filter hooks
98options 	IPFILTER_LOG	# ipmon(8) log support
99#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
100
101#options 	ALTQ		# Manipulate network interfaces' output queues
102#options 	ALTQ_BLUE	# Stochastic Fair Blue
103#options 	ALTQ_CBQ	# Class-Based Queueing
104#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
105#options 	ALTQ_FIFOQ	# First-In First-Out Queue
106#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
107#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
108#options 	ALTQ_LOCALQ	# Local queueing discipline
109#options 	ALTQ_PRIQ	# Priority Queueing
110#options 	ALTQ_RED	# Random Early Detection
111#options 	ALTQ_RIO	# RED with IN/OUT
112#options 	ALTQ_WFQ	# Weighted Fair Queueing
113
114# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
115#options 	TCP_COMPAT_42
116
117# These options enable verbose messages for several subsystems.
118# Warning, these may compile large string tables into the kernel!
119options 	PCIVERBOSE	# verbose PCI device autoconfig messages
120#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
121#options 	SCSIVERBOSE	# human readable SCSI error messages
122options 	MIIVERBOSE	# verbose PHY autoconfig messages
123
124options 	NFS_BOOT_DHCP
125
126#config		netbsd	root on ? type ?
127config		netbsd	root on sbmac0 type nfs
128
129zbbus*		at root
130
131cpu*		at zbbus? busid ?
132sbscd*		at zbbus? busid ?
133sbobio*		at zbbus? busid ?
134
135#sbicu*		at sbscd? offset ?
136sbwdog*		at sbscd? offset ? intr ?
137sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
138#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
139sbtimer*	at sbscd? offset ? intr ?
140
141sbmac*		at sbobio? offset ?
142sbscn*		at sbobio? offset ?
143#sbgbus*	at sbobio? offset ?
144smbus*		at sbobio? offset ?
145
146xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
147m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
148
149# MII/PHY support
150brgphy*		at mii? phy ?
151
152# Pseudo-devices
153
154# Disk/mass storage pseudo-devices
155pseudo-device	ccd		4	# concatenated disk devices
156#pseudo-device	cgd		4	# cryptographic disk devices
157#pseudo-device	raid		4	# RAIDframe disk driver
158#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
159pseudo-device	md		1	# memory disk device (ramdisk)
160pseudo-device	vnd		4	# disk-like interface to files
161
162# Network pseudo-devices
163pseudo-device	bpfilter	8	# Berkeley packet filter
164pseudo-device	ipfilter		# IP filter (firewall) and NAT
165pseudo-device	loop			# network loopback
166#pseudo-device	ppp		2	# Point-to-Point Protocol
167#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
168#pseudo-device	sl		2	# Serial Line IP
169#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
170#pseudo-device	irframetty		# IrDA frame line discipline
171#pseudo-device	tun		2	# network tunneling over tty
172#pseudo-device	gre		2	# generic L3 over IP tunnel
173#pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
174#pseudo-device	gif		4	# RFC1933 tunnel
175#pseudo-device	faith		1	# IPv[46] tcp relay translation
176#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
177pseudo-device	vlan			# IEEE 802.1q encapsulation
178pseudo-device	bridge			# simple inter-network bridging
179#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
180
181# Miscellaneous pseudo-devices
182pseudo-device	pty			# pseudo-terminals
183#pseudo-device	tb		1	# tablet line discipline
184#pseudo-device	sequencer	1	# MIDI sequencer
185pseudo-device	rnd			# /dev/random & kernel generator
186pseudo-device	clockctl		# user control of clock subsystem
187pseudo-device	ksyms			# /dev/ksyms
188#pseudo-device	pf			# PF packet filter
189#pseudo-device	pflog			# PF log if
190
191# A pseudo device needed for Coda	# also needs CODA (above)
192#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
193