Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/dev/ic Pull up revision 1.11 (requested by taca in ...



details:   https://anonhg.NetBSD.org/src/rev/884f8217c197
branches:  netbsd-1-6
changeset: 529751:884f8217c197
user:      he <he%NetBSD.org@localhost>
date:      Thu Dec 12 21:33:59 2002 +0000

description:
Pull up revision 1.11 (requested by taca in ticket #992):
  Fix multicast handling on 3C905B or later card;
   o Handle IFF_ALLMULTI case correctly.  This is necessary
     to mrouted working.
   o Clear unnecessary multicast hash bit.  Otherwise,
     unnecessary multicast packet is received.

diffstat:

 sys/dev/ic/elinkxlreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 299fb1028ea5 -r 884f8217c197 sys/dev/ic/elinkxlreg.h
--- a/sys/dev/ic/elinkxlreg.h   Thu Dec 12 21:29:13 2002 +0000
+++ b/sys/dev/ic/elinkxlreg.h   Thu Dec 12 21:33:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elinkxlreg.h,v 1.10 2001/12/28 20:35:47 christos Exp $ */
+/*     $NetBSD: elinkxlreg.h,v 1.10.10.1 2002/12/12 21:33:59 he Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -164,6 +164,7 @@
 #define ELINK_DNUNSTALL                0x3003
 #define ELINK_TXRECLTHRESH     0xc000
 #define ELINK_TXSTARTTHRESH    0x9800
+#define ELINK_CLEARHASHFILBIT  0xc800
 #define ELINK_SETHASHFILBIT    0xcc00
 
 /*



Home | Main Index | Thread Index | Old Index