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