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