Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2009 04:15:05 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r187085 - in stable/7/sys: . contrib/pf dev/age dev/ath/ath_hal dev/cxgb
Message-ID:  <200901120415.n0C4F5RZ050179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901120415.n0C4F5RZ050179>