Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.24 (requested by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/b8a9323449a5
branches:  netbsd-1-5
changeset: 490683:b8a9323449a5
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 17:03:33 2001 +0000

description:
Pull up revision 1.24 (requested by thorpej):
  Fix a bug in the DP83815 multicast setup code.

diffstat:

 sys/dev/pci/if_sip.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9836b37dbcd0 -r b8a9323449a5 sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c      Mon Feb 26 17:01:56 2001 +0000
+++ b/sys/dev/pci/if_sip.c      Mon Feb 26 17:03:33 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sip.c,v 1.11.4.3 2000/10/30 22:51:34 tv Exp $       */
+/*     $NetBSD: if_sip.c,v 1.11.4.4 2001/02/26 17:03:33 he Exp $       */
 
 /*-
  * Copyright (c) 1999 Network Computer, Inc.
@@ -1971,7 +1971,7 @@
                ETHER_NEXT_MULTI(step, enm);
        }
 
-       ifp->if_flags |= ~IFF_ALLMULTI;
+       ifp->if_flags &= ~IFF_ALLMULTI;
        sc->sc_rfcr |= RFCR_MHEN;
        goto setit;
 



Home | Main Index | Thread Index | Old Index