Restore auto MDIX for RTL8211B and newer revision PHYs which was

broken in r279903.

Reported by:	john <> feith . com
This commit is contained in:
Pyun YongHyeon 2015-03-13 01:16:14 +00:00
parent 1cd30eb6dd
commit ce18f7cde8

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);