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/WZR-HPAG300H

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 Buffalo Airstation WZR-HPAG300H
    3 #
    4 # The WZR-HPAG300H has the following hardware:
    5 #
    6 # + AR7161 CPU SoC
    7 # + 2x AR9280 5GHz 11n
    8 # + AR8136 Gigabit switch
    9 # + 2 m25ll128(really w25q128)  based 16MB flash
   10 # + 128MB RAM
   11 # + uboot environment
   12 
   13 # $FreeBSD: releng/12.0/sys/mips/conf/WZR-HPAG300H 295945 2016-02-24 00:39:36Z sobomax $
   14 
   15 #NO_UNIVERSE
   16 
   17 include         "AR71XX_BASE"
   18 ident           "WZR-HPAG300H"
   19 hints           "WZR-HPAG300H.hints"
   20 
   21 options         AR71XX_REALMEM=128*1024*1024
   22 
   23 options         AR71XX_ENV_UBOOT
   24 
   25 options         BOOTVERBOSE
   26 
   27 # GEOM modules
   28 device          geom_uzip       # compressed in-memory filesystem hackery!
   29 device          geom_map        # to get access to the SPI flash partitions
   30 
   31 options         ROOTDEVNAME=\"ufs:/dev/map/rootfs.uzip\"
   32 
   33 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
   34 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   35 device          firmware                # Used by the above
   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 # hwpmc
   45 device          hwpmc_mips24k
   46 device          hwpmc
   47 
   48 # load these via modules, shrink kernel
   49 nodevice        if_bridge
   50 nodevice        bridgestp
   51 nodevice        random

Cache object: 0c317b60002e41e39b681390899559bd


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