From ce18f7cde8f58cdbac100db2286f552b444a1411 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Fri, 13 Mar 2015 01:16:14 +0000 Subject: [PATCH] Restore auto MDIX for RTL8211B and newer revision PHYs which was broken in r279903. Reported by: john <> feith . com --- sys/dev/mii/rgephy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index e81a7d5efd2..289eeabe369 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -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);