Diff for /elwix/config/ELWIX_ALFA_N2 between versions 1.1.2.9 and 1.1.2.10

version 1.1.2.9, 2014/01/17 11:23:12 version 1.1.2.10, 2014/01/20 00:04:35
Line 17  options  AR71XX_REALMEM=32*1024*1024 Line 17  options  AR71XX_REALMEM=32*1024*1024
   
 # It's UBOOT, not Redboot - without this, things will hang at startup  # It's UBOOT, not Redboot - without this, things will hang at startup
 options         AR71XX_ENV_UBOOT  options         AR71XX_ENV_UBOOT
#options         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flashoptions         AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
 #options        ATH_EEPROM_FIRMWARE     # Use EEPROM from flash  #options        ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
 #device         firmware                # Used by the above  #device         firmware                # Used by the above
   
#device          etherswitchdevice          etherswitch
#device          arswitchdevice          arswitch
   
 hints           "ELWIX_ALFA_N2.hints"  hints           "ELWIX_ALFA_N2.hints"
 include         "../atheros/std.ar71xx"  include         "../atheros/std.ar71xx"
Line 54  options         FFS                     #Berkeley Fast Line 54  options         FFS                     #Berkeley Fast
 # Support uncompress lzma rootfs  # Support uncompress lzma rootfs
 device          geom_uncompress  device          geom_uncompress
 options         GEOM_UNCOMPRESS  options         GEOM_UNCOMPRESS
options         ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"options         ROOTDEVNAME=\"ufs:/dev/map/rootfs\"
   
 # PCI bus  # PCI bus
 device          pci  device          pci
Line 120  options  AH_AR5416_INTERRUPT_MITIGATION Line 120  options  AH_AR5416_INTERRUPT_MITIGATION
 device          mii  device          mii
 device          arge  device          arge
 #options        ARGE_DEBUG      # Enable if_arge debugging for now  #options        ARGE_DEBUG      # Enable if_arge debugging for now
#options         ARGE_MDIO               # Export an MDIO bus separate from argeoptions         ARGE_MDIO               # Export an MDIO bus separate from arge
#device          miiproxy                # MDIO bus <-> MII PHY rendezvousdevice          miiproxy                # MDIO bus <-> MII PHY rendezvous
   
 # USB devices - PB92 has EHCI only  # USB devices - PB92 has EHCI only
   

Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>