#	$NetBSD: GENERIC,v 1.1 1997/10/14 06:48:00 sakamoto Exp $
#
# First try for BEBOX config file
#

machine		bebox

maxusers	32

# Standard system options (should go into std.powerpc?)
options		SWAPPAGER, VNODEPAGER, DEVPAGER
options		EXEC_AOUT
options 	EXEC_ELF32
options		EXEC_SCRIPT

options		IPKDBUSERHACK	# Allow access to mapped memory via kgdb
options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
# HMAC key to be used for debugging sessions
options 	IPKDBKEY="\"HMAC pass phrase text\""
options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
makeoptions	DEBUG="-g"

options 	DEBUG
options 	DIAGNOSTIC
options 	TRAP_PANICWAIT
options 	DDB
options		KTRACE

options		TCP_COMPAT_42
options		COMPAT_43
options		COMPAT_09
options		COMPAT_10
options		COMPAT_12

file-system 	FFS
file-system 	MFS
file-system 	NFS
file-system 	CD9660
file-system 	MSDOSFS
file-system 	FDESC
file-system 	KERNFS
file-system 	NULLFS
file-system 	PORTAL
file-system 	PROCFS
file-system 	UMAPFS
file-system 	UNION

options		FIFO
#options	NFSSERVER

options		INET
#options	CONSPEED=38400

config		netbsd	root on ? type ?

pseudo-device	loop
pseudo-device	bpfilter	8	# packet filter
pseudo-device	pty		64

#
# device
#
options		RTC_OFFSET=0	# hardware clock is this many mins. west of GMT

options 	PCIVERBOSE	# verbose PCI device messages

mainbus0 at root

pci0	at mainbus0 bus ?

ppb*	at pci? dev ? function ?	# PCI-PCI bridges
pci*	at ppb? bus ?
pchb*	at pci? dev ? function ?	# PCI-Host bridges
pcib*	at pci? dev ? function ?	# PCI-ISA bridges

isa*	at pcib?			# ISA on PCI-ISA bridge

pc0	at isa? port 0x60 irq 1		# generic PC console device
#vt0	at isa? port 0x60 irq 1

#com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
#com1	at isa? port 0x2f8 irq 3
#com2	at isa? port 0x3e8 irq 5
#com3	at isa? port 0x2e8 irq 9
  
lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
#lpt1	at isa? port 0x278
#lpt2	at isa? port 0x3bc

#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
#lms1	at isa? port 0x238 irq 5
#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
#mms1	at isa? port 0x238 irq 5
#pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse

#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
#scsibus* at ncr?

#sd*	at scsibus? target ? lun ?	# SCSI disk drives
#st*	at scsibus? target ? lun ?	# SCSI tape drives
#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
#ch*	at scsibus? target ? lun ?	# SCSI autochangers
#ss*	at scsibus? target ? lun ?	# SCSI scanners
#uk*	at scsibus? target ? lun ?	# SCSI unknown

#fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
#fdc1	at isa? port 0x370 irq ? drq ?
#fd0	at fdc? drive 1
#fd*	at fdc? drive ?

#wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
#wdc1	at isa? port 0x170 irq ?
#wd*	at wdc? drive ?

ed0	at isa? port 0x300 iomem 0xd0000 irq 5	# WD/SMC, 3C503, and NE[12]000
#ipkdbif0 at ed?

#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
spkr0	at pckbd? port 0x61

# Joystick driver. Probe is a little strange; add only if you have one.
#joy0	at isa? port 0x201
