#	$OpenBSD: RAMDISK,v 1.6 2004/08/11 15:13:21 deraadt Exp $
#

machine		sgi mips64

maxusers	4
option		TIMEZONE=0	# minutes west of GMT (for)
option		DST=0		# use daylight savings rules

# Make options
makeoption	ISALEV="-mips2 -D_MIPS_ISA=_MIPS_ISA_MIPS2"
makeoption	ENDIAN="-EB"

# Standard system options
option		SWAPPAGER	# swap pager (anonymous and swap space)
option		DEVPAGER	# device pager (mapped devices)

option		ARCBIOS		# Systems uses ARC firmware.

option		PCIVERBOSE
option		USBVERBOSE

option		DIAGNOSTIC	# extra kernel debugging checks
#option		DEBUG		# extra kernel debugging support
option		DDB

# Filesystem options
option		CD9660		# ISO 9660 + Rock Ridge file system
#option		FDESC		# user file descriptor filesystem (/dev/fd)
option		FIFO		# POSIX fifo support (in all filesystems)
option		FFS		# fast filesystem
option		KERNFS		# kernel data-structure filesystem
#option		MFS		# memory-based filesystem
#option		MSDOSFS		# Ability to read write MS-Dos filsystem
option		NFSCLIENT	# Sun NFS-compatible filesystem (client)
#option		NULLFS		# null layer filesystem
#option		PROCFS		# /proc


# Networking options
#option		GATEWAY		# IP packet forwarding
option		INET		# Internet protocols
#option		NS		# XNS
#option		IPX		# IPX+SPX
#option		ISO,TPIP	# OSI networking
#option		EON		# OSI tunneling over IP

# RAMDISK stuff
option		MINIROOTSIZE=8192
option		RAMDISK_HOOKS

# Define what targets to support
option		TGT_O2

# Specify storage configuration using ramdisk
config		bsd	root on rd0a swap on rd0b

#
# Definition of system
#
mainbus0	at root
cpu*		at mainbus0

#### Main local buses

macebus0	at mainbus0	# MACE controller localbus.

#### Localbus devices

clock0		at macebus0
mec0		at macebus0 sys 0x18 base 0x00280000 irq 4
com0		at macebus0 sys 0x18 base 0x00390000 irq 5
com1		at macebus0 sys 0x18 base 0x00398000 irq 5

#### PCI Bus
macepcibr0	at macebus0	# MACE controller PCI Bus bridge.
pci*		at macepcibr?	# PCI is on pci bridge

#### SCSI controllers
ahc*		at pci? dev ? function ?
siop*		at pci? dev ? function ?

#### NICs
dc*		at pci? dev ? function ?	# 21143, "tulip" clone ethernet
ep*		at pci? dev ? function ?	# 3Com 3c59x
fxp*		at pci? dev ? function ?	# EtherExpress 10/100B ethernet
mtd*		at pci? dev ? function ?	# Myson MTD803 3-in-1 Ethernet
ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
ti*		at pci? dev ? function ?	# Alteon ACEnic gigabit Ethernet
vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
xl*		at pci? dev ? function ?	# 3C9xx ethernet



##### Media Independent Interface (mii) drivers
exphy*		at mii? phy ?		# 3Com internal PHYs
inphy*		at mii? phy ?		# Intel 82555 PHYs
iophy*		at mii? phy ?		# Intel 82553 PHYs
icsphy*		at mii? phy ?		# ICS 1890 PHYs
lxtphy*		at mii? phy ?		# Level1 LXT970 PHYs
nsphy*		at mii? phy ?		# NS and compatible PHYs
nsphyter*	at mii? phy ?		# NS and compatible PHYs
qsphy*		at mii? phy ?		# Quality Semi QS6612 PHYs
sqphy*		at mii? phy ?		# Seeq 8x220 PHYs
rlphy*		at mii? phy ?		# RealTek 8139 internal PHYs
mtdphy*		at mii? phy ?		# Myson MTD972 PHYs
dcphy*		at mii? phy ?		# Digital Clone PHYs
acphy*		at mii? phy ?		# Altima AC101 PHYs
amphy*		at mii? phy ?		# AMD 79C873 PHYs
tqphy*		at mii? phy ?		# TDK 78Q212x PHYs
bmtphy*		at mii? phy ?		# Broadcom 10/100 PHYs
brgphy*		at mii? phy ?		# Broadcom Gigabit PHYs
eephy*		at mii? phy ?		# Marvell 88E1000 series PHY
xmphy*		at mii? phy ?		# XaQti XMAC-II PHYs
nsgphy*		at mii? phy ?		# NS gigabit PHYs
urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHY
rgephy*		at mii? phy ?		# Realtek 8169S/8110S PHY
ukphy*		at mii? phy ?		# "unknown" PHYs


#### SCSI Bus devices

scsibus*	at ahc?
scsibus*	at siop?

sd*		at scsibus? target ? lun ?
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 Devices

pseudo-device	loop		 1	# network loopback
pseudo-device	bpfilter	 1	# packet filter ports

pseudo-device	rd		 1	# Ram disk.

