svn commit: r190807 - head/sys/dev/ed

Warner Losh imp at FreeBSD.org
Tue Apr 7 09:16:00 PDT 2009


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];


More information about the svn-src-head mailing list