The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/mips/conf/TP-WN1043ND

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # TP-1043ND -- Kernel configuration file for the TP-Link WR-1043ND
    3 #
    4 # $FreeBSD: releng/9.2/sys/mips/conf/TP-WN1043ND 220295 2011-04-03 13:19:58Z adrian $
    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\"

Cache object: 6e97db9a83ce7598b67eab6863731676


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.