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/10.0/sys/mips/conf/TP-WN1043ND 255656 2013-09-17 20:33:42Z hiren $
    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 # i2c GPIO bus
   19 device          gpioiic
   20 device          iicbb
   21 device          iicbus
   22 device          iic
   23 
   24 # ethernet switch device
   25 device          etherswitch
   26 
   27 # RTL8366RB support
   28 device          rtl8366rb
   29 
   30 # read MSDOS formatted disks - USB
   31 options         MSDOSFS
   32 
   33 # Enable the uboot environment stuff rather then the
   34 # redboot stuff.
   35 options         AR71XX_ENV_UBOOT
   36 
   37 # uncompress - to boot natively from flash
   38 device         geom_uncompress
   39 options                GEOM_UNCOMPRESS
   40 
   41 # Used for the static uboot partition map
   42 device          geom_map
   43 
   44 # Boot off of the rootfs, as defined in the geom_map setup.
   45 options                ROOTDEVNAME=\"ufs:map/rootfs.uncompress\"
   46 
   47 # We bite the performance overhead for now; the kernel won't
   48 # fit if the mutexes are inlined.
   49 options        MUTEX_NOINLINE
   50 options        RWLOCK_NOINLINE
   51 options        SX_NOINLINE
   52 
   53 # Remove everything we don't need.  We need a _really_ small kernel!
   54 nooptions      INVARIANTS
   55 nooptions      INVARIANT_SUPPORT
   56 nooptions      WITNESS
   57 nooptions      WITNESS_SKIPSPIN
   58 nooptions      DEBUG_REDZONE
   59 nooptions      DEBUG_MEMGUARD

Cache object: d463ac5b67603b2f078d0a7a1b3d11da


[ 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.