GENERIC revision 1.12
1#	$NetBSD: GENERIC,v 1.12 1998/06/26 01:53:53 lukem Exp $
2#
3# First try for BEBOX config file
4#
5
6include "arch/bebox/conf/std.bebox"
7
8maxusers	32
9
10#options	UVM
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_386BSD_MBRPART	# recognize old partition ID
33
34file-system 	FFS
35file-system 	MFS
36file-system 	NFS
37file-system 	CD9660
38file-system 	MSDOSFS
39file-system 	FDESC
40file-system 	KERNFS
41file-system 	NULLFS
42file-system 	PORTAL
43file-system 	PROCFS
44file-system 	UMAPFS
45file-system 	UNION
46
47#options 	FFS_EI		# FFS Endian Independant 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
61#
62# device
63#
64options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
65
66options 	PCIVERBOSE	# verbose PCI device messages
67
68mainbus0 at root
69
70pci0	at mainbus0 bus ?
71
72ppb*	at pci? dev ? function ?	# PCI-PCI bridges
73pci*	at ppb? bus ?
74pchb*	at pci? dev ? function ?	# PCI-Host bridges
75pcib*	at pci? dev ? function ?	# PCI-ISA bridges
76
77isa*	at pcib?			# ISA on PCI-ISA bridge
78
79#pc0	at isa? port 0x60 irq 1		# generic PC console device
80
81com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
82com1	at isa? port 0x2f8 irq 3
83#com2	at isa? port 0x380 irq 16
84#com3	at isa? port 0x388 irq 17
85  
86lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
87#lpt1	at isa? port 0x278
88#lpt2	at isa? port 0x3bc
89
90#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
91#lms1	at isa? port 0x238 irq 5
92#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
93#mms1	at isa? port 0x238 irq 5
94#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
95
96pckbc0	at isa?
97pckbd*	at pckbc?
98#psm*	at pckbc?
99#vga0	at isa?
100vga*	at pci?
101wsdisplay*	at vga? console ?
102wskbd*		at pckbd? console ?
103#wsmouse*	at psm?
104
105#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
106#scsibus* at ncr?
107
108#sd*	at scsibus? target ? lun ?	# SCSI disk drives
109#st*	at scsibus? target ? lun ?	# SCSI tape drives
110#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
111#ch*	at scsibus? target ? lun ?	# SCSI autochangers
112#ss*	at scsibus? target ? lun ?	# SCSI scanners
113#uk*	at scsibus? target ? lun ?	# SCSI unknown
114
115fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
116#fdc1	at isa? port 0x370 irq ? drq ?
117fd0	at fdc? drive 1
118#fd*	at fdc? drive ?
119
120wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
121wd*	at wdc? drive ?
122
123ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
124#ipkdbif0 at ne?
125
126#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
127
128#pcppi0 at isa?
129#spkr0	at pcppi?
130
131# Joystick driver. Probe is a little strange; add only if you have one.
132#joy0	at isa? port 0x201
133