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