GENERIC revision 1.22
1#	$NetBSD: GENERIC,v 1.22 2000/01/20 19:12:30 wrstuden Exp $
2#
3# First try for BEBOX config file
4#
5
6include "arch/bebox/conf/std.bebox"
7
8maxusers	32
9
10#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
11#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
12# HMAC key to be used for debugging sessions
13#options 	IPKDBKEY="\"HMAC pass phrase text\""
14#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
15makeoptions	DEBUG="-g"
16
17options 	DEBUG
18options 	DIAGNOSTIC
19options 	TRAP_PANICWAIT
20options 	DDB
21#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
22options 	KTRACE
23
24options 	TCP_COMPAT_42
25options 	COMPAT_43
26options 	COMPAT_09
27options 	COMPAT_10
28options 	COMPAT_12
29options 	COMPAT_13
30options 	COMPAT_14
31options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
32
33file-system 	FFS
34file-system 	MFS
35file-system 	NFS
36file-system 	CD9660
37file-system 	MSDOSFS
38file-system 	FDESC
39file-system 	KERNFS
40file-system 	NULLFS
41file-system 	OVERLAY
42file-system 	PORTAL
43file-system 	PROCFS
44file-system 	UMAPFS
45file-system 	UNION
46
47#options 	FFS_EI		# FFS Endian Independant support
48#options 	SOFTDEP         # FFS soft updates support.
49#options 	NFSSERVER
50
51# Pull in config fragments for kernel crypto.  This is required for
52# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
53# one of these, based on whether you use crypto-us or crypto-intl, and
54# adjust the prefixes as necessary.
55
56#prefix ../crypto-us/sys
57#cinclude "conf/files.crypto-us"
58#prefix
59
60#prefix ../crypto-intl/sys
61#cinclude "conf/files.crypto-intl"
62#prefix
63
64options 	INET
65options 	INET6		# IPV6
66#options 	IPSEC		# IP security
67#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
68#options 	IPSEC_DEBUG	# debug for IP security
69
70options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
71
72config		netbsd	root on ? type ?
73
74pseudo-device	vnd		4
75pseudo-device	loop
76pseudo-device	bpfilter	8	# packet filter
77pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
78#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
79pseudo-device	pty		64
80#pseudo-device	raid		4	# RAIDframe disk driver
81#pseudo-device	gre		2	# generic L3 over IP tunnel
82pseudo-device	wsmux		2
83
84#
85# device
86#
87options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
88
89options 	PCIVERBOSE	# verbose PCI device messages
90
91mainbus0 at root
92
93pci0	at mainbus0 bus ?
94
95ppb*	at pci? dev ? function ?	# PCI-PCI bridges
96pci*	at ppb? bus ?
97pchb*	at pci? dev ? function ?	# PCI-Host bridges
98pcib*	at pci? dev ? function ?	# PCI-ISA bridges
99
100isa*	at pcib?			# ISA on PCI-ISA bridge
101
102#pc0	at isa? port 0x60 irq 1		# generic PC console device
103
104com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
105com1	at isa? port 0x2f8 irq 3
106#com2	at isa? port 0x380 irq 16
107#com3	at isa? port 0x388 irq 17
108  
109lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
110#lpt1	at isa? port 0x278
111#lpt2	at isa? port 0x3bc
112
113#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
114#lms1	at isa? port 0x238 irq 5
115#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
116#mms1	at isa? port 0x238 irq 5
117#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
118
119pckbc0	at isa?
120pckbd*	at pckbc?
121#pms*	at pckbc?
122#vga0	at isa?
123vga*	at pci?
124pfb*	at pci?
125wsdisplay*	at vga? console ?
126wsdisplay*	at pfb? console ?
127wskbd*		at pckbd? console ?
128#wsmouse*	at pms? mux 0
129
130#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
131#scsibus* at ncr?
132
133#sd*	at scsibus? target ? lun ?	# SCSI disk drives
134#st*	at scsibus? target ? lun ?	# SCSI tape drives
135#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
136#ch*	at scsibus? target ? lun ?	# SCSI autochangers
137#ss*	at scsibus? target ? lun ?	# SCSI scanners
138#uk*	at scsibus? target ? lun ?	# SCSI unknown
139
140fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
141#fdc1	at isa? port 0x370 irq ? drq ?
142fd0	at fdc? drive 1
143#fd*	at fdc? drive ?
144
145wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
146wd*	at wdc? drive ?
147
148ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
149#ipkdbif0 at ne?
150
151#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
152
153#pcppi0 at isa?
154#spkr0	at pcppi?
155
156# Joystick driver. Probe is a little strange; add only if you have one.
157#joy0	at isa? port 0x201
158