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/ENH200

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 # Specific board setup for the Engenius ENH-200 802.11bgn mesh node.
    3 #
    4 # The Engenius ENH-200 has the following hardware:
    5 #
    6 # + AR7240 CPU SoC
    7 # + AR9285 Wifi
    8 # + Integrated switch
    9 # + 8MB flash
   10 # + 32MB RAM
   11 # + uboot environment
   12 
   13 # $FreeBSD$
   14 
   15 include         "AR724X_BASE"
   16 ident           "ENH200"
   17 hints           "ENH200.hints"
   18 
   19 options         AR71XX_REALMEM=32*1024*1024
   20 
   21 options         AR71XX_ENV_UBOOT
   22 
   23 # For DOS - enable if required
   24 options         MSDOSFS
   25 
   26 # uncompress - to boot read-only lzma natively from flash
   27 device          geom_uncompress
   28 options         GEOM_UNCOMPRESS
   29 options         ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
   30 
   31 # Used for the static uboot partition map
   32 device          geom_map
   33 
   34 # Options needed for the EEPROM based calibration/PCI configuration data.
   35 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
   36 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   37 device          firmware                # Used by the above
   38 
   39 # Options required for miiproxy and mdiobus
   40 options         ARGE_MDIO               # Export an MDIO bus separate from arge
   41 device          miiproxy                # MDIO bus <-> MII PHY rendezvous
   42 
   43 device          etherswitch
   44 device          arswitch

Cache object: 38e7e39700a965536a51a88d3b993b1c


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