Module Name: src
Committed By: martin
Date: Wed Dec 8 15:51:53 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1391 and #1392
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.56 src/doc/CHANGES-9.3:1.1.2.57
--- src/doc/CHANGES-9.3:1.1.2.56 Tue Dec 7 12:43:14 2021
+++ src/doc/CHANGES-9.3 Wed Dec 8 15:51:53 2021
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.56 2021/12/07 12:43:14 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.57 2021/12/08 15:51:53 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1083,3 +1083,26 @@ sys/arch/x86/x86/identcpu.c 1.121
Make a numeric literal unsigned as it is bit-negated.
[msaitoh, ticket #1390]
+sys/arch/x86/include/specialreg.h 1.171, 1.173-1.178
+sys/arch/x86/x86/identcpu.c 1.106, 1.117, 1.122 via patch
+sys/dev/nvmm/x86/nvmm_x86.c 1.18
+sys/external/bsd/drm2/drm/drm_cache.c 1.14
+sys/external/bsd/drm2/include/asm/cpufeature.h 1.5
+usr.sbin/cpuctl/arch/i386.c 1.114-1.117
+
+ - Add LA57, PKE, PKS, CET, CET_U, CET_S, HWP, KL, AVX512_BF16, TME_EN
+ and PCONFIG.
+ - Rename some macros to match the x86 specification and the other OSes.
+ - Print CPUID 0x8000008 %ebx on Intel, too.
+ - Print CPUID leaf 7 subleaf 1.
+ - Identify Tiger Lake, 3rd gen Xeon Scalable (Ice Lake), Elkhart Lake
+ and Jasper Lake.
+ - Add comment.
+ - KNF. Whitespace fix.
+ [msaitoh, ticket #1391]
+
+sys/dev/ipmi.c 1.6-1.9
+
+ ipmi(4): various stability improvements and fix for PR 56539.
+ [hauke, ticket #1392]
+