diff options
author | Michael Chan <mchan@broadcom.com> | 2005-08-25 15:31:41 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-08-25 15:31:41 -0700 |
commit | d4ef16088913002255eab9958fff4e98b3b507d6 (patch) | |
tree | 3984a1dc8378d7a976be60523021036c8265a167 /drivers/net/typhoon.c | |
parent | 06c7427021f1cc83703f14659d8405ca773ba1ef (diff) |
[TG3]: Fix ethtool loopback test lockup
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>
Diffstat (limited to 'drivers/net/typhoon.c')
0 files changed, 0 insertions, 0 deletions