GENERIC revision 1.2
1#	$NetBSD: GENERIC,v 1.2 1997/11/17 01:57:41 lukem 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
16options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
17options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
18# HMAC key to be used for debugging sessions
19options 	IPKDBKEY="\"HMAC pass phrase text\""
20options 	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
35
36file-system 	FFS
37file-system 	MFS
38file-system 	NFS
39file-system 	CD9660
40file-system 	MSDOSFS
41file-system 	FDESC
42file-system 	KERNFS
43file-system 	NULLFS
44file-system 	PORTAL
45file-system 	PROCFS
46file-system 	UMAPFS
47file-system 	UNION
48
49options 	FIFO
50#options 	NFSSERVER
51
52options 	INET
53#options 	CONSPEED=38400
54
55config		netbsd	root on ? type ?
56
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
79pc0	at isa? port 0x60 irq 1		# generic PC console device
80#vt0	at isa? port 0x60 irq 1
81
82#com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
83#com1	at isa? port 0x2f8 irq 3
84#com2	at isa? port 0x3e8 irq 5
85#com3	at isa? port 0x2e8 irq 9
86  
87lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
88#lpt1	at isa? port 0x278
89#lpt2	at isa? port 0x3bc
90
91#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
92#lms1	at isa? port 0x238 irq 5
93#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
94#mms1	at isa? port 0x238 irq 5
95#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
96
97#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
98#scsibus* at ncr?
99
100#sd*	at scsibus? target ? lun ?	# SCSI disk drives
101#st*	at scsibus? target ? lun ?	# SCSI tape drives
102#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
103#ch*	at scsibus? target ? lun ?	# SCSI autochangers
104#ss*	at scsibus? target ? lun ?	# SCSI scanners
105#uk*	at scsibus? target ? lun ?	# SCSI unknown
106
107#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
108#fdc1	at isa? port 0x370 irq ? drq ?
109#fd0	at fdc? drive 1
110#fd*	at fdc? drive ?
111
112#wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
113#wdc1	at isa? port 0x170 irq ?
114#wd*	at wdc? drive ?
115
116ed0	at isa? port 0x300 iomem 0xd0000 irq 5	# WD/SMC, 3C503, and NE[12]000
117#ipkdbif0 at ed?
118
119#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
120spkr0	at pckbd? port 0x61
121
122# Joystick driver. Probe is a little strange; add only if you have one.
123#joy0	at isa? port 0x201
124