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