GENERIC revision 1.20
1#	$NetBSD: GENERIC,v 1.20 1999/11/15 19:10:46 fvdl 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 	PORTAL
42file-system 	PROCFS
43file-system 	UMAPFS
44file-system 	UNION
45
46#options 	FFS_EI		# FFS Endian Independant support
47#options 	SOFTDEP         # FFS soft updates support.
48#options 	NFSSERVER
49
50options 	INET
51
52options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
53
54config		netbsd	root on ? type ?
55
56pseudo-device	vnd		4
57pseudo-device	loop
58pseudo-device	bpfilter	8	# packet filter
59pseudo-device	pty		64
60#pseudo-device	raid		4	# RAIDframe disk driver
61#pseudo-device	gre		2	# generic L3 over IP tunnel
62pseudo-device	wsmux		2
63
64#
65# device
66#
67options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
68
69options 	PCIVERBOSE	# verbose PCI device messages
70
71mainbus0 at root
72
73pci0	at mainbus0 bus ?
74
75ppb*	at pci? dev ? function ?	# PCI-PCI bridges
76pci*	at ppb? bus ?
77pchb*	at pci? dev ? function ?	# PCI-Host bridges
78pcib*	at pci? dev ? function ?	# PCI-ISA bridges
79
80isa*	at pcib?			# ISA on PCI-ISA bridge
81
82#pc0	at isa? port 0x60 irq 1		# generic PC console device
83
84com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
85com1	at isa? port 0x2f8 irq 3
86#com2	at isa? port 0x380 irq 16
87#com3	at isa? port 0x388 irq 17
88  
89lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
90#lpt1	at isa? port 0x278
91#lpt2	at isa? port 0x3bc
92
93#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
94#lms1	at isa? port 0x238 irq 5
95#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
96#mms1	at isa? port 0x238 irq 5
97#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
98
99pckbc0	at isa?
100pckbd*	at pckbc?
101#pms*	at pckbc?
102#vga0	at isa?
103vga*	at pci?
104pfb*	at pci?
105wsdisplay*	at vga? console ?
106wsdisplay*	at pfb? console ?
107wskbd*		at pckbd? console ?
108#wsmouse*	at pms? mux 0
109
110#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
111#scsibus* at ncr?
112
113#sd*	at scsibus? target ? lun ?	# SCSI disk drives
114#st*	at scsibus? target ? lun ?	# SCSI tape drives
115#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
116#ch*	at scsibus? target ? lun ?	# SCSI autochangers
117#ss*	at scsibus? target ? lun ?	# SCSI scanners
118#uk*	at scsibus? target ? lun ?	# SCSI unknown
119
120fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
121#fdc1	at isa? port 0x370 irq ? drq ?
122fd0	at fdc? drive 1
123#fd*	at fdc? drive ?
124
125wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
126wd*	at wdc? drive ?
127
128ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
129#ipkdbif0 at ne?
130
131#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
132
133#pcppi0 at isa?
134#spkr0	at pcppi?
135
136# Joystick driver. Probe is a little strange; add only if you have one.
137#joy0	at isa? port 0x201
138