Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Ticket #1746
details: https://anonhg.NetBSD.org/src/rev/ac8260a5ccdb
branches: netbsd-8
changeset: 366633:ac8260a5ccdb
user: martin <martin%NetBSD.org@localhost>
date: Fri Jun 03 12:33:11 2022 +0000
description:
Ticket #1746
diffstat:
doc/CHANGES-8.3 | 33 ++++++++++++++++++++++++++++++++-
1 files changed, 32 insertions(+), 1 deletions(-)
diffs (44 lines):
diff -r 1914fb775461 -r ac8260a5ccdb doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Fri Jun 03 12:31:09 2022 +0000
+++ b/doc/CHANGES-8.3 Fri Jun 03 12:33:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.132 2022/05/31 14:08:47 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.133 2022/06/03 12:33:11 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2643,3 +2643,34 @@
allocation failed.
[msaitoh, ticket #1745]
+sys/dev/pci/ixgbe/ix_txrx.c 1.95
+sys/dev/pci/ixgbe/ixgbe.c 1.261,1.263,1.265-1.268,1.273,
+ 1.275-1.277,1.305,1.312,
+ 1.316-1.321 via patch
+sys/dev/pci/ixgbe/ixgbe.h 1.85 via patch
+sys/dev/pci/ixgbe/ixgbe_mbx.c 1.19
+sys/dev/pci/ixgbe/ixgbe_netbsd.h 1.15-1.16
+sys/dev/pci/ixgbe/ixgbe_type.h 1.46-1.47
+sys/dev/pci/ixgbe/ixgbe_x550.c 1.26
+sys/dev/pci/ixgbe/ixv.c 1.178,1.182 via patch
+
+ - Reduce code duplication between ixgbe_msix_admin() and
+ ixgbe_legacy_irq().
+ - Add missing code which was not in ixgbe_msix_admin() from
+ ixgbe_legacy_irq() and vice versa.
+ - Reorder code.
+ - Disable/enable the OTHER interrupts correctly.
+ - Don't return in the middle of ixgbe_msix_admin() when an flow
+ director reinit failed. NetBSD currently doesn't support flow
+ director, so this is not a real bug.
+ - Print ECC, PHY and temp error log using with ratecheck().
+ - Correctly re-enable queue interrupt in ixgbe_legacy_irq().
+ - Correctly enter the recovery mode.
+ - No functional change:
+ - Add some debug printf()s.
+ - Don't use "more" flag for simplify.
+ - Use macro.
+ - Fix typos in comment.
+ - KNF.
+ [msaitoh, ticket #1746]
+
Home |
Main Index |
Thread Index |
Old Index