Module Name: src
Committed By: martin
Date: Wed Aug 23 18:26:40 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1890 - #1893
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.193 -r1.1.2.194 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.193 src/doc/CHANGES-8.3:1.1.2.194
--- src/doc/CHANGES-8.3:1.1.2.193 Tue Aug 22 16:22:00 2023
+++ src/doc/CHANGES-8.3 Wed Aug 23 18:26:40 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.193 2023/08/22 16:22:00 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.194 2023/08/23 18:26:40 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3833,3 +3833,26 @@ sys/dev/pci/sdhc_pci.c 1.21
Add quirk setting for some Intel eMMC devices to make them work.
[msaitoh, ticket #1889]
+sys/arch/x86/pci/pci_machdep.c 1.94
+
+ Fix detection of MSI/MSI-X availability on some systems.
+ [msaitoh, ticket #1890]
+
+sys/dev/pci/ichsmb.c 1.85
+sys/dev/pci/ismt.c 1.11
+
+ ichsmb(4),ismt(4): add Snow Ridge support.
+ [msaitoh, ticket #1891]
+
+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 #1892]
+
+sys/net/npf/npf_ruleset.c 1.52
+
+ npf(7): PR 56990: fix handling of dynamic groups.
+ [kardel, ticket #1893]
+