Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc Tickets #1448 - #1452



details:   https://anonhg.NetBSD.org/src/rev/2769ab54e8c1
branches:  netbsd-8
changeset: 461219:2769ab54e8c1
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Nov 19 10:51:52 2019 +0000

description:
Tickets #1448 - #1452

diffstat:

 doc/CHANGES-8.2 |  48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 47 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r d0a05dc608f6 -r 2769ab54e8c1 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Tue Nov 19 10:50:25 2019 +0000
+++ b/doc/CHANGES-8.2   Tue Nov 19 10:51:52 2019 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index