TSEC/MDIO bug in recent kernels
Johns Daniel
johns.daniel at gmail.com
Wed Mar 11 09:55:49 EST 2009
(I did not get to complete the message!)
For those of you who are running into this error:
24520:01 not found
eth0: Could not attach to PHY
IP-Config: Failed to open eth0
IP-Config: Device `eth0' not found.
There is a bug in recent kernels. I found it in 2.6.28.7:
linux/arch/powerpc/sysdev/fsl_soc.c:
for_each_compatible_node(np, "mdio", "gianfar");
should be:
linux/arch/powerpc/sysdev/fsl_soc.c:
for_each_compatible_node(np, "mdio", "gianfar")
Note that the semicolon should not be there!
-- Johns
More information about the Linuxppc-dev
mailing list