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

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 # Alfa Networks Hornet UB - an AR933x based SoC wifi device.
    3 #
    4 # http://www.alfa.com.tw/products_show.php?pc=99&ps=50
    5 #
    6 # This is for the 64MB RAM/16MB flash part.  They also
    7 # do various other versions; they have different RAM/flash
    8 # configurations.
    9 #
   10 # * AR9330 SoC
   11 # * 64MB RAM
   12 # * 16MB flash
   13 # * Integrated 1x1 2GHz wifi and 10/100 bridge
   14 #
   15 # $FreeBSD$
   16 #
   17 
   18 #NO_UNIVERSE
   19 
   20 # Include the default AR933x parameters
   21 include         "AR933X_BASE"
   22 
   23 ident           ALFA_HORNET_UB
   24 
   25 # Override hints with board values
   26 hints           "ALFA_HORNET_UB.hints"
   27 
   28 # Board memory - 64MB
   29 options         AR71XX_REALMEM=(64*1024*1024)
   30 
   31 # i2c GPIO bus
   32 #device         gpioiic
   33 #device         iicbb
   34 #device         iicbus
   35 #device         iic
   36 
   37 # Options required for miiproxy and mdiobus
   38 options         ARGE_MDIO       # Export an MDIO bus separate from arge
   39 device          miiproxy        # MDIO bus <-> MII PHY rendezvous
   40 
   41 device          etherswitch
   42 device          arswitch
   43 
   44 # read MSDOS formatted disks - USB
   45 #options        MSDOSFS
   46 
   47 # Enable the uboot environment stuff rather then the
   48 # redboot stuff.
   49 options         AR71XX_ENV_UBOOT
   50 
   51 # uzip - to boot natively from flash
   52 device          xz
   53 options         GEOM_UZIP
   54 
   55 # Used for the static uboot partition map
   56 device          geom_map
   57 
   58 # Boot off of the rootfs, as defined in the geom_map setup.
   59 options         ROOTDEVNAME=\"ufs:map/rootfs.uzip\"

Cache object: f42fb622b7adf482ba86bc2fff9e3c68


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