Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Ticket #1515



details:   https://anonhg.NetBSD.org/src/rev/fee8b0c4be9c
branches:  netbsd-9
changeset: 369913:fee8b0c4be9c
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Sep 07 10:07:43 2022 +0000

description:
Ticket #1515

diffstat:

 doc/CHANGES-9.4 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 5244767b2459 -r fee8b0c4be9c doc/CHANGES-9.4
--- a/doc/CHANGES-9.4   Wed Sep 07 10:05:42 2022 +0000
+++ b/doc/CHANGES-9.4   Wed Sep 07 10:07:43 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.8 2022/08/30 18:36:21 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.9 2022/09/07 10:07:43 martin Exp $
 
 A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
 release:
@@ -119,3 +119,21 @@
        being compiled without support for depracated test expressions.
        [tsutsui, ticket #1514]
 
+sys/dev/pci/if_wm.c                            1.741-1.749,1.753-1.757,
+                                               1.762 via patch
+sys/dev/pci/if_wmreg.h                         1.126-1.127
+
+       - Fix I219 workaround in wm_flush_desc_rings().
+       - Add more statistics counters.
+       - To avoid releasing mutex temporally, use new
+         wm_set_mdio_slow_mode_hv_locked().
+       - No functional changes:
+         - Turn a locking botch (shouldn't drop lock on error) into a KASSERT
+           in wm_deferred_start_locked().
+         - Remove unneeded header inclusion.
+         - Use __BIT() a little.
+         - Modify comment and debug messages.
+         - Consistency use -1 instead of 1 for some error code.
+         - KNF.
+       [msaitoh, ticket #1515]
+



Home | Main Index | Thread Index | Old Index