Module Name: src
Committed By: martin
Date: Thu Feb 29 10:47:52 UTC 2024
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1938
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.220 -r1.1.2.221 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.220 src/doc/CHANGES-8.3:1.1.2.221
--- src/doc/CHANGES-8.3:1.1.2.220 Fri Feb 23 18:18:35 2024
+++ src/doc/CHANGES-8.3 Thu Feb 29 10:47:52 2024
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-8.3,v 1.1.2.220 2024/02/23 18:18:35 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.221 2024/02/29 10:47:52 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -4280,3 +4280,15 @@ tests/lib/libm/t_fenv.c 1.14,1.15
libm: PR 57949: fix spurious side effects in fetestexcept.
[riastradh, ticket #1937]
+sys/dev/pci/if_wm.c 1.792,1.794-1.798 via patch
+sys/dev/pci/if_wmreg.h 1.131
+
+ - Add RQDPC(Receive Queue Drop Packet Count) to iqdrops.
+ - Drop frames if the RX descriptor ring has no room on multiqueue
+ system.
+ - Improve dmesg output.
+ - Print RX packet buffer size.
+ - Fix the upper 16bit of Image Unique ID(EtrackID).
+ - Fix comment.
+ [msaitoh, ticket #1938]
+