diff options
author | imp <imp@FreeBSD.org> | 2009-04-10 17:34:30 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-04-10 17:34:30 +0000 |
commit | 96241b5a9bbaf427c8afbeace741d87122630aa6 (patch) | |
tree | 018b34cf451400ec55e46376bb0e6c3b18a46788 /sys/dev/ed | |
parent | 0bbc614d9425ac82e12597fa4206cc1c31a7814d (diff) | |
download | FreeBSD-src-96241b5a9bbaf427c8afbeace741d87122630aa6.zip FreeBSD-src-96241b5a9bbaf427c8afbeace741d87122630aa6.tar.gz |
Fix comment
Submitted by: danfe@
Diffstat (limited to 'sys/dev/ed')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index b5e448a..3d5d84d 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -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; |