Deleted Added
full compact
RSPRO (228944) RSPRO (235661)
1#
2# Routerstation Pro: boot from on-board flash
3#
1#
2# Routerstation Pro: boot from on-board flash
3#
4# $FreeBSD: head/sys/mips/conf/RSPRO 228944 2011-12-29 05:51:48Z adrian $
4# $FreeBSD: head/sys/mips/conf/RSPRO 235661 2012-05-19 20:11:18Z adrian $
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 GEOM_PART_BSD
21options GEOM_PART_MBR
22options MSDOSFS
23
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 GEOM_PART_BSD
21options GEOM_PART_MBR
22options MSDOSFS
23
24# For etherswitch support
25options ARGE_MDIO
26device miiproxy
27device etherswitch
28device arswitch
29
24# Boot off of flash
25options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
26
30# Boot off of flash
31options ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
32