Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Gack, fix a stupid bug in the DP83815 multicast ...
details: https://anonhg.NetBSD.org/src/rev/ac6bca1647ae
branches: trunk
changeset: 503435:ac6bca1647ae
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Feb 06 02:49:12 2001 +0000
description:
Gack, fix a stupid 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 64cb8479dfed -r ac6bca1647ae sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c Tue Feb 06 01:27:29 2001 +0000
+++ b/sys/dev/pci/if_sip.c Tue Feb 06 02:49:12 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_sip.c,v 1.23 2000/12/28 22:59:13 sommerfeld Exp $ */
+/* $NetBSD: if_sip.c,v 1.24 2001/02/06 02:49:12 thorpej Exp $ */
/*-
* Copyright (c) 1999 Network Computer, Inc.
@@ -1890,7 +1890,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