3e65bb94a9
I have a system with AMCC PowerPC 405EP and PHY Intel LXT971A. Linux 2.6.18.3 is not able to detect the PHY ID correctly. The PHY ID detected is 0, but should be 0x1d. This is because phy_read() (__emac_mdio_read() resp.) from drivers/net/ibm_emac/ibm_emac_core.c might return -ETIMEDOUT or -EREMOTEIO on error. This is ignored inside the int mii_phy_probe(struct mii_phy *phy, int address) from drivers/net/ibm_emac/ibm_emac_phy.c as the return value is assigned to an u32 variable. Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org> |
||
---|---|---|
.. | ||
Makefile | ||
ibm_emac.h | ||
ibm_emac_core.c | ||
ibm_emac_core.h | ||
ibm_emac_debug.c | ||
ibm_emac_debug.h | ||
ibm_emac_mal.c | ||
ibm_emac_mal.h | ||
ibm_emac_phy.c | ||
ibm_emac_phy.h | ||
ibm_emac_rgmii.c | ||
ibm_emac_rgmii.h | ||
ibm_emac_tah.c | ||
ibm_emac_tah.h | ||
ibm_emac_zmii.c | ||
ibm_emac_zmii.h |