GENERIC revision 1.59
1# $NetBSD: GENERIC,v 1.59 2002/10/14 18:39:28 elric 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.59 $"
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#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
47options 	COMPAT_43
48options 	COMPAT_09
49options 	COMPAT_10
50options 	COMPAT_12
51options 	COMPAT_13
52options 	COMPAT_14
53options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
54#options 	COMPAT_LINUX		# Linux binary compatibility
55
56file-system 	FFS
57file-system 	MFS
58file-system 	NFS
59file-system 	CD9660
60file-system 	MSDOSFS
61file-system 	FDESC
62file-system 	KERNFS
63file-system 	NULLFS
64file-system 	OVERLAY
65file-system 	PORTAL
66file-system 	PROCFS
67file-system 	UMAPFS
68file-system 	UNION
69
70#options 	FFS_EI		# FFS Endian Independant support
71options 	SOFTDEP		# FFS soft updates support.
72#options 	NFSSERVER
73
74options 	INET
75options 	INET6		# IPV6
76#options 	IPSEC		# IP security
77#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
78#options 	IPSEC_DEBUG	# debug for IP security
79
80#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
81
82options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
83
84config		netbsd	root on ? type ?
85
86#pseudo-device	cgd		4	# cryptographic disk devices
87pseudo-device	vnd		4
88pseudo-device	loop
89pseudo-device	bpfilter	8	# packet filter
90pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
91#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
92#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
93pseudo-device	vlan			# IEEE 802.1q encapsulation
94pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
95pseudo-device	bridge			# simple inter-network bridging
96pseudo-device	pty			# pseudo-terminals
97pseudo-device	raid		8	# RAIDframe disk driver
98options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
99# Options to enable various other RAIDframe RAID types.
100# options	RF_INCLUDE_EVENODD=1
101# options	RF_INCLUDE_RAID5_RS=1
102# options	RF_INCLUDE_PARITYLOGGING=1
103# options	RF_INCLUDE_CHAINDECLUSTER=1
104# options	RF_INCLUDE_INTERDECLUSTER=1
105# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
106# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
107#pseudo-device	gre		2	# generic L3 over IP tunnel
108pseudo-device	wsmux
109pseudo-device	clockctl		# user control of clock subsystem
110
111# random number generator pseudo-device
112pseudo-device	rnd			# /dev/random and in-kernel generator
113#options 	RND_COM			# use "com" randomness as well (BROKEN)
114
115#
116# device
117#
118options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
119
120options 	PCIVERBOSE	# verbose PCI device messages
121#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
122options 	PCI_NETBSD_CONFIGURE
123
124mainbus0 at root
125
126cpu*	at mainbus0
127pci0	at mainbus0 bus ?
128
129ppb*	at pci? dev ? function ?	# PCI-PCI bridges
130pci*	at ppb? bus ?
131pchb*	at pci? dev ? function ?	# PCI-Host bridges
132pcib*	at pci? dev ? function ?	# PCI-ISA bridges
133
134isa*	at pcib?			# ISA on PCI-ISA bridge
135
136#pc0	at isa? port 0x60 irq 1		# generic PC console device
137
138com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
139com1	at isa? port 0x2f8 irq 3
140#com2	at isa? port 0x380 irq 16
141#com3	at isa? port 0x388 irq 17
142
143lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
144#lpt1	at isa? port 0x278
145#lpt2	at isa? port 0x3bc
146
147#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
148#lms1	at isa? port 0x238 irq 5
149#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
150#mms1	at isa? port 0x238 irq 5
151
152pckbc0	at isa?
153pckbd*	at pckbc?
154#pms*	at pckbc?
155#vga0	at isa?
156vga*	at pci?
157pfb*	at pci?
158wsdisplay*	at vga? console ?
159wsdisplay*	at pfb? console ?
160wskbd*		at pckbd? console ?
161#wsmouse*	at pms? mux 0
162
163#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
164#scsibus* at siop?
165
166#sd*	at scsibus? target ? lun ?	# SCSI disk drives
167#st*	at scsibus? target ? lun ?	# SCSI tape drives
168#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
169#ch*	at scsibus? target ? lun ?	# SCSI autochangers
170#ss*	at scsibus? target ? lun ?	# SCSI scanners
171#uk*	at scsibus? target ? lun ?	# SCSI unknown
172
173fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
174#fdc1	at isa? port 0x370 irq ? drq ?
175fd0	at fdc? drive 1
176#fd*	at fdc? drive ?
177
178wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
179wd*	at wdc? drive ?
180
181ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
182#ipkdbif0 at ne?
183
184#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
185
186#pcppi0 at isa?
187#spkr0	at pcppi?
188
189# Joystick driver. Probe is a little strange; add only if you have one.
190#joy0	at isa? port 0x201
191