freebsd-dev/sys/mips/conf/RSPRO
Adrian Chadd 2d269a1628 Enable the AR8316 switch on the routerstation pro board.
The configuration is:

* RGMII, both ports
* arge0 - connected to PHY4 as a dedicated port (CPU port)
* arge1 - connected to the switch ports

I've verified this on my routerstation pro board.
2012-05-19 20:11:18 +00:00

33 lines
602 B
Plaintext

#
# Routerstation Pro: boot from on-board flash
#
# $FreeBSD$
#
include "AR71XX_BASE"
ident "RSPRO"
hints "RSPRO.hints"
# RTC - requires hackery in the spibus code to work
device pcf2123_rtc
# GEOM modules
device geom_redboot # to get access to the SPI flash partitions
device geom_uzip # compressed in-memory filesystem support
options GEOM_UZIP
# For DOS
options GEOM_PART_BSD
options GEOM_PART_MBR
options MSDOSFS
# For etherswitch support
options ARGE_MDIO
device miiproxy
device etherswitch
device arswitch
# Boot off of flash
options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"