#
#	Core 1 configuration for PMC-Sierra Sequoia platform.
#
#  This file is supposed to be included by target file after
#  endian has been defined.
#

include "conf/GENERIC_ALL"

#
# Platform options
#
option		SEQUOIA
option		MIPS
option		SMP
option		RM9000			# CPU type is RM9000
#option		INET
select		mod_uart_ns16550
option		CONS_BAUD=B115200
option		TGT_TOGGLE		# We want to toggle!

#option		NOCOM2			# Don't init secondary com port
option		CONSOLE_COM2		# Use com2 for console
option		DUAL_PMON

#
# Debug options
#
#option		SBD_DEBUG
option		DEBUG_LOCORE
#option		PCIVERBOSE=4
#option		AUTOCONF_VERBOSE=1

#
# Functional options
#
#select		iso9660			# Include ISO 9660 filesystem support
#select		fatfs			# Include FAT filesystem support
select		cmd_pfctr		# Performance counter commands
option		IO_COHERENT		# Enable XDMA IO descriptor and data coherency 
option		NEWPCIROOT		# New style PCI framework
option		NKMEMCLUSTERS=4096	# Increase buffers available for GE driver 

#
# HAVE options.  What tgt level provide
#
option		HAVE_TOD		# Time-Of-Day clock
option		HAVE_NVENV		# Platform has non-volatile env mem

#
# System Name and Target Name
#
option		SYSTYPE="\"sequoia\""
option		TARGETNAME="\"SEQUOIA\""

#
# Now the Machine specification
#
mainbus0	at root
localbus0	at mainbus0
pcibr0		at mainbus0
pci*		at pcibr?

#### SCSI support
#siop*		at pci? dev ? function ?	# Symbios/NCR 53c...
#scsibus*	at siop?
#mpi*		at pci? dev ? function ?	# LSI Logic 44929 FC.
#scsibus*	at mpi?
#sd*		at scsibus? target ? lun ? 
#cd*		at scsibus? target ? lun ? 

#### Networking Devices
#rme0		at localbus0 phyaddr 0		# RM9200 GE port 0
#rme1		at localbus0 phyaddr 1		# RM9200 GE port 1
#rme2		at localbus0 phyaddr 2 		# RM9200 GE port 2
#fxp0		at pci? dev ? function ?	# Intel 82559 Device
#fxp1		at pci? dev ? function ?	# Intel 82559 Device

#### Media Independent Interface (mii) drivers
#eephy*		at mii? phy ?			# Marvell 88E1000GB PHY
#inphy*		at mii? phy ?			# Intel 82555 PHYs

#### IDE controllers
#pciide* 	at pci ? dev ? function ? flags 0x0000

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

#### Pseudo devices
pseudo-device	loop	1			# network loopback

