Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 16:15:59 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190807 - head/sys/dev/ed
Message-ID:  <200904071615.n37GFxgW013992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Apr  7 16:15:59 2009
New Revision: 190807
URL: http://svn.freebsd.org/changeset/base/190807

Log:
  Fix a comment to match the code.

Modified:
  head/sys/dev/ed/if_ed_pccard.c

Modified: head/sys/dev/ed/if_ed_pccard.c
==============================================================================
--- head/sys/dev/ed/if_ed_pccard.c	Tue Apr  7 16:13:10 2009	(r190806)
+++ head/sys/dev/ed/if_ed_pccard.c	Tue Apr  7 16:15:59 2009	(r190807)
@@ -508,8 +508,7 @@ ed_pccard_attach(device_t dev)
 	 * data from the standard NE-2000 data roms.  If that fails,
 	 * check to see if the card has a hint about where to look in
 	 * its CIS.  If that fails, maybe we should look at some
-	 * default value.  In all fails, we should fail the attach,
-	 * but don't right now.
+	 * default value.  In all fails, we fail the attach.
 	 */
 	for (i = 0, sum = 0; i < ETHER_ADDR_LEN; i++)
 		sum |= sc->enaddr[i];



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