Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc #382



details:   https://anonhg.NetBSD.org/src/rev/865ed89ba748
branches:  netbsd-2-0
changeset: 561098:865ed89ba748
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue May 25 01:15:32 2004 +0000

description:
#382

diffstat:

 doc/CHANGES-2.0 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e8d85f0284b9 -r 865ed89ba748 doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Tue May 25 01:15:11 2004 +0000
+++ b/doc/CHANGES-2.0   Tue May 25 01:15:32 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.221 2004/05/25 01:14:21 jmc Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.222 2004/05/25 01:15:32 jmc Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -3046,3 +3046,11 @@
        Implement sigemptyset() and sigfillset() not as macros but as inline
        functions. PR#25627
        [kleink, ticket #381]
+
+sys/dev/pci/if_sk.c                            1.9
+
+       In sk_init_yukon(), don't open-code clearing the multicast filter but
+       go via the normal filter setup path instead.  The old behaviour only
+       worked ok as long as the init function was exclusively called at attach
+       time, when there was no configuration to be lost.
+       [kleink, ticket #382]



Home | Main Index | Thread Index | Old Index