Module Name:    src
Committed By:   martin
Date:           Wed Sep  7 10:07:43 UTC 2022

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.4

Log Message:
Ticket #1515


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-9.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.8 src/doc/CHANGES-9.4:1.1.2.9
--- src/doc/CHANGES-9.4:1.1.2.8	Tue Aug 30 18:36:21 2022
+++ src/doc/CHANGES-9.4	Wed Sep  7 10:07:43 2022
@@ -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 @@ distrib/vax/inst-common/dot.commonutils	
 	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]
+

Reply via email to