Module Name: src
Committed By: martin
Date: Wed Aug 23 18:24:12 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1722 - #1725
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.94 -r1.1.2.95 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.94 src/doc/CHANGES-9.4:1.1.2.95
--- src/doc/CHANGES-9.4:1.1.2.94 Tue Aug 22 16:18:28 2023
+++ src/doc/CHANGES-9.4 Wed Aug 23 18:24:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.94 2023/08/22 16:18:28 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.95 2023/08/23 18:24:11 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2070,3 +2070,26 @@ sys/dev/pci/sdhc_pci.c 1.21
Add quirk setting for some Intel eMMC devices to make them work.
[msaitoh, ticket #1721]
+sys/arch/x86/pci/pci_machdep.c 1.94
+
+ Fix detection of MSI/MSI-X availability on some systems.
+ [msaitoh, ticket #1722]
+
+sys/dev/pci/ichsmb.c 1.85
+sys/dev/pci/ismt.c 1.11
+
+ ichsmb(4),ismt(4): add Snow Ridge support.
+ [msaitoh, ticket #1723]
+
+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 #1724]
+
+sys/net/npf/npf_ruleset.c 1.52
+
+ npf(7): PR 56990: fix handling of dynamic groups.
+ [kardel, ticket #1725]
+