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