]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/mips/conf/RSPRO
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / mips / conf / RSPRO
1 #
2 # Routerstation Pro: boot from on-board flash
3 #
4 # $FreeBSD$
5 #
6
7 include         "AR71XX_BASE"
8 ident           "RSPRO"
9 hints           "RSPRO.hints"
10
11 # RTC - requires hackery in the spibus code to work
12 device          pcf2123_rtc
13
14 # GEOM modules
15 device          geom_redboot    # to get access to the SPI flash partitions
16 device          geom_uzip       # compressed in-memory filesystem support
17 options         GEOM_UZIP
18
19 # For DOS
20 options         MSDOSFS
21
22 # For etherswitch support
23 options         ARGE_MDIO
24 device          miiproxy
25 device          etherswitch
26 device          arswitch
27
28 # Boot off of flash
29 options         ROOTDEVNAME=\"ufs:redboot/rootfs.uzip\"
30