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