#	$OpenBSD: RAMDISK,v 1.10 2011/06/24 02:18:17 yasuoka Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

machine		octeon mips64
maxusers	8

option		CPU_OCTEON
option		FPUEMUL
makeoption	LINK_ADDRESS="0xffffffff81000000"

option		PCIVERBOSE
option		USBVERBOSE

# Filesystem options
option		FFS		# UFS
option		FFS2		# UFS2
#option		NFSCLIENT	# Network File System client
option		CD9660		# ISO 9660 + Rock Ridge file system
option		UDF		# UDF (DVD) file system
option		EXT2FS		# Second Extended Filesystem
option		MSDOSFS		# MS-DOS file system
option		INET		# IP + ICMP + TCP + UDP
option		INET6		# IPv6 (needs INET)
option		DDB		# kernel debugger

option		MINIROOTSIZE=8192
option		RAMDISK_HOOKS

config	bsd	root on rd0a swap on rd0b

#
# Definition of system
#
mainbus0	at root
cpu0		at mainbus0
clock0		at mainbus0
iobus0		at mainbus0
uartbus0	at mainbus0

octcf0		at iobus0

com0		at uartbus0
com1		at uartbus0

pcibus*		at iobus0
pci*		at pcibus?

# IDE Controller
pciide*		at pci? flags 0x0000

# IDE hard drives
wd*		at pciide? flags 0x0000

cn30xxgmx*	at iobus?
cnmac*		at cn30xxgmx?

rgephy*		at mii?
ukphy*		at mii?

pseudo-device	loop		1	# network loopback
pseudo-device	bpfilter	1	# packet filter
pseudo-device	rd		1	# ram disk
pseudo-device	wsmux		2	# mouse & keyboard multiplexor

option		BOOT_CONFIG	# boot-time kernel config
