Module Name: src
Committed By: martin
Date: Tue Nov 19 10:51:52 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1448 - #1452
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-8.2
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.2
diff -u src/doc/CHANGES-8.2:1.1.2.67 src/doc/CHANGES-8.2:1.1.2.68
--- src/doc/CHANGES-8.2:1.1.2.67 Mon Nov 18 19:29:27 2019
+++ src/doc/CHANGES-8.2 Tue Nov 19 10:51:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.67 2019/11/18 19:29:27 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.68 2019/11/19 10:51:52 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1612,3 +1612,49 @@ sys/dev/hyperv/if_hvn.c 1.7
Fixed incorrect m_defrag return value check.
[nonaka, ticket #1447]
+sys/dev/pci/pcidevs 1.1384-1.1391
+sys/dev/pci/pcidevs.h regen
+sys/dev/pci/pcidevs_data.h regen
+
+ - Add micron/crucial SM2263 NVMe.
+ - Add some device found on ASUS X570-P with Ryzen 3200G CPU.
+ - Spell it "PCIe' when using the name.
+ - Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex
+ - Modify Attansic Ethernet devices' description to clarify.
+ - Add Killer E2400 and E2500.
+ - Spell "controller" correctly.
+ - Add Realtek RTL8125.
+ - Update Intel's NVMe SSDs.
+ - Add Intel Apollo Lake TXE HECI.
+ - Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.
+ [msaitoh, ticket #1448]
+
+sys/dev/pci/if_re_pci.c 1.50
+share/man/man4/re.4 1.17-1.18
+
+ Add D-Link DGE-530T Rev. C,D and TP-Link TG-3468 v2,v3.
+ Add note about UDP checksum offload feature to the document.
+ [msaitoh, ticket #1449]
+
+sys/arch/x86/include/specialreg.h 1.158
+usr.sbin/cpuctl/arch/i386.c 1.108
+
+ Add the following bit definitions from the latest Intel SDM:
+ - CET shadow stack
+ - Fast Short REP MOV
+ - Hybrid part
+ - CET Indirect Branch Tracking
+ 0x7d and 0x7e are for 10th generation Core (Ice Lake).
+ [msaitoh, ticket #1450]
+
+sys/dev/pci/ixgbe/ixgbe.c 1.216
+sys/dev/pci/ixgbe/ixv.c 1.141
+
+ Print MAC address.
+ [msaitoh, ticket #1451]
+
+sys/kern/sys_ptrace_common.c 1.72
+
+ ptrace(2): fix PIOD_READ_AUXV for COMPAT_NETBSD32.
+ [rin, ticket #1452]
+