1. 24 8月, 2005 24 次提交
  2. 23 8月, 2005 1 次提交
  3. 20 8月, 2005 2 次提交
    • D
      [TG3]: Update driver version and reldate. · 034ea638
      David S. Miller 提交于
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      034ea638
    • M
      [TG3]: Fix SerDes detection · da6b2d01
      Michael Chan 提交于
      A problem was reported by Grant Grundler on an HP rx8620 using IOX
      Core LAN partno(A7109-6) 5701 copper NIC. The tg3 driver mistakenly
      detects this NIC as having a SerDes PHY and link does not come up as a
      result.
      
      The problem was caused by an incorrectly programmed eeprom that set the
      NIC_SRAM_DATA_CFG_PHY_TYPE_FIBER bit in the NIC_SRAM_DATA_CFG location.
      
      This patch will override the NIC_SRAM_DATA_CFG_PHY_TYPE_FIBER bit if a
      valid PHY ID is read from the MII registers on older 570x chips where
      the MII interface is not used on SerDes chips. On newer chips such as
      the 5780 that use MII for both copper and SerDes, SerDes detection must
      rely on the eeprom.
      
      This patch will make the SerDes detection identical to versions 3.25 and
      older.
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Acked-by: NGrant Grundler <iod00d@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      da6b2d01
  4. 19 8月, 2005 12 次提交
  5. 18 8月, 2005 1 次提交