#	$OpenBSD: RAMDISK,v 1.7 2002/03/14 00:47:58 miod Exp $
#
# MVMEPPC GENERIC config file
#

machine		mvmeppc powerpc

maxusers	32

# default type, instructs system to try to determine what proper type is
# actual machine type probed via name of openfirmware root node.
option		SYS_TYPE=APPL

option		PCIVERBOSE

include "../../../conf/GENERIC"
rmoption	PTRACE

config		bsd	root on rd0a swap on rd0b

#
#  Now the Machine specification
#
mainbus0	at root
cpu*		at mainbus0
bugtty0		at mainbus0
raven0		at mainbus0			# raven ASIC

#### PCI Bus devices.

openpic0	at raven0			# interrupt controller
#mpic0		at raven0			# interrupt controller
mpcpcibr0	at raven0			# PCI controller
pci*		at mpcpcibr0
#ppb*		at pci? dev ? function ?	# PCI-PCI bridges
#pci*		at ppb? bus ?

# host bridge identifiers

pchb*		at pci?				# PCI host bridge
pcib*		at pci? dev ? function ?	# PCI-ISA bridge
siop*		at pci? dev ? function ?
#ncr*		at pci? dev ? function ?
de*		at pci? dev ? function ?
#vme*		at pci? dev ? function ?
#pciide*	at pci? dev ? function ?

# ISA Bus 
isa*	at	pcib?
#pckbc0		at isa?			# PC keyboard controller
#pckbd*		at pckbc?		# PC keyboard
#pms*		at pckbc?		# PS/2 mouse for wsmouse
#pmsi*		at pckbc?		# PS/2 "Intelli"mouse for wsmouse
#vga0		at isa?
#vga*		at pci? dev ? function ?
#com*	at	isa? port 0x3f8 irq 4		# standard serial ports
#com*	at	isa? port 0x2f8 irq 3
#lpt*	at	isa? port 0x3bc irq 7		# standard parallel port

# how many of these are needed?
#ukphy*	at mii? phy ?			# generic unknown PHYs

#nvram*	at mainbus0			# nvram
#zsc*	at obio?
#zstty*	at zsc? channel ?

#### SCSI attachment points

scsibus*	at siop?
#scsibus*	at ncr?

#wdc*	at mainbus? flags 0x0
#wd*	at wdc? drive ? flags 0x0000

#atapiscsi* at wdc? channel ? flags 0x0000

# ATAPI<->SCSI
#scsibus* at atapiscsi?

#### SCSI Bus devices
 
sd0		at scsibus? target 0 lun 0
#st*		at scsibus? target ? lun ?
#cd*		at scsibus? target ? lun ?
#ch*		at scsibus? target ? lun ?
#ss*		at scsibus? target ? lun ?
#uk*		at scsibus? target ? lun ?

pseudo-device	rd		 1	# ram disk

# RAMDISK stuff
option		MINIROOTSIZE=8192
option		RAMDISK_HOOKS

