RSPRO revision 266331
1#
2# Routerstation Pro: boot from on-board flash
3#
4# $FreeBSD: stable/10/sys/mips/conf/RSPRO 266331 2014-05-17 17:34:37Z ian $
5#
6
7include		"AR71XX_BASE"
8ident		"RSPRO"
9hints		"RSPRO.hints"
10
11# RTC - requires hackery in the spibus code to work
12device		pcf2123_rtc
13
14# GEOM modules
15device		geom_redboot	# to get access to the SPI flash partitions
16device		geom_uzip	# compressed in-memory filesystem support
17options 	GEOM_UZIP
18
19# For DOS
20options 	MSDOSFS
21
22# For etherswitch support
23options 	ARGE_MDIO
24device		miiproxy
25device		etherswitch
26device		arswitch
27
28# Boot off of flash
29options 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
30
31