Diff for /elwix/config/Attic/ALFA_NX.hints between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2013/05/21 17:05:36 version 1.1.2.3, 2013/05/21 23:48:07
Line 30  hint.ehci.0.irq=1 Line 30  hint.ehci.0.irq=1
 hint.pcib.0.at="nexus0"  hint.pcib.0.at="nexus0"
 hint.pcib.0.irq=0  hint.pcib.0.irq=0
   
   # ath0 hint - pcie slot 0
   hint.pcib.0.bus.0.0.0.ath_fixup_addr=0x1fff1000
   hint.pcib.0.bus.0.0.0.ath_fixup_size=4096
   
   # ath
   hint.ath.0.eeprom_firmware="pcib.0.bus.0.0.0.eeprom_firmware"
   # Where the ART is
   hint.ath.0.eepromaddr=0x1fff1000
   
 # arge0 MDIO bus  # arge0 MDIO bus
 hint.argemdio.0.at="nexus0"  hint.argemdio.0.at="nexus0"
 hint.argemdio.0.maddr=0x19000000  hint.argemdio.0.maddr=0x19000000
Line 46  hint.arge.0.mdio=mdioproxy1 # Hanging off the arswitch Line 55  hint.arge.0.mdio=mdioproxy1 # Hanging off the arswitch
   
 # arge1: connected to the LAN switch MAC, at 1000BaseTX / GMII.  # arge1: connected to the LAN switch MAC, at 1000BaseTX / GMII.
 hint.arge.1.phymask=0x0  hint.arge.1.phymask=0x0
   hint.arge.1.mdio=mdioproxy1     # Hanging off the arswitch MDIO bus
 # hint.arge.1.miimode=1         # GMII  # hint.arge.1.miimode=1         # GMII
 #hint.arge.1.media=1000         # Force to 1000BaseTX/full  #hint.arge.1.media=1000         # Force to 1000BaseTX/full
 #hint.arge.1.fduplex=1  #hint.arge.1.fduplex=1
Line 57  hint.arswitch.0.at="mdio0" Line 67  hint.arswitch.0.at="mdio0"
 hint.arswitch.0.is_7240=1       # We need to be explicitly told this  hint.arswitch.0.is_7240=1       # We need to be explicitly told this
 hint.arswitch.0.numphys=4       # 4 active switch PHYs (PHY 0 -> 3)  hint.arswitch.0.numphys=4       # 4 active switch PHYs (PHY 0 -> 3)
 hint.arswitch.0.phy4cpu=1       # Yes, PHY 4 == dedicated PHY  hint.arswitch.0.phy4cpu=1       # Yes, PHY 4 == dedicated PHY
hint.arswitch.0.is_rgmii=0        # No, not RGMIIhint.arswitch.0.is_rgmii=1        # No, not RGMII
 hint.arswitch.0.is_gmii=0       # No, not GMII  hint.arswitch.0.is_gmii=0       # No, not GMII
   
 ## arge0  ## arge0
Line 80  hint.gpio.0.irq=2 Line 90  hint.gpio.0.irq=2
   
 # Signal leds  # Signal leds
 hint.gpioled.0.at="gpiobus0"  hint.gpioled.0.at="gpiobus0"
hint.gpioled.0.name="sig1"hint.gpioled.0.name="but0"
hint.gpioled.0.pins=0x0001        # pin 0hint.gpioled.0.pins=0x00800        # pin 11
 hint.gpioled.1.at="gpiobus0"  hint.gpioled.1.at="gpiobus0"
 hint.gpioled.1.name="sig2"  hint.gpioled.1.name="sig2"
hint.gpioled.1.pins=0x0002        # pin 1hint.gpioled.1.pins=0x20000        # pin 17
 hint.gpioled.2.at="gpiobus0"  hint.gpioled.2.at="gpiobus0"
 hint.gpioled.2.name="sig3"  hint.gpioled.2.name="sig3"
hint.gpioled.2.pins=0x0800      # pin 11hint.gpioled.2.pins=0x10000      # pin 16
hint.gpioled.3.at="gpiobus0"hint.gpioled.4.at="gpiobus0"
hint.gpioled.3.name="sig4"hint.gpioled.4.name="sig5"
hint.gpioled.3.pins=0x0080    # pin 7hint.gpioled.4.pins=0x01000   # pin 12
 hint.gpioled.5.at="gpiobus0"
 hint.gpioled.5.name="sig6"
 hint.gpioled.5.pins=0x00100     # pin 8
 hint.gpioled.6.at="gpiobus0"
 hint.gpioled.6.name="sig7"
 hint.gpioled.6.pins=0x00040     # pin 6
 hint.gpioled.7.at="gpiobus0"
 hint.gpioled.7.name="sig8"
 hint.gpioled.7.pins=0x00080    # pin 7
   
 # SPI controller/bus  # SPI controller/bus
 hint.spi.0.at="nexus0"  hint.spi.0.at="nexus0"

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


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