Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc Two tickets:



details:   https://anonhg.NetBSD.org/src/rev/883e0449a38a
branches:  netbsd-2-0
changeset: 564757:883e0449a38a
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 06 17:22:39 2005 +0000

description:
Two tickets:
 o sgimips sq(4): only add/remove mc addresses if interface is running (#939)
 o sgimips sq(4): fix HPC1 transmit logic, which was very broken (#1054)

diffstat:

 doc/CHANGES-2.0.3 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 234162fa3208 -r 883e0449a38a doc/CHANGES-2.0.3
--- a/doc/CHANGES-2.0.3 Wed Apr 06 17:16:03 2005 +0000
+++ b/doc/CHANGES-2.0.3 Wed Apr 06 17:22:39 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.3,v 1.1.2.4 2005/04/06 16:53:38 tron Exp $
+#      $NetBSD: CHANGES-2.0.3,v 1.1.2.5 2005/04/06 17:22:39 he Exp $
 
 A complete list of changes from the NetBSD 2.0.2 release to the NetBSD 2.0.3
 release.
@@ -29,3 +29,15 @@
        Add manual page for the ahd driver.
        [he, ticket #1057, #1058, #1059]
 
+sys/arch/sgimips/hpc/if_sq.c                   1.21
+
+       When adding or deleting multicast addresses, only change
+       the address filter if the interface is marked RUNNING.
+       Fixes PR#27678.
+       [thorpej, ticket #939]
+
+sys/arch/sgimips/hpc/if_sq.c                   1.22-1.23
+sys/arch/sgimips/hpc/sqvar.h                   1.6-1.7
+
+       Fix the HPC1 transmit logic, which was previously very broken.
+       [rumble, ticket #1054]



Home | Main Index | Thread Index | Old Index