Module Name: src
Committed By: martin
Date: Mon Sep 4 18:00:03 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1894
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.194 -r1.1.2.195 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.194 src/doc/CHANGES-8.3:1.1.2.195
--- src/doc/CHANGES-8.3:1.1.2.194 Wed Aug 23 18:26:40 2023
+++ src/doc/CHANGES-8.3 Mon Sep 4 18:00:03 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.194 2023/08/23 18:26:40 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.195 2023/09/04 18:00:03 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3856,3 +3856,11 @@ sys/net/npf/npf_ruleset.c 1.52
npf(7): PR 56990: fix handling of dynamic groups.
[kardel, ticket #1893]
+sys/dev/pci/if_wm.c 1.783,1.784 (patch)
+sys/dev/pci/if_wmvar.h 1.50
+
+ wm(4): delay sending LINK_STATE_UP to prevent dropping packets
+ on I35[04] and I21[01].
+ Print debug message correctly when WM_DEBUG is set.
+ [msaitoh, ticket #1894]
+