xref: /netbsd-src/sys/arch/sbmips/conf/GENERIC (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1# $NetBSD: GENERIC,v 1.111 2020/09/27 13:48:54 roy 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.111 $"
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# Alternate buffer queue strategies for better responsiveness under high
27# disk I/O load.
28#options 	BUFQ_READPRIO
29options 	BUFQ_PRIOCSCAN
30
31# Debugging options
32#options 	DIAGNOSTIC	# extra kernel sanity checking
33#options 	DEBUG		# extra kernel debugging support
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
39makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
40
41# Compatibility options
42include 	"conf/compat_netbsd16.config"
43#options 	EXEC_ECOFF	# exec ECOFF binaries
44#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
45
46# File systems
47file-system	FFS		# Berkeley Fast Filesystem
48file-system	NFS		# Sun NFS-compatible filesystem client
49file-system	KERNFS		# kernel data-structure filesystem
50#file-system	NULLFS		# NULL layered filesystem
51file-system 	OVERLAY		# overlay file system
52file-system	MFS		# memory-based filesystem
53file-system	FDESC		# user file descriptor filesystem
54#file-system	UMAPFS		# uid/gid remapping filesystem
55file-system	LFS		# Log-based filesystem (still experimental)
56file-system	PROCFS		# /proc
57#file-system	CD9660		# ISO 9660 + Rock Ridge file system
58#file-system	UNION		# union file system
59#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
60#file-system 	CODA		# Coda File System; also needs vcoda (below)
61file-system	PTYFS		# /dev/pts/N support
62file-system	TMPFS		# Efficient memory file-system
63#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
64
65# File system options
66options 	NFSSERVER	# Sun NFS-compatible filesystem server
67options 	QUOTA		# legacy UFS quotas
68options 	QUOTA2		# new, in-filesystem UFS quotas
69#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
70options 	UFS_EXTATTR	# Extended attribute support for UFS1
71#options 	FFS_EI		# FFS Endian Independent support
72options 	WAPBL		# File system journaling support
73#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
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_DEBUG	# debug for IP security
83#options 	MROUTING	# packet forwarding of multicast packets
84#options 	PIM		# Protocol Independent Multicast
85#options 	NETATALK	# AppleTalk (over Ethernet) protocol
86#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
87#options 	PPP_DEFLATE	# Deflate compression support for PPP
88options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
89
90#options 	ALTQ		# Manipulate network interfaces' output queues
91#options 	ALTQ_BLUE	# Stochastic Fair Blue
92#options 	ALTQ_CBQ	# Class-Based Queueing
93#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
94#options 	ALTQ_FIFOQ	# First-In First-Out Queue
95#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
96#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
97#options 	ALTQ_LOCALQ	# Local queueing discipline
98#options 	ALTQ_PRIQ	# Priority Queueing
99#options 	ALTQ_RED	# Random Early Detection
100#options 	ALTQ_RIO	# RED with IN/OUT
101#options 	ALTQ_WFQ	# Weighted Fair Queueing
102
103# JIT compiler for bpfilter
104#options	SLJIT
105#options	BPFJIT
106
107# These options enable verbose messages for several subsystems.
108# Warning, these may compile large string tables into the kernel!
109options 	PCIVERBOSE	# verbose PCI device autoconfig messages
110#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
111#options 	SCSIVERBOSE	# human readable SCSI error messages
112options 	MIIVERBOSE	# verbose PHY autoconfig messages
113
114options 	NFS_BOOT_DHCP
115
116#config		netbsd	root on ? type ?
117config		netbsd	root on sbmac0 type nfs
118
119zbbus*		at root
120
121cpu*		at zbbus? busid ?
122sbscd*		at zbbus? busid ?
123sbbrz*		at zbbus? busid ?
124sbobio*		at zbbus? busid ?
125
126pci*		at sbbrz? bus ?
127ppb*		at pci? dev ?
128pci*		at ppb?
129
130ohci*		at pci? dev ? function ?        # Open Host Controller
131
132bge*		at pci? dev ?
133
134#sbicu*		at sbscd? offset ?
135sbwdog*		at sbscd? offset ? intr ?
136sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
137#sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
138sbtimer*	at sbscd? offset ? intr ?
139
140sbmac*		at sbobio? offset ?
141sbscn*		at sbobio? offset ?
142#sbgbus*	at sbobio? offset ?
143smbus*		at sbobio? offset ?
144
145xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
146m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
147
148# MII/PHY support
149brgphy*		at mii? phy ?
150
151# USB
152usb*		at ohci?
153uhub*		at usb?
154uhub*		at uhub? port ?
155umass*		at uhub? port ? configuration ? interface ?
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
174pseudo-device	carp			# Common Address Redundancy Protocol
175pseudo-device	npf			# NPF packet filter
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	irframetty		# IrDA frame line discipline
181#pseudo-device	tun			# network tunneling over tty
182#pseudo-device	tap			# virtual Ethernet
183#pseudo-device	gre			# generic L3 over IP tunnel
184#pseudo-device	ipip			# RFC 2003 IP Encapsulation
185#pseudo-device	gif			# RFC1933 tunnel
186#pseudo-device	faith			# IPv[46] tcp relay translation
187#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
188pseudo-device	vlan			# IEEE 802.1q encapsulation
189pseudo-device	bridge			# simple inter-network bridging
190#pseudo-device	vether			# Virtual Ethernet for bridge
191pseudo-device	agr			# IEEE 802.3ad link aggregation
192
193#
194# accept filters
195pseudo-device   accf_data		# "dataready" accept filter
196pseudo-device   accf_http		# "httpready" accept filter
197
198# Miscellaneous pseudo-devices
199pseudo-device	pty			# pseudo-terminals
200#pseudo-device	sequencer		# MIDI sequencer
201pseudo-device	clockctl		# user control of clock subsystem
202pseudo-device	ksyms			# /dev/ksyms
203
204# A pseudo device needed for Coda	# also needs CODA (above)
205#pseudo-device	vcoda			# coda minicache <-> venus comm.
206
207include "dev/veriexec.config"
208