Module Name: src
Committed By: martin
Date: Tue Oct 11 18:26:37 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1537 - #1540
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 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.23 src/doc/CHANGES-9.4:1.1.2.24
--- src/doc/CHANGES-9.4:1.1.2.23 Mon Oct 10 15:03:40 2022
+++ src/doc/CHANGES-9.4 Tue Oct 11 18:26:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.23 2022/10/10 15:03:40 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.24 2022/10/11 18:26:37 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -316,3 +316,38 @@ sys/arch/x86/x86/ioapic.c 1.66
- Print detail about misconfigured APIC ID.
[msaitoh, ticket #1536]
+sys/arch/x86/pci/imcsmb/imc.c 1.5
+sys/dev/pci/pcidevs 1.1461-1.1468
+sys/dev/pci/pcidevs.h (regen)
+sys/dev/pci/pcidevs_data.h (regen)
+
+ - Add several samsung nvme entries.
+ - Add more Alder Lake devices.
+ - Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29.
+ - Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM.
+ - Add AMD 19h/6xh Root Complex.
+ - Add AMD FCH SATA Controller D.
+ - Add NVIDIA GeForce GTX 770.
+ - Sort by number.
+ [msaitoh, ticket #1537]
+
+sys/arch/x86/include/cpu_ucode.h 1.5
+sys/arch/x86/x86/cpu_ucode_intel.c 1.19,1.20
+
+ - Verify checksum of the extended signature table.
+ - KNF.
+ [msaitoh, ticket #1538]
+
+share/man/man4/man4.x86/amdsmn.4 1.5
+sys/arch/x86/pci/amdsmn.c 1.14
+sys/arch/x86/pci/amdzentemp.c 1.12-1.15
+
+ amdsmn(4), amdzentemp(4): Add zen3 and zen4 support.
+ Add support for per CCD temperature sensor.
+ [msaitoh, ticket #1539]
+
+usr.bin/skey/skeyaudit.sh 1.5
+
+ Adapt to removal of "Mail".
+ [is, ticket #1540]
+