summaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-04-10 17:34:30 +0000
committerWarner Losh <imp@FreeBSD.org>2009-04-10 17:34:30 +0000
commit56d67d7d37d5505f049f895d9c60a214ea27fe36 (patch)
tree018b34cf451400ec55e46376bb0e6c3b18a46788 /sys/dev/ed
parent0203f7164fcaebd745c1e6ab382b333d67089d75 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c7
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 b5e448a59f44..3d5d84dbb9c7 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;