Restore auto MDIX for RTL8211B and newer revision PHYs which was

broken in r279903.

Reported by:	john <> feith . com
This commit is contained in:
yongari 2015-03-13 01:16:14 +00:00
parent 2c2f3ffe1d
commit b892ba51c7

View File

@ -531,7 +531,7 @@ rgephy_reset(struct mii_softc *sc)
PHY_WRITE(sc, RGEPHY_MII_SSR, ssr);
}
}
break;
/* FALLTHROUGH */
default:
if (sc->mii_mpd_rev >= RGEPHY_8211B) {
pcr = PHY_READ(sc, RGEPHY_MII_PCR);