GENERIC revision 1.17
1# $NetBSD: GENERIC,v 1.17 2002/11/23 02:35:39 cgd Exp $
2
3include 	"arch/sbmips/conf/std.sbmips.eb"	# big-endian mode
4#include 	"arch/sbmips/conf/std.sbmips.el"	# little-endian mode
5
6options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
7
8#ident 		"GENERIC-$Revision: 1.17 $"
9
10#options 	LOCKDEBUG	# XXX XXX XXX XXX
11options 	DEBUG		# extra kernel debugging support
12
13# The following three options are required for BCM1250 pass 1 silicon
14#options 	SB1250_PASS1
15#options 	NOFPU
16#options 	SOFTFLOAT
17
18maxusers	32
19
20# Standard system options
21options 	KTRACE		# system call tracing support
22options 	SYSTRACE	# system call vetting via systrace(1)
23options 	SYSVMSG		# System V message queues
24options 	SYSVSEM		# System V semaphores
25options 	SYSVSHM		# System V shared memory
26#options 	SHMMAXPGS=1024	# 1024 pages is the default
27options 	LKM		# loadable kernel modules
28#options 	NTP		# network time protocol
29#options 	UCONSOLE	# users can redirect console (unsafe)
30
31# Debugging options
32options 	DIAGNOSTIC	# extra kernel sanity checking
33#options 	DEBUG		# extra kernel debugging support
34#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
35options 	USERCONF	# userconf(4) support
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
49#options 	EXEC_ECOFF	# exec ECOFF binaries
50#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
51
52# File systems
53file-system	FFS		# Berkeley Fast Filesystem
54file-system	NFS		# Sun NFS-compatible filesystem client
55file-system	KERNFS		# kernel data-structure filesystem
56#file-system	NULLFS		# NULL layered filesystem
57file-system 	OVERLAY		# overlay file system
58file-system	MFS		# memory-based filesystem
59file-system	FDESC		# user file descriptor filesystem
60#file-system	UMAPFS		# uid/gid remapping filesystem
61file-system	LFS		# Log-based filesystem (still experimental)
62#file-system	PORTAL		# portal filesystem (still experimental)
63file-system	PROCFS		# /proc
64#file-system	CD9660		# ISO 9660 + Rock Ridge file system
65#file-system	UNION		# union file system
66#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
67#file-system 	CODA		# Coda File System; also needs vcoda (below)
68
69# File system options
70options 	NFSSERVER	# Sun NFS-compatible filesystem server
71options 	QUOTA		# FFS quotas
72#options 	FFS_EI		# FFS Endian Independant support
73#options 	SOFTDEP		# FFS soft updates support.
74#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
75				# immutable) behave as system flags.
76
77# Networking options
78#options 	GATEWAY		# IP packet forwarding
79options 	INET		# Internet protocols
80options 	INET6		# IPV6
81#options 	IPSEC		# IP security
82#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
83#options 	IPSEC_DEBUG	# debug for IP security
84#options 	MROUTING	# packet forwarding of multicast packets
85#options 	NS		# Xerox NS networking
86#options 	NSIP		# Xerox NS tunneling over IP
87#options 	ISO,TPIP	# OSI networking
88#options 	EON		# OSI tunneling over IP
89#options 	CCITT,LLC,HDLC	# X.25
90#options 	NETATALK	# AppleTalk (over Ethernet) protocol
91#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
92#options 	PPP_DEFLATE	# Deflate compression support for PPP
93options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
94options 	PFIL_HOOKS	# pfil(9) packet filter hooks
95options 	IPFILTER_LOG	# ipmon(8) log support
96#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
97
98# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
99#options 	TCP_COMPAT_42
100
101# These options enable verbose messages for several subsystems.
102# Warning, these may compile large string tables into the kernel!
103options 	PCIVERBOSE	# verbose PCI device autoconfig messages
104#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
105#options 	SCSIVERBOSE	# human readable SCSI error messages
106options 	MIIVERBOSE	# verbose PHY autoconfig messages
107
108options 	NFS_BOOT_DHCP
109
110#config		netbsd	root on ? type ?
111config		netbsd	root on sbmac0 type nfs
112
113zbbus*		at root
114
115cpu*		at zbbus? busid ?
116sbscd*		at zbbus? busid ?
117sbobio*		at zbbus? busid ?
118
119#sbicu*		at sbscd? offset ?
120sbwdog*		at sbscd? offset ? intr ?
121sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
122#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
123sbtimer*	at sbscd? offset ? intr ?
124
125sbmac*		at sbobio? offset ?
126sbscn*		at sbobio? offset ?
127#sbgbus*	at sbobio? offset ?
128smbus*		at sbobio? offset ?
129
130xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
131strtc*		at smbus? chan ? dev ?		# ST M41T81 RTC
132
133# MII/PHY support
134brgphy*		at mii? phy ?
135
136# Pseudo-devices
137
138# Disk/mass storage pseudo-devices
139pseudo-device	ccd		4	# concatenated disk devices
140#pseudo-device	cgd		4	# cryptographic disk devices
141#pseudo-device	raid		4	# RAIDframe disk driver
142#options 	RAID_AUTOCONFIG		# auto-configuration of RAID
143pseudo-device	md		1	# memory disk device (ramdisk)
144pseudo-device	vnd		4	# disk-like interface to files
145
146# Network pseudo-devices
147pseudo-device	bpfilter	8	# Berkeley packet filter
148pseudo-device	ipfilter		# IP filter (firewall) and NAT
149pseudo-device	loop			# network loopback
150#pseudo-device	ppp		2	# Point-to-Point Protocol
151#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
152#pseudo-device	sl		2	# Serial Line IP
153#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
154#pseudo-device	irframetty		# IrDA frame line discipline
155#pseudo-device	tun		2	# network tunneling over tty
156#pseudo-device	gre		2	# generic L3 over IP tunnel
157#pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
158#pseudo-device	gif		4	# RFC1933 tunnel
159#pseudo-device	faith		1	# IPv[46] tcp relay translation
160#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
161pseudo-device	vlan			# IEEE 802.1q encapsulation
162pseudo-device	bridge			# simple inter-network bridging
163
164# Miscellaneous pseudo-devices
165pseudo-device	pty			# pseudo-terminals
166#pseudo-device	tb		1	# tablet line discipline
167#pseudo-device	sequencer	1	# MIDI sequencer
168pseudo-device	rnd			# /dev/random & kernel generator
169pseudo-device	clockctl		# user control of clock subsystem
170
171# A pseudo device needed for Coda	# also needs CODA (above)
172#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
173