Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1707 and #1708
details: https://anonhg.NetBSD.org/src/rev/1d7d05ae204a
branches: netbsd-8
changeset: 1026371:1d7d05ae204a
user: martin <martin%NetBSD.org@localhost>
date: Sat Nov 20 15:22:35 2021 +0000
description:
Tickets #1707 and #1708
diffstat:
doc/CHANGES-8.3 | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 7fc5f900c760 -r 1d7d05ae204a doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Sat Nov 20 15:21:31 2021 +0000
+++ b/doc/CHANGES-8.3 Sat Nov 20 15:22:35 2021 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index