Module Name: src
Committed By: martin
Date: Tue Aug 22 16:18:28 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1720 and #1721
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.93 -r1.1.2.94 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.93 src/doc/CHANGES-9.4:1.1.2.94
--- src/doc/CHANGES-9.4:1.1.2.93 Mon Aug 21 12:34:48 2023
+++ src/doc/CHANGES-9.4 Tue Aug 22 16:18:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.93 2023/08/21 12:34:48 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.94 2023/08/22 16:18:28 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2058,3 +2058,15 @@ sys/dev/pci/pcidevs_data.h regen
- Fix description of Intel 0x37d0.
[msaitoh, ticket #1719]
+sys/arch/x86/pci/amdsmn.c 1.17
+sys/arch/x86/pci/amdzentemp.c 1.19,1.20
+
+ amdsmn(4),amdzentemp(4): Add support for Zen2 Mendocino(17h/Axh) and
+ Zen4 Phoenix(19h/7xh).
+ [msaitoh, ticket #1720]
+
+sys/dev/pci/sdhc_pci.c 1.21
+
+ Add quirk setting for some Intel eMMC devices to make them work.
+ [msaitoh, ticket #1721]
+