]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/mips/conf/RSPRO_STANDALONE
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / mips / conf / RSPRO_STANDALONE
1 #
2 # Ubiquiti Routerstation Pro: boot from first DOS-partitioned, BSD
3 # sliced flash disk.
4 #
5 # $FreeBSD$
6 #
7
8 include         "AR71XX_BASE"
9 ident           "RSPRO_STANDALONE"
10 hints           "RSPRO.hints"
11
12 # RTC - requires hackery in the spibus code to work
13 device          pcf2123_rtc
14
15 # GEOM modules
16 device          geom_redboot    # to get access to the SPI flash partitions
17 device          geom_uzip       # compressed in-memory filesystem support
18 options         GEOM_UZIP
19
20 # For DOS
21 options         MSDOSFS
22
23 # .. first DOS-partitioned, BSD sliced flash disk
24 options         ROOTDEVNAME=\"ufs:da0s1a\"