1228944Sadrian#
2228944Sadrian# Routerstation Pro: boot from on-board flash
3228944Sadrian#
4228944Sadrian# $FreeBSD: stable/11/sys/mips/conf/RSPRO 345344 2019-03-20 18:49:45Z kib $
5228944Sadrian#
6228944Sadrian
7291049Simp#NO_UNIVERSE
8291049Simp
9228944Sadrianinclude		"AR71XX_BASE"
10228944Sadrianident		"RSPRO"
11228944Sadrianhints		"RSPRO.hints"
12228944Sadrian
13228944Sadrian# RTC - requires hackery in the spibus code to work
14228944Sadriandevice		pcf2123_rtc
15228944Sadrian
16228944Sadrian# GEOM modules
17228944Sadriandevice		geom_redboot	# to get access to the SPI flash partitions
18345344Skibdevice		xz
19295945Ssobomaxoptions 	GEOM_UZIP
20228944Sadrian
21228944Sadrian# For DOS
22263301Simpoptions 	MSDOSFS
23228944Sadrian
24235661Sadrian# For etherswitch support
25263301Simpoptions 	ARGE_MDIO
26235661Sadriandevice		miiproxy
27235661Sadriandevice		etherswitch
28235661Sadriandevice		arswitch
29235661Sadrian
30228944Sadrian# Boot off of flash
31295945Ssobomaxoptions 	ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
32228944Sadrian
33