https://github.com/torvalds/linux
Revision d4ef16088913002255eab9958fff4e98b3b507d6 authored by Michael Chan on 25 August 2005, 22:31:41 UTC, committed by David S. Miller on 25 August 2005, 22:31:41 UTC
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: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 06c7427
History
Tip revision: d4ef16088913002255eab9958fff4e98b3b507d6 authored by Michael Chan on 25 August 2005, 22:31:41 UTC
[TG3]: Fix ethtool loopback test lockup
Tip revision: d4ef160

README

back to top