GENERIC revision 1.61
1# $NetBSD: GENERIC,v 1.61 2011/11/22 21:25:34 tls Exp $
2#
3# machine description file for GENERIC NAS
4# 
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/sandpoint/conf/std.sandpoint"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.61 $"
26
27maxusers	32
28
29#options 	ALTIVEC		# Include AltiVec support
30
31#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
32#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
33# HMAC key to be used for debugging sessions
34#options 	IPKDBKEY="\"HMAC pass phrase text\""
35#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
36#makeoptions	DEBUG="-g"
37
38#options 	MODULAR			# module(7) support
39
40#options 	DEBUG
41#options 	DIAGNOSTIC
42options 	TRAP_PANICWAIT
43options 	DDB
44#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
45options 	KTRACE
46#options 	PMAPCHECK
47#options 	PMAPDEBUG
48#options 	SYMTAB_SPACE=300000
49#options 	USERCONF	# userconf(4) support
50#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
51options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
52
53# Compatibility options
54options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
55options 	COMPAT_09	# NetBSD 0.9
56options 	COMPAT_10	# NetBSD 1.0
57options 	COMPAT_11	# NetBSD 1.1
58options 	COMPAT_12	# NetBSD 1.2, 386BSD, and BSDI
59options 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
60options 	COMPAT_14	# NetBSD 1.4
61options 	COMPAT_15	# NetBSD 1.5
62options 	COMPAT_16	# NetBSD 1.6
63options 	COMPAT_20	# NetBSD 2.0
64options 	COMPAT_30	# NetBSD 3.0
65options 	COMPAT_40	# NetBSD 4.0
66options 	COMPAT_50	# NetBSD 5.0 compatibility.
67options 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
68#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
69#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
70
71options 	COMPAT_LINUX	# binary compatibility with Linux
72options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
73
74options 	MSGBUFSIZE=65536
75
76file-system 	FFS		# UFS
77file-system 	EXT2FS		# second extended file system (linux)
78#file-system 	LFS		# log-structured file system
79file-system 	MFS		# memory file system
80file-system 	NFS		# Network File System client
81#file-system 	NTFS		# Windows/NT file system (experimental)
82#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
83file-system 	MSDOSFS		# MS-DOS file system
84file-system 	FDESC		# /dev/fd
85file-system 	KERNFS		# /kern
86file-system 	NULLFS		# loopback file system
87#file-system 	OVERLAY		# overlay file system
88file-system 	PROCFS		# /proc
89#file-system 	UMAPFS		# NULLFS + uid and gid remapping
90#file-system 	UNION		# union file system
91#file-system	CODA		# Coda File System; also needs vcoda (below)
92#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
93file-system	PTYFS		# /dev/ptm support
94file-system	TMPFS		# Efficient memory file-system
95
96# File system options
97options 	QUOTA		# legacy UFS quotas
98options 	QUOTA2		# new, in-filesystem UFS quotas
99#options 	FFS_EI		# FFS Endian Independent support
100options 	WAPBL		# File system journaling support - Experimental
101options 	NFSSERVER	# Network File System server
102#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
103#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
104
105# Networking options
106#options 	GATEWAY		# packet forwarding
107options 	INET		# IP + ICMP + TCP + UDP
108options 	INET6		# IPV6
109#options 	IPSEC		# IP security
110#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
111#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
112#options 	IPSEC_DEBUG	# debug for IP security
113#options 	MROUTING	# IP multicast routing
114#options 	PIM		# Protocol Independent Multicast
115#options 	ISO,TPIP	# OSI
116#options 	EON		# OSI tunneling over IP
117#options 	NETATALK	# AppleTalk networking protocols
118#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
119#options 	PPP_DEFLATE	# Deflate compression support for PPP
120#options 	PPP_FILTER	# Active filter support for PPP (requires BPF)
121#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
122#options 	IPFILTER_LOG	# ipmon(8) log support
123#options 	IPFILTER_LOOKUP	# ippool(8) support
124#options 	IPFILTER_COMPAT # Compat for IP-Filter
125#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
126#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
127
128#options 	ALTQ		# Manipulate network interfaces' output queues
129#options 	ALTQ_BLUE	# Stochastic Fair Blue
130#options 	ALTQ_CBQ	# Class-Based Queueing
131#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
132#options 	ALTQ_FIFOQ	# First-In First-Out Queue
133#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
134#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
135#options 	ALTQ_LOCALQ	# Local queueing discipline
136#options 	ALTQ_PRIQ	# Priority Queueing
137#options 	ALTQ_RED	# Random Early Detection
138#options 	ALTQ_RIO	# RED with IN/OUT
139#options 	ALTQ_WFQ	# Weighted Fair Queueing
140
141options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
142
143config		netbsd	root on ? type ?
144
145# network pseudo-devices
146pseudo-device	bpfilter		# packet filter
147pseudo-device	vlan			# IEEE 802.1q encapsulation
148#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
149#pseudo-device	bridge			# simple inter-network bridging
150#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
151#pseudo-device	ipfilter
152pseudo-device	loop
153
154# miscellaneous pseudo-devices
155pseudo-device	vnd		
156#options 	VND_COMPRESSION		# compressed vnd(4)
157#pseudo-device	cgd		4	# cryptographic disk devices
158pseudo-device	pty
159pseudo-device	clockctl		# user control of clock subsystem
160pseudo-device	ksyms			# /dev/ksyms
161#pseudo-device	pf			# PF packet filter
162#pseudo-device	pflog			# PF log if
163pseudo-device	fss			# file system snapshot device
164
165#
166# device
167#
168options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
169
170#options 	PCIVERBOSE	# verbose PCI device messages
171#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
172#options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
173
174mainbus0	at root
175
176cpu*		at mainbus0
177pci*		at mainbus0 bus ?
178
179pchb*		at pci? dev ? function ?	# PCI host bridge
180
181eumb*		at mainbus0
182com0		at eumb? unit 0			# console at 0x4500
183#com1		at eumb? unit 1
184satmgr0 	at eumb? unit 1 		# satmgr at 0x4600
185ociic*		at eumb?
186iic*		at ociic?
187dsrtc*		at iic? addr 0x68
188rs5c372rtc*	at iic? addr 0x32
189s390rtc*	at iic? addr 0x30
190strtc*		at iic? addr 0x68
191options 	STRTC_NO_WATCHDOG
192options 	STRTC_NO_USERRAM
193
194# PCI IDE controllers - see pciide(4) for supported hardware.
195acardide*	at pci? dev ? function ?	# Acard IDE controllers
196cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
197iteide* 	at pci? dev ? function ?	# IT Express IDE controllers
198satalink*	at pci? dev ? function ?	# SiI SATALink controllers
199viaide*		at pci? dev ? function ?	# VIA IDE controllers
200
201# ATA (IDE) bus support
202atabus* at ata?
203
204# IDE drives
205wd*		at atabus? drive ? flags 0x0000	# the drives themselves
206
207# PCI network interfaces
208fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
209ral*	at pci? dev ? function ?	# Ralink Technology RT25x0 802.11a/b/g
210re*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
211skc*	at pci? dev ? function ?	# Marvell Yukon Gigabit Ethernet
212sk*	at skc?				# Marvell Yukon Gigabit Ethernet
213stge*	at pci? dev ? function ?	# Sundance ST1023 Gigabit
214tlp*	at pci? dev ? function ?	# DEC Tulip and similar
215wm*	at pci? dev ? function ?	# Intel 8254x Gigabit Ethernet
216
217inphy*	at mii? phy ?			# Intel 82555 PHYs
218nsphy*	at mii? phy ?			# NS83840 PHYs
219rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
220makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
221ukphy*	at mii? phy ?			# generic unknown PHYs
222
223# USB Controller and Devices
224ehci*	at pci?	dev ? function ?	# Enhanced Host Controller
225ohci*	at pci?	dev ? function ?	# Open Host Controller
226
227# USB bus support
228usb*	at ehci?
229usb*	at ohci?
230
231# USB Hubs
232uhub*	at usb?
233uhub*	at uhub? port ?
234
235# USB HID devices
236uhidev* at uhub? port ? configuration ? interface ?	# USB HID device
237uthum*	at uhidev? reportid ?				# TEMPerHUM sensors
238uhid*	at uhidev? reportid ?				# USB Generic HID
239
240# USB video
241uvideo* at uhub?			# USB Video Class capture devices
242video*	at videobus?
243
244# USB printer
245ulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
246
247# USB Mass Storage
248umass*	at uhub? port ? configuration ? interface ?
249wd*	at umass?
250
251scsibus* at umass?
252sd*	at scsibus? target ? lun ?	# SCSI disk drives
253
254# Veriexec
255#
256# a pseudo device needed for veriexec
257#pseudo-device	veriexec		1
258#
259# Uncomment the fingerprint methods below that are desired. Note that
260# removing fingerprint methods will have almost no impact on the kernel
261# code size.
262#
263#options VERIFIED_EXEC_FP_RMD160
264#options VERIFIED_EXEC_FP_SHA256
265#options VERIFIED_EXEC_FP_SHA384
266#options VERIFIED_EXEC_FP_SHA512
267#options VERIFIED_EXEC_FP_SHA1
268#options VERIFIED_EXEC_FP_MD5
269