Re: [PATCH 1/6] tg3: Fix probe failure due to invalid MAC address

2006-03-28 Thread walt
Michael Chan wrote: 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. Seems to fix the problem, thanks. Thanks to walt

Re: tg3 breakage this morning

2006-03-26 Thread walt
Michael Chan wrote: Walt wrote: Nope, it was the second one: Skip phy power down... Let me know if can test any patches, etc. It doesn't make sense. This code should have no effect on your 5702 Wait -- new developments! You are right, it wasn't that code at all. I've concluded

Re: tg3 breakage this morning

2006-03-24 Thread walt
Michael Chan wrote: On Thu, 2006-03-23 at 14:16 -0800, walt wrote: tg3.c:v3.53 (Mar 22, 2006) PCI: Enabling device :00:09.0 (0014 - 0016) ACPI: PCI Interrupt :00:09.0[A] - GSI 18 (level, low) - IRQ 17 tg3: Could not obtain valid ethernet address, aborting. ACPI: PCI interrupt

Re: tg3 breakage this morning

2006-03-24 Thread walt
Michael Chan wrote: Walt wrote: Nope, it was the second one: Skip phy power down... It doesn't make sense. This code should have no effect on your 5702. With or without this patch, the 5702 will be powered down the same with tg3_writephy(tp, MII_BMCR, BMCR_PDOWN) if WOL is not enabled