Module Name: src Committed By: martin Date: Sat Jul 29 11:48:37 UTC 2023
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Tickets #1853 - #1857 To generate a diff of this commit: cvs rdiff -u -r1.1.2.184 -r1.1.2.185 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.184 src/doc/CHANGES-8.3:1.1.2.185 --- src/doc/CHANGES-8.3:1.1.2.184 Thu Jul 27 18:12:07 2023 +++ src/doc/CHANGES-8.3 Sat Jul 29 11:48:37 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.184 2023/07/27 18:12:07 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.185 2023/07/29 11:48:37 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3585,3 +3585,38 @@ sys/arch/x86/x86/errata.c 1.32 x86: fix the cpuids for the zen2 client CPUs. [mrg, ticket #1852] +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 #1853] + +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 #1854] + +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 #1855] + +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 #1856] + +sys/arch/x86/x86/coretemp.c 1.38-1.39 (patch) + + coretemp(4): change limits of Tjmax. + [msaitoh, ticket #1857] +