diff options
-rw-r--r-- | sys/dev/mii/rlphy.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index f2b118b43a6..555e8ddec59 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlphy.c,v 1.29 2008/09/08 07:38:33 brad Exp $ */ +/* $OpenBSD: rlphy.c,v 1.30 2008/09/11 18:26:58 brad Exp $ */ /* * Copyright (c) 1998, 1999 Jason L. Wright (jason@thought.net) @@ -195,12 +195,6 @@ rlphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) return (0); /* - * Only used for autonegotiation. - */ - if (IFM_SUBTYPE(ife->ifm_media) != IFM_AUTO) - break; - - /* * The RealTek PHY's autonegotiation doesn't need to be * kicked; it continues in the background. */ |