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-300HP

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-300HP
    3 #
    4 # The WZR-300HP has the following hardware:
    5 #
    6 # + AR7242 CPU SoC
    7 # + AR9280 5GHz 11n
    8 # + AR8136 Gigabit switch
    9 # + 2 m25ll128 based 16MB flash
   10 # + 64MB RAM
   11 # + uboot environment
   12 
   13 # $FreeBSD$
   14 
   15 include         "AR724X_BASE"
   16 ident           "WZR-300HP"
   17 hints           "WZR-300HP.hints"
   18 
   19 options         AR71XX_REALMEM=64*1024*1024
   20 
   21 options         AR71XX_ENV_UBOOT
   22 
   23 options         BOOTVERBOSE
   24 # Don't include the SCSI/CAM strings in the default build
   25 options         SCSI_NO_SENSE_STRINGS
   26 options         SCSI_NO_OP_STRINGS
   27 
   28 # .. And no sysctl strings
   29 options         NO_SYSCTL_DESCR
   30 
   31 # GEOM modules
   32 device          geom_map        # to get access to the SPI flash partitions
   33 device          geom_uncompress # compressed in-memory filesystem hackery!
   34 
   35 options         ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
   36 
   37 # options       MD_ROOT
   38 # options       MD_ROOT_SIZE="6144"
   39 
   40 options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
   41 options         ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
   42 device          firmware                # Used by the above
   43 
   44 # Options required for miiproxy and mdiobus
   45 options         ARGE_MDIO               # Export an MDIO bus separate from arge
   46 device          miiproxy                # MDIO bus <-> MII PHY rendezvous
   47 
   48 device          etherswitch
   49 device          arswitch
   50 
   51 # Enable GPIO
   52 device         gpio
   53 device         gpioled
   54 
   55 # hwpmc
   56 device          hwpmc_mips24k
   57 device          hwpmc

Cache object: 021c6aae5b3cfbd250763c30b364badb


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