svn commit: r187085 - in stable/7/sys: . contrib/pf dev/age dev/ath/ath_hal dev/cxgb

Pyun YongHyeon yongari at FreeBSD.org
Sun Jan 11 20:15:06 PST 2009


Author: yongari
Date: Mon Jan 12 04:15:05 2009
New Revision: 187085
URL: http://svn.freebsd.org/changeset/base/187085

Log:
  MFC r181717:
    Fix a typo: jme -> age

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/age/if_age.c
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/dev/age/if_age.c
==============================================================================
--- stable/7/sys/dev/age/if_age.c	Mon Jan 12 04:12:46 2009	(r187084)
+++ stable/7/sys/dev/age/if_age.c	Mon Jan 12 04:15:05 2009	(r187085)
@@ -1427,7 +1427,7 @@ age_setwol(struct age_softc *sc)
 		    MII_BMCR, BMCR_RESET | BMCR_AUTOEN | BMCR_STARTNEG);
 		DELAY(1000);
 		if (aneg != 0) {
-			/* Poll link state until jme(4) get a 10/100 link. */
+			/* Poll link state until age(4) get a 10/100 link. */
 			for (i = 0; i < MII_ANEGTICKS_GIGE; i++) {
 				mii_pollstat(mii);
 				if ((mii->mii_media_status & IFM_AVALID) != 0) {


More information about the svn-src-stable-7 mailing list