GENERIC revision 1.1
1#	$NetBSD: GENERIC,v 1.1 1997/10/14 06:48:00 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
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
27options		KTRACE
28
29options		TCP_COMPAT_42
30options		COMPAT_43
31options		COMPAT_09
32options		COMPAT_10
33options		COMPAT_12
34
35file-system 	FFS
36file-system 	MFS
37file-system 	NFS
38file-system 	CD9660
39file-system 	MSDOSFS
40file-system 	FDESC
41file-system 	KERNFS
42file-system 	NULLFS
43file-system 	PORTAL
44file-system 	PROCFS
45file-system 	UMAPFS
46file-system 	UNION
47
48options		FIFO
49#options	NFSSERVER
50
51options		INET
52#options	CONSPEED=38400
53
54config		netbsd	root on ? type ?
55
56pseudo-device	loop
57pseudo-device	bpfilter	8	# packet filter
58pseudo-device	pty		64
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
78pc0	at isa? port 0x60 irq 1		# generic PC console device
79#vt0	at isa? port 0x60 irq 1
80
81#com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
82#com1	at isa? port 0x2f8 irq 3
83#com2	at isa? port 0x3e8 irq 5
84#com3	at isa? port 0x2e8 irq 9
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
96#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
97#scsibus* at ncr?
98
99#sd*	at scsibus? target ? lun ?	# SCSI disk drives
100#st*	at scsibus? target ? lun ?	# SCSI tape drives
101#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
102#ch*	at scsibus? target ? lun ?	# SCSI autochangers
103#ss*	at scsibus? target ? lun ?	# SCSI scanners
104#uk*	at scsibus? target ? lun ?	# SCSI unknown
105
106#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
107#fdc1	at isa? port 0x370 irq ? drq ?
108#fd0	at fdc? drive 1
109#fd*	at fdc? drive ?
110
111#wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
112#wdc1	at isa? port 0x170 irq ?
113#wd*	at wdc? drive ?
114
115ed0	at isa? port 0x300 iomem 0xd0000 irq 5	# WD/SMC, 3C503, and NE[12]000
116#ipkdbif0 at ed?
117
118#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
119spkr0	at pckbd? port 0x61
120
121# Joystick driver. Probe is a little strange; add only if you have one.
122#joy0	at isa? port 0x201
123