commit | 008652b337364ee994a0cd71d88a0fe9f00fc7ca | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Mon Mar 27 23:14:53 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Mar 28 17:02:35 2006 -0800 |
tree | 1a92b594cf22327ac92484e37129d86bac6f663c | |
parent | ca9ba4471c1203bb6e759b76e83167fec54fe590 [diff] |
[TG3]: Fix probe failure due to invalid MAC address Some older bootcode in some devices may report 0 MAC address in SRAM when booting up from low power state. This patch fixes the problem by checking for a valid MAC address in SRAM and falling back to NVRAM if necessary. Thanks to walt <wa1ter@myrealbox.com> for reporting the problem and helping to debug it. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>