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-WR1043NDv2

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-Link TL-WR1043nd v2 - based on the AP135 reference design.
    3 #
    4 # This contains a QCA9558 MIPS74k SoC with on-board 3x3 2GHz wifi,
    5 # 64MiB RAM and an AR8327 5-port gigabit ethernet switch.
    6 #
    7 # $FreeBSD: releng/11.2/sys/mips/conf/TL-WR1043NDv2 295945 2016-02-24 00:39:36Z sobomax $
    8 #
    9 
   10 #NO_UNIVERSE
   11 
   12 # Include the default QCA955x parameters
   13 include         "QCA955X_BASE"
   14 
   15 ident           TL-WR1043NDv2
   16 
   17 # Override hints with board values
   18 hints           "TL-WR1043NDv2.hints"
   19 
   20 options         AR71XX_REALMEM=(64*1024*1024)
   21 
   22 # Options required for miiproxy and mdiobus
   23 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   24 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   25 
   26 device          etherswitch
   27 device          arswitch
   28 
   29 # read MSDOS formatted disks - USB
   30 options         MSDOSFS
   31 
   32 # Enable the uboot environment stuff rather then the
   33 # redboot stuff.
   34 options         AR71XX_ENV_UBOOT
   35 
   36 # uzip - to boot natively from flash
   37 device          geom_uzip
   38 options         GEOM_UZIP
   39 
   40 # Used for the static uboot partition map
   41 device          geom_map
   42 
   43 # yes, this board has a PCI connected atheros device
   44 #device         ath_pci
   45 #options        AR71XX_ATH_EEPROM
   46 #device         firmware                # Used by the above
   47 #options        ATH_EEPROM_FIRMWARE
   48 
   49 # Boot off of the rootfs, as defined in the geom_map setup.
   50 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
   51 
   52 # Default to accept
   53 options         IPFIREWALL_DEFAULT_TO_ACCEPT

Cache object: aa3f40e3df4d3d3df7435229d6c7e17d


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