]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/mips/conf/TP-WN1043ND
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / mips / conf / TP-WN1043ND
1 #
2 # TP-1043ND -- Kernel configuration file for the TP-Link WR-1043ND
3 #
4 # $FreeBSD$
5 #
6
7 # Include the default AR913x parameters common to all AR913x SoC users.
8 include         "AR91XX_BASE"
9
10 ident           TP-WN1043ND
11
12 # Override hints with board values
13 hints           "TP-WN1043ND.hints"
14
15 # Force the board memory - 32mb
16 options         AR71XX_REALMEM=32*1024*1024
17
18 # read MSDOS formatted disks - USB
19 options         MSDOSFS
20 options         GEOM_PART_BSD
21 options         GEOM_PART_MBR
22
23 # Just make sure the thing boots off of the first attached SCSI device for now!
24 #options                ROOTDEVNAME=\"ufs:da0a\"
25 # Or an MDROOT for testing.
26 options         MD_ROOT
27 options         MD_ROOT_SIZE=5120
28 device          geom_uzip
29 options         GEOM_UZIP
30 options         ROOTDEVNAME=\"ufs:/dev/md0.uzip\"