xref: /netbsd-src/sys/arch/sbmips/conf/GENERIC (revision f3b496ec9be495acbb17756f05d342b6b7b495e9)
1# $NetBSD: GENERIC,v 1.57 2006/08/26 20:26:56 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.57 $"
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 	SOFTFLOAT
16
17maxusers	32
18
19# Standard system options
20options 	KTRACE		# system call tracing support
21#options 	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
31#options 	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=210000	# size for embedded symbol table
40
41# Compatibility options
42options 	COMPAT_43	# compatibility with 4.3BSD binaries
43#options 	COMPAT_09	# 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
50options 	COMPAT_20	# NetBSD 2.0 binary compatibility
51options 	COMPAT_30	# NetBSD 3.0 compatibility.
52#options 	EXEC_ECOFF	# exec ECOFF binaries
53#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
54options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
55
56# File systems
57file-system	FFS		# Berkeley Fast Filesystem
58file-system	NFS		# Sun NFS-compatible filesystem client
59file-system	KERNFS		# kernel data-structure filesystem
60#file-system	NULLFS		# NULL layered filesystem
61file-system 	OVERLAY		# overlay file system
62file-system	MFS		# memory-based filesystem
63file-system	FDESC		# user file descriptor filesystem
64#file-system	UMAPFS		# uid/gid remapping filesystem
65file-system	LFS		# Log-based filesystem (still experimental)
66#file-system	PORTAL		# portal filesystem (still experimental)
67file-system	PROCFS		# /proc
68#file-system	CD9660		# ISO 9660 + Rock Ridge file system
69#file-system	UNION		# union file system
70#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
71#file-system 	CODA		# Coda File System; also needs vcoda (below)
72file-system	PTYFS		# /dev/pts/N support
73#file-system	TMPFS		# experimental - Efficient memory file-system
74#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
75
76# File system options
77options 	NFSSERVER	# Sun NFS-compatible filesystem server
78options 	QUOTA		# FFS quotas
79#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
80#options 	FFS_EI		# FFS Endian Independant support
81#options 	SOFTDEP		# FFS soft updates support.
82#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
83#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
84				# immutable) behave as system flags.
85
86# Networking options
87#options 	GATEWAY		# IP packet forwarding
88options 	INET		# Internet protocols
89options 	INET6		# IPV6
90#options 	IPSEC		# IP security
91#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
92#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
93#options 	IPSEC_DEBUG	# debug for IP security
94#options 	MROUTING	# packet forwarding of multicast packets
95#options 	PIM		# Protocol Independent Multicast
96#options 	ISO,TPIP	# OSI networking
97#options 	EON		# OSI tunneling over IP
98#options 	NETATALK	# AppleTalk (over Ethernet) protocol
99#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
100#options 	PPP_DEFLATE	# Deflate compression support for PPP
101options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
102options 	PFIL_HOOKS	# pfil(9) packet filter hooks
103options 	IPFILTER_LOG	# ipmon(8) log support
104options 	IPFILTER_LOOKUP	# ippool(8) support
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 ?
139sbobio*		at zbbus? busid ?
140
141#sbicu*		at sbscd? offset ?
142sbwdog*		at sbscd? offset ? intr ?
143sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
144#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
145sbtimer*	at sbscd? offset ? intr ?
146
147sbmac*		at sbobio? offset ?
148sbscn*		at sbobio? offset ?
149#sbgbus*	at sbobio? offset ?
150smbus*		at sbobio? offset ?
151
152xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
153m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
154
155# MII/PHY support
156brgphy*		at mii? phy ?
157
158# Pseudo-devices
159
160# Disk/mass storage pseudo-devices
161pseudo-device	ccd		4	# concatenated disk devices
162#pseudo-device	cgd		4	# cryptographic disk devices
163#pseudo-device	raid		4	# RAIDframe disk driver
164#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
165pseudo-device	md		1	# memory disk device (ramdisk)
166pseudo-device	vnd			# disk-like interface to files
167#options 	VND_COMPRESSION		# compressed vnd(4)
168
169# Network pseudo-devices
170pseudo-device	bpfilter		# Berkeley packet filter
171#pseudo-device	carp			# Common Address Redundancy Protocol
172pseudo-device	ipfilter		# IP filter (firewall) and NAT
173pseudo-device	loop			# network loopback
174#pseudo-device	ppp			# Point-to-Point Protocol
175#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
176#pseudo-device	sl			# Serial Line IP
177#pseudo-device	strip			# Starmode Radio IP (Metricom)
178#pseudo-device	irframetty		# IrDA frame line discipline
179#pseudo-device	tun			# network tunneling over tty
180#pseudo-device	tap			# virtual Ethernet
181#pseudo-device	gre			# generic L3 over IP tunnel
182#pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
183#pseudo-device	gif			# RFC1933 tunnel
184#pseudo-device	faith			# IPv[46] tcp relay translation
185#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
186pseudo-device	vlan			# IEEE 802.1q encapsulation
187pseudo-device	bridge			# simple inter-network bridging
188#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
189
190# Miscellaneous pseudo-devices
191pseudo-device	pty			# pseudo-terminals
192#pseudo-device	sequencer	1	# MIDI sequencer
193pseudo-device	rnd			# /dev/random & kernel generator
194pseudo-device	clockctl		# user control of clock subsystem
195pseudo-device	ksyms			# /dev/ksyms
196#pseudo-device	pf			# PF packet filter
197#pseudo-device	pflog			# PF log if
198
199# A pseudo device needed for Coda	# also needs CODA (above)
200#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
201
202# Veriexec
203#
204# a pseudo device needed for veriexec
205#pseudo-device	veriexec		1
206#
207# Uncomment the fingerprint methods below that are desired. Note that
208# removing fingerprint methods will have almost no impact on the kernel
209# code size.
210#
211#options VERIFIED_EXEC_FP_RMD160
212#options VERIFIED_EXEC_FP_SHA256
213#options VERIFIED_EXEC_FP_SHA384
214#options VERIFIED_EXEC_FP_SHA512
215#options VERIFIED_EXEC_FP_SHA1
216#options VERIFIED_EXEC_FP_MD5
217