Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 17:34:30 +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: r190901 - head/sys/dev/ed
Message-ID:  <200904101734.n3AHYUYG055297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Apr 10 17:34:30 2009
New Revision: 190901
URL: http://svn.freebsd.org/changeset/base/190901

Log:
  Fix comment
  
  Submitted by:	danfe@

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	Fri Apr 10 16:12:00 2009	(r190900)
+++ head/sys/dev/ed/if_ed_pccard.c	Fri Apr 10 17:34:30 2009	(r190901)
@@ -469,10 +469,9 @@ ed_pccard_attach(device_t dev)
 		goto bad;
 
 	/*
-	 * Determine which chipset we are.  Almost the PC Card chipsets have
-	 * the ASIC and NIC offsets in the same place.  There's a tiny
-	 * minority (2?) that follow the WD80x3 conventions, which are handled
-	 * as a special case.
+	 * Determine which chipset we are.  Almost all the PC Card chipsets
+	 * have the Novel ASIC and NIC offsets.  There's 2 known cards that
+	 * follow the WD80x3 conventions, which are handled as a special case.
 	 */
 	sc->asic_offset = ED_NOVELL_ASIC_OFFSET;
 	sc->nic_offset  = ED_NOVELL_NIC_OFFSET;



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