Module Name: src
Committed By: martin
Date: Wed Aug 23 18:21:40 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #337 - #340
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-10.0
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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.112 src/doc/CHANGES-10.0:1.1.2.113
--- src/doc/CHANGES-10.0:1.1.2.112 Tue Aug 22 16:16:20 2023
+++ src/doc/CHANGES-10.0 Wed Aug 23 18:21:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.112 2023/08/22 16:16:20 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.113 2023/08/23 18:21:39 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -11235,3 +11235,26 @@ sys/dev/pci/sdhc_pci.c 1.21
Add quirk setting for some Intel eMMC devices to make them work.
[msaitoh, ticket #336]
+sys/arch/x86/pci/pci_machdep.c 1.94
+
+ Fix detection of MSI/MSI-X availability on some systems.
+ [msaitoh, ticket #337]
+
+sys/dev/pci/ichsmb.c 1.85
+sys/dev/pci/ismt.c 1.11
+
+ ichsmb(4),ismt(4): add Snow Ridge support.
+ [msaitoh, ticket #338]
+
+usr.sbin/cpuctl/cpuctl.8 1.21
+usr.sbin/cpuctl/cpuctl.c 1.33
+
+ cpuctl(8): do not show error messages when the microcode to be
+ loaded is already available in the cpu.
+ [msaitoh, ticket #339]
+
+sys/net/npf/npf_ruleset.c 1.52
+
+ npf(7): PR 56990: fix handling of dynamic groups.
+ [kardel, ticket #340]
+