linux/drivers/net/ibm_emac
Hynek Petrak 3e65bb94a9 PHY probe not working properly for ibm_emac (PPC4xx)
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>
2006-12-26 16:41:08 -05:00
..
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 [POWERPC] Make EMAC use generic DCR access methods 2006-12-04 16:08:31 +11:00
ibm_emac_phy.c PHY probe not working properly for ibm_emac (PPC4xx) 2006-12-26 16:41:08 -05:00
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