svn commit: r207376 - head/sys/dev/sge

Pyun YongHyeon yongari at FreeBSD.org
Thu Apr 29 17:30:22 UTC 2010


Author: yongari
Date: Thu Apr 29 17:30:21 2010
New Revision: 207376
URL: http://svn.freebsd.org/changeset/base/207376

Log:
  Remove wrong link state chage.

Modified:
  head/sys/dev/sge/if_sge.c

Modified: head/sys/dev/sge/if_sge.c
==============================================================================
--- head/sys/dev/sge/if_sge.c	Thu Apr 29 17:28:07 2010	(r207375)
+++ head/sys/dev/sge/if_sge.c	Thu Apr 29 17:30:21 2010	(r207376)
@@ -1591,7 +1591,6 @@ sge_ifmedia_upd(struct ifnet *ifp)
 	sc = ifp->if_softc;
 	SGE_LOCK(sc);
 	mii = device_get_softc(sc->sge_miibus);
-	sc->sge_flags &= ~SGE_FLAG_LINK;
 	if (mii->mii_instance) {
 		struct mii_softc *miisc;
 		LIST_FOREACH(miisc, &mii->mii_phys, mii_list)


More information about the svn-src-all mailing list