Module Name: src
Committed By: martin
Date: Sat Nov 20 15:22:36 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1707 and #1708
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.108 -r1.1.2.109 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.108 src/doc/CHANGES-8.3:1.1.2.109
--- src/doc/CHANGES-8.3:1.1.2.108 Sun Oct 31 14:49:33 2021
+++ src/doc/CHANGES-8.3 Sat Nov 20 15:22:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.108 2021/10/31 14:49:33 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.109 2021/11/20 15:22:35 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2193,3 +2193,25 @@ lib/libcrypt/crypt-sha1.c 1.10
iterations are specified.
[nia, ticket #1705]
+sys/dev/pci/if_wm.c 1.716-1.718 via patch
+sys/dev/pci/if_wmreg.h 1.121
+sys/dev/mii/ihphy.c 1.20
+
+ - Fix a bug that device timeout still happens when the link is down
+ on ICH/PCH. Fixes PR kern/56478.
+ - Add some sysctl info for debugging.
+ - ihphy(4): Don't power down the PHY when the interface goes down.
+ - Use macro. Fix comment.
+ [msaitoh, ticket #1707]
+
+sys/dev/pci/ixgbe/ixgbe.h 1.81-1.83
+sys/dev/pci/ixgbe/ixgbe.c 1.291-1.292 via patch
+sys/dev/pci/ixgbe/ixgbe_type.h 1.50
+sys/dev/pci/ixgbe/ixv.c 1.167-1.168 via patch
+sys/dev/pci/ixgbe/ix_txrx.c 1.94
+
+ - Fix a bug that a near 64KB TSO segment can't send.
+ - Reduce bus_dmamap_sync() cost.
+ - Use macro. Fix typos in comment.
+ [msaitoh, ticket #1708]
+