Module Name:    src
Committed By:   martin
Date:           Mon Jan 31 17:59:41 UTC 2022

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.3

Log Message:
Tickets #1730 - #1733


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.118 -r1.1.2.119 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.118 src/doc/CHANGES-8.3:1.1.2.119
--- src/doc/CHANGES-8.3:1.1.2.118	Sun Jan 30 16:08:14 2022
+++ src/doc/CHANGES-8.3	Mon Jan 31 17:59:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.118 2022/01/30 16:08:14 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.119 2022/01/31 17:59:40 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -2479,3 +2479,50 @@ sys/dev/pci/ixgbe/ixv.c				1.170, 1.174-
 	- Whitespace fix.
 	[msaitoh, ticket #1729]
 
+sys/dev/pci/ixgbe/if_sriov.c			1.17
+sys/dev/pci/ixgbe/ixgbe.c			1.301
+sys/dev/pci/ixgbe/ixgbe_82599.c			1.29
+sys/dev/pci/ixgbe/ixgbe_mbx.c			1.16
+sys/dev/pci/ixgbe/ixgbe_mbx.c			1.17
+sys/dev/pci/ixgbe/ixgbe_mbx.c			1.18
+sys/dev/pci/ixgbe/ixgbe_mbx.h			1.19
+sys/dev/pci/ixgbe/ixgbe_type.h			1.55
+sys/dev/pci/ixgbe/ixgbe_vf.c			1.31
+sys/dev/pci/ixgbe/ixgbe_x540.c			1.23
+sys/dev/pci/ixgbe/ixv.c				1.172
+sys/dev/pci/ixgbe/ixv.c				1.173
+
+	Add code to support mailbox API 1.5.
+	[msaitoh, ticket #1730]
+
+sys/arch/x86/include/specialreg.h		1.179-1.188 (patch)
+
+	- Add CPUID definitions of Last Branch Record, Thread Director,
+	  AVX version of VNNI, Fast short REP MOV, HRESET, PPIN, Architectural
+	  LBR, Linear Address Masking and Hybrid Information from the latest
+	  Intel SDM.
+	- Add CPUID definitions of AddrMaskExt, INT_WBINVD, IbrsSameMode,
+	  EferLmsleUnsupported, PSFD and SecureTSC from AMD APM.
+	- Print CLFSH instead of CLFLUSH because both Intel and AMD documents
+	  say so.
+	- Modify comment. Add comment. Fix typo. Use __BIT(). KNF. Sort lines.
+	  No functional change.
+	[msaitoh, ticket #1731]
+
+usr.sbin/cpuctl/arch/i386.c			1.125-1.127
+
+	- Add Alder Lake, Rocket Lake and Sapphire Rapids.
+	- Decode Intel Hybrid Information Enumeration (CPUID Fn0000_001a).
+	- Remove debug code and simplify. No functional change.
+	[msaitoh, ticket #1732]
+
+sys/arch/x86/x86/procfs_machdep.c		1.43-1.44
+
+	- The CPUID table 11 was changed from CPUID 0x0f leaf 0 %edx to a Linux
+	  mapping.
+	- The CPUID table 12 was changed from CPUID 0x0f leaf 1 %edx to CPUID
+	  0x07 leaf 1 %eax. Print avx_vnni and avx512_bf16.
+	- Print cppc, enqcmd and arch_lbr.
+	- Modify linux mapping. Not used on NetBSD.
+	[msaitoh, ticket #1733]
+

Reply via email to