Files
linux/drivers
Michael Chan d4ef160889 [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>
2005-08-25 15:31:41 -07:00
..
2005-08-15 15:49:00 -04:00
2005-07-30 09:47:53 -05:00
2005-08-10 11:03:02 -07:00
2005-08-23 18:43:41 -07:00
2005-07-12 16:01:02 -07:00
2005-08-10 11:08:56 -07:00
2005-04-16 15:20:36 -07:00
2005-08-16 21:06:24 -07:00
2005-08-23 18:43:46 -07:00
2005-08-23 18:43:44 -07:00
2005-06-21 18:46:32 -07:00
2005-04-16 15:20:36 -07:00
2005-08-23 19:59:38 -07:00
2005-08-12 12:55:02 -07:00
2005-07-11 14:14:31 -07:00