This commit is contained in:
martin 2023-08-23 18:26:40 +00:00
parent 3f475198a3
commit c9e6c99ebf
1 changed files with 24 additions and 1 deletions

View File

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