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/TL-WDR4300

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 # TPLink TL-WDR4300 - AR9344 based dual-band 2x2 wifi
    3 #
    4 # $FreeBSD$
    5 #
    6 
    7 #NO_UNIVERSE
    8 
    9 # Include the default AR934x parameters
   10 include         "std.AR934X"
   11 
   12 ident           TL-WDR4300
   13 
   14 # Override hints with board values
   15 hints           "TL-WDR4300.hints"
   16 
   17 # Force the board memory - the base DB120 has 128MB RAM
   18 options         AR71XX_REALMEM=(128*1024*1024)
   19 
   20 # i2c GPIO bus
   21 #device         gpioiic
   22 #device         iicbb
   23 #device         iicbus
   24 #device         iic
   25 
   26 # Options required for miiproxy and mdiobus
   27 options         ARGE_DEBUG
   28 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   29 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   30 
   31 device          etherswitch
   32 device          arswitch
   33 
   34 # read MSDOS formatted disks - USB
   35 options         MSDOSFS
   36 
   37 # Enable the uboot environment stuff rather then the
   38 # redboot stuff.
   39 options         AR71XX_ENV_UBOOT
   40 
   41 # uzip - to boot natively from flash
   42 device          xz
   43 options         GEOM_UZIP
   44 
   45 # Used for the static uboot partition map
   46 device          geom_map
   47 
   48 # Yes, this board has a PCI connected atheros device
   49 options         AR71XX_ATH_EEPROM
   50 device          firmware                # Used by the above
   51 options         ATH_EEPROM_FIRMWARE
   52 
   53 options         ATH_DEBUG_ALQ
   54 
   55 # Boot off of the rootfs, as defined in the geom_map setup.
   56 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
   57 
   58 # This is required for the 2GHz LNAs on the AR9340 SoC.
   59 # Without this the 2GHz radio is Quite Deaf.
   60 device          gpio
   61 device          gpioled

Cache object: e3e5a59ba37376bcb56f9611dfce723e


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