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; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"