GENERIC revision 1.81
1# $NetBSD: GENERIC,v 1.81 2005/03/25 23:28:44 cube Exp $
2#
3# GENERIC machine description file
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/bebox/conf/std.bebox"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.81 $"
26
27maxusers	32
28
29#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
30#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
31# HMAC key to be used for debugging sessions
32#options 	IPKDBKEY="\"HMAC pass phrase text\""
33#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
34makeoptions	DEBUG="-g"
35
36options 	DEBUG
37options 	DIAGNOSTIC
38options 	TRAP_PANICWAIT
39options 	DDB
40#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
41options 	KTRACE
42options 	SYSTRACE		# system call vetting via systrace(1)
43options 	USERCONF		# userconf(4) support
44#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
45options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
46
47# Enable experimental buffer queue strategy for better responsiveness under 
48# high disk I/O load. Use it with caution - it's not proven to be stable yet.
49#options 	NEW_BUFQ_STRATEGY
50
51#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
52options 	COMPAT_43
53options 	COMPAT_09
54options 	COMPAT_10
55options 	COMPAT_12
56options 	COMPAT_13
57options 	COMPAT_14
58options 	COMPAT_16
59options 	COMPAT_20
60options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
61#options 	COMPAT_LINUX		# Linux binary compatibility
62options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
63
64file-system 	FFS
65file-system 	MFS
66file-system 	NFS
67file-system 	CD9660
68file-system 	MSDOSFS
69file-system 	FDESC
70file-system 	KERNFS
71file-system 	NULLFS
72file-system 	OVERLAY
73file-system 	PORTAL
74file-system 	PROCFS
75file-system 	UMAPFS
76file-system 	UNION
77
78#options 	FFS_EI		# FFS Endian Independant support
79options 	SOFTDEP		# FFS soft updates support.
80#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
81#options 	NFSSERVER
82#options 	FFS_NO_SNAPSHOT	# ffs snapshots
83
84options 	INET
85options 	INET6		# IPV6
86#options 	IPSEC		# IP security
87#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
88#options 	IPSEC_DEBUG	# debug for IP security
89
90#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
91
92#options 	ALTQ		# Manipulate network interfaces' output queues
93#options 	ALTQ_BLUE	# Stochastic Fair Blue
94#options 	ALTQ_CBQ	# Class-Based Queueing
95#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
96#options 	ALTQ_FIFOQ	# First-In First-Out Queue
97#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
98#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
99#options 	ALTQ_LOCALQ	# Local queueing discipline
100#options 	ALTQ_PRIQ	# Priority Queueing
101#options 	ALTQ_RED	# Random Early Detection
102#options 	ALTQ_RIO	# RED with IN/OUT
103#options 	ALTQ_WFQ	# Weighted Fair Queueing
104
105options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
106
107config		netbsd	root on ? type ?
108
109#pseudo-device 	crypto			# opencrypto framework
110#pseudo-device	cgd		4	# cryptographic disk devices
111pseudo-device	vnd		4
112pseudo-device	loop
113pseudo-device	bpfilter	8	# packet filter
114pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
115#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
116#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
117pseudo-device	vlan			# IEEE 802.1q encapsulation
118pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
119pseudo-device	bridge			# simple inter-network bridging
120#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
121pseudo-device	pty			# pseudo-terminals
122pseudo-device	raid		8	# RAIDframe disk driver
123options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
124# Options to enable various other RAIDframe RAID types.
125# options	RF_INCLUDE_EVENODD=1
126# options	RF_INCLUDE_RAID5_RS=1
127# options	RF_INCLUDE_PARITYLOGGING=1
128# options	RF_INCLUDE_CHAINDECLUSTER=1
129# options	RF_INCLUDE_INTERDECLUSTER=1
130# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
131# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
132pseudo-device	fss		4	# file system snapshot device
133#pseudo-device	gre		2	# generic L3 over IP tunnel
134pseudo-device	wsmux
135pseudo-device	clockctl		# user control of clock subsystem
136
137# random number generator pseudo-device
138pseudo-device	rnd			# /dev/random and in-kernel generator
139#options 	RND_COM			# use "com" randomness as well (BROKEN)
140pseudo-device	ksyms			# /dev/ksyms
141#pseudo-device	pf			# PF packet filter
142#pseudo-device	pflog			# PF log if
143
144#
145# device
146#
147options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
148
149options 	PCIVERBOSE	# verbose PCI device messages
150#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
151options 	PCI_NETBSD_CONFIGURE
152
153mainbus0 at root
154
155cpu*	at mainbus0
156pci0	at mainbus0 bus ?
157
158ppb*	at pci? dev ? function ?	# PCI-PCI bridges
159pci*	at ppb? bus ?
160pchb*	at pci? dev ? function ?	# PCI-Host bridges
161pcib*	at pci? dev ? function ?	# PCI-ISA bridges
162
163isa*	at pcib?			# ISA on PCI-ISA bridge
164
165#pc0	at isa? port 0x60 irq 1		# generic PC console device
166
167com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
168com1	at isa? port 0x2f8 irq 3
169#com2	at isa? port 0x380 irq 16
170#com3	at isa? port 0x388 irq 17
171
172lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
173#lpt1	at isa? port 0x278
174#lpt2	at isa? port 0x3bc
175
176#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
177#lms1	at isa? port 0x238 irq 5
178#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
179#mms1	at isa? port 0x238 irq 5
180
181pckbc0	at isa?
182pckbd*	at pckbc?
183#pms*	at pckbc?
184#vga0	at isa?
185vga*	at pci?
186pfb*	at pci?
187wsdisplay*	at vga? console ?
188wsdisplay*	at pfb? console ?
189wskbd*		at pckbd? console ?
190#wsmouse*	at pms? mux 0
191
192# Cryptographic Devices
193
194# PCI cryptographic devices
195#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
196#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
197
198#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
199#scsibus* at siop?
200#esiop*	at pci? dev ? function ?	# NCR 53875 and newer SCSI controllers
201#scsibus* at esiop?
202
203#sd*	at scsibus? target ? lun ?	# SCSI disk drives
204#st*	at scsibus? target ? lun ?	# SCSI tape drives
205#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
206#ch*	at scsibus? target ? lun ?	# SCSI autochangers
207#ss*	at scsibus? target ? lun ?	# SCSI scanners
208#uk*	at scsibus? target ? lun ?	# SCSI unknown
209
210fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
211#fdc1	at isa? port 0x370 irq ? drq ?
212fd0	at fdc? drive 1
213#fd*	at fdc? drive ?
214
215wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
216atabus* at ata?
217wd*	at atabus? drive ?
218
219ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
220#ipkdbif0 at ne?
221
222#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
223
224#attimer0	at isa?
225#pcppi0 at isa?
226#spkr0	at pcppi?
227
228# Joystick driver. Probe is a little strange; add only if you have one.
229#joy0	at isa? port 0x201
230