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