Module Name:    src
Committed By:   martin
Date:           Sat Jul 29 11:44:09 UTC 2023

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.4

Log Message:
Tickets #1669 - #1673


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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.80 src/doc/CHANGES-9.4:1.1.2.81
--- src/doc/CHANGES-9.4:1.1.2.80	Thu Jul 27 18:11:16 2023
+++ src/doc/CHANGES-9.4	Sat Jul 29 11:44:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.80 2023/07/27 18:11:16 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.81 2023/07/29 11:44:09 martin Exp $
 
 A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
 release:
@@ -1671,3 +1671,38 @@ sys/arch/xen/xen/xen_clock.c			1.10,1.12
 	up, which could cause a hardclock() storm.
 	[bouyer, ticket #1668]
 
+sys/arch/x86/include/specialreg.h		1.204-1.206, 1.208
+						(via patch)
+
+	- Add Intel CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT.
+	- Add AMD CPUID 0x80000008 %ebx bit 30 IBPB_RET and CPUID 0x8000000a
+	  %edx bit 29 BusLockThreshold.
+	- Fix typo in comment.
+	[msaitoh, ticket #1669]
+
+usr.sbin/cpuctl/arch/i386.c                     1.137-1.139
+						(via patch)
+
+        - CPU model 0x5a is not Atom E3500 but Atom Z3500.
+        - Add Alder Lake-N.
+	[msaitoh, ticket #1670]
+
+sys/dev/pci/pcidevs                             1.1481-1.1482 (patch)
+sys/dev/pci/pcidevs.h                           regen
+sys/dev/pci/pcidevs_data.h                      regen
+
+        Add Intel Alder Lake-N, Raptor Lake and 700 series chipset devices.
+	[msaitoh, ticket #1671]
+
+sys/dev/pci/ichsmb.c				1.83-1.84 (patch)
+
+	- Add support Intel 700 series chipset and Alder Lake-N devices.
+	- Use device_printf() instead of aprint_error_dev() in
+	  ichsmb_i2c_exec().
+	[msaitoh, ticket #1672]
+
+sys/arch/x86/x86/coretemp.c			1.38-1.39 (patch)
+
+	coretemp(4): change limits of Tjmax.
+	[msaitoh, ticket #1673]
+

Reply via email to