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