[TG3]: Fix SRAM access during tg3_init_one()
authorMichael Chan <mchan@broadcom.com>
Wed, 22 Mar 2006 09:05:31 +0000 (01:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2006 09:05:31 +0000 (01:05 -0800)
5700 and 5701 will not return correct SRAM data when the chip is in
D3hot power state. tg3_get_eeprom_hw_cfg() must first put the device
in D0 before reading SRAM.

Thanks to Thomas Chenault at Dell for noticing this problem.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found