aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-04-07 16:15:59 +0000
committerWarner Losh <imp@FreeBSD.org>2009-04-07 16:15:59 +0000
commit0ca89d198640c3efbe9fde8a8a502a3200bb4a36 (patch)
tree18042c16d819dcd5d345bdd2b73a5fccc59f0f50 /sys/dev/ed
parent59fc1b068f00ba192dc9896a0d863b172bc319f8 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 57fb018b96ad..1363f4f7f896 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -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];