aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-08-25 19:50:15 +0000
committerBruce Evans <bde@FreeBSD.org>1995-08-25 19:50:15 +0000
commitac0418c3ae582769e419a737d2d9087ceaae042a (patch)
tree196936c0a7b7f2840ab056f0be970995b79bde30 /sys/dev/ed
parent4238af7cd26f7b2f80e92f1c519daf2dc4dd07c2 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 13f57993f723..2e1b11d5542d 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -13,7 +13,7 @@
* the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000,
* and a variety of similar clones.
*
- * $Id: if_ed.c,v 1.74 1995/07/25 22:18:54 bde Exp $
+ * $Id: if_ed.c,v 1.75 1995/07/28 12:15:16 davidg Exp $
*/
#include "ed.h"
@@ -2558,7 +2558,7 @@ ds_getmcaf(sc, mcaf)
mcaf[1] = 0xffffffff;
return;
}
- index = ds_crc(enm->enm_addrlo, 6) >> 26;
+ index = ds_crc(enm->enm_addrlo) >> 26;
af[index >> 3] |= 1 << (index & 7);
ETHER_NEXT_MULTI(step, enm);