1. 29 8月, 2005 2 次提交
  2. 28 8月, 2005 8 次提交
  3. 27 8月, 2005 25 次提交
  4. 26 8月, 2005 1 次提交
    • M
      [TG3]: Fix ethtool loopback test lockup · d4ef1608
      Michael Chan 提交于
      The tg3_abort_hw() call in tg3_test_loopback() is causing lockups on
      some devices. tg3_abort_hw() disables the memory arbiter, causing
      tg3_reset_hw() to hang when it tries to write the pre-reset signature.
      tg3_abort_hw() should only be called after the pre-reset signature has
      been written. This is all done in tg3_reset_hw() so the tg3_abort_hw()
      call is unnecessary and can be removed.
      
      [ Also bump driver version and release date. -DaveM ]
      Signed-off-by: NMichael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d4ef1608
  5. 25 8月, 2005 4 次提交