This commit is contained in:
martin 2023-09-04 18:00:03 +00:00
parent a6fbedfa1a
commit 317ec86252
1 changed files with 9 additions and 1 deletions

View File

@ -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]