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