Michael Chan b8fa2f3a82 [TG3]: Fix crash during tg3_init_one().
The driver will crash when the chip has been initialized by EFI before
tg3_init_one().  In this case, the driver will call tg3_chip_reset()
before allocating consistent memory.

The bug is fixed by checking for tp->hw_status before accessing it
during tg3_chip_reset().

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-06 17:35:37 -07:00
..
2007-03-29 08:26:05 -04:00
2007-04-03 22:31:09 -04:00
2007-04-02 13:30:55 -07:00
2007-03-28 02:18:51 -04:00
2007-03-29 11:46:52 -07:00
2007-03-29 08:26:05 -04:00
2007-03-28 02:18:51 -04:00
2007-04-06 17:35:37 -07:00