GENERIC revision 1.8
1#	$NetBSD: GENERIC,v 1.8 1998/03/26 23:51:08 sakamoto Exp $
2#
3# First try for BEBOX config file
4#
5
6machine		bebox
7
8maxusers	32
9
10# Standard system options (should go into std.powerpc?)
11options 	SWAPPAGER, VNODEPAGER, DEVPAGER
12options 	EXEC_AOUT
13options 	EXEC_ELF32
14options 	EXEC_SCRIPT
15
16#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
17#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
18# HMAC key to be used for debugging sessions
19#options 	IPKDBKEY="\"HMAC pass phrase text\""
20#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
21makeoptions	DEBUG="-g"
22
23options 	DEBUG
24options 	DIAGNOSTIC
25options 	TRAP_PANICWAIT
26options 	DDB
27#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
28options 	KTRACE
29
30options 	TCP_COMPAT_42
31options 	COMPAT_43
32options 	COMPAT_09
33options 	COMPAT_10
34options 	COMPAT_12
35options 	COMPAT_13
36
37file-system 	FFS
38file-system 	MFS
39file-system 	NFS
40file-system 	CD9660
41file-system 	MSDOSFS
42file-system 	FDESC
43file-system 	KERNFS
44file-system 	NULLFS
45file-system 	PORTAL
46file-system 	PROCFS
47file-system 	UMAPFS
48file-system 	UNION
49
50options 	FIFO
51#options 	FFS_EI		# FFS Endian Independant support
52#options 	NFSSERVER
53
54options 	INET
55
56options		NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
57
58config		netbsd	root on ? type ?
59
60pseudo-device	vnd		4
61pseudo-device	loop
62pseudo-device	bpfilter	8	# packet filter
63pseudo-device	pty		64
64
65#
66# device
67#
68options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
69
70options 	PCIVERBOSE	# verbose PCI device messages
71
72mainbus0 at root
73
74pci0	at mainbus0 bus ?
75
76ppb*	at pci? dev ? function ?	# PCI-PCI bridges
77pci*	at ppb? bus ?
78pchb*	at pci? dev ? function ?	# PCI-Host bridges
79pcib*	at pci? dev ? function ?	# PCI-ISA bridges
80
81isa*	at pcib?			# ISA on PCI-ISA bridge
82
83#pc0	at isa? port 0x60 irq 1		# generic PC console device
84
85com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
86com1	at isa? port 0x2f8 irq 3
87com2	at isa? port 0x380 irq 16
88com3	at isa? port 0x388 irq 17
89  
90lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
91#lpt1	at isa? port 0x278
92#lpt2	at isa? port 0x3bc
93
94#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
95#lms1	at isa? port 0x238 irq 5
96#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
97#mms1	at isa? port 0x238 irq 5
98#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
99
100pckbc0	at isa?
101pckbd*	at pckbc?
102#psm*	at pckbc?
103#vga0	at isa?
104vga*	at pci?
105wsdisplay*	at vga? console ?
106wskbd*		at pckbd? console ?
107#wsmouse*	at psm?
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
119#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
120#fdc1	at isa? port 0x370 irq ? drq ?
121#fd0	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#spkr0	at pckbd? port 0x61
132
133# Joystick driver. Probe is a little strange; add only if you have one.
134#joy0	at isa? port 0x201
135