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