Module Name:    src
Committed By:   martin
Date:           Wed Dec  8 15:44:17 UTC 2021

Modified Files:
        src/sys/arch/x86/include [netbsd-9]: specialreg.h
        src/sys/arch/x86/x86 [netbsd-9]: identcpu.c
        src/sys/dev/nvmm/x86 [netbsd-9]: nvmm_x86.c
        src/sys/external/bsd/drm2/drm [netbsd-9]: drm_cache.c
        src/sys/external/bsd/drm2/include/asm [netbsd-9]: cpufeature.h
        src/usr.sbin/cpuctl/arch [netbsd-9]: i386.c

Log Message:
Pull up the following revisions, requested by msaitoh in ticket #1391:

        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.


To generate a diff of this commit:
cvs rdiff -u -r1.150.2.8 -r1.150.2.9 src/sys/arch/x86/include/specialreg.h
cvs rdiff -u -r1.93.2.3 -r1.93.2.4 src/sys/arch/x86/x86/identcpu.c
cvs rdiff -u -r1.7.4.6 -r1.7.4.7 src/sys/dev/nvmm/x86/nvmm_x86.c
cvs rdiff -u -r1.13 -r1.13.4.1 src/sys/external/bsd/drm2/drm/drm_cache.c
cvs rdiff -u -r1.4 -r1.4.8.1 \
    src/sys/external/bsd/drm2/include/asm/cpufeature.h
cvs rdiff -u -r1.104.2.7 -r1.104.2.8 src/usr.sbin/cpuctl/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to