Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Ticket #1457



details:   https://anonhg.NetBSD.org/src/rev/f89f4ec9eb1e
branches:  netbsd-9
changeset: 366560:f89f4ec9eb1e
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 30 17:03:54 2022 +0000

description:
Ticket #1457

diffstat:

 doc/CHANGES-9.3 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r ad8d938229e5 -r f89f4ec9eb1e doc/CHANGES-9.3
--- a/doc/CHANGES-9.3   Mon May 30 17:01:06 2022 +0000
+++ b/doc/CHANGES-9.3   Mon May 30 17:03:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.96 2022/05/19 16:25:11 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.97 2022/05/30 17:03:54 martin Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -1674,3 +1674,24 @@
        PR 56848: improve handling of bge(4) chips with ASF/IPMI firmware.
        [buhrow, ticket #1456]
 
+sys/dev/pci/ixgbe/ixgbe.c                      1.270,1.280,1.307-1.311,
+                                               1.313-1.314 via patch
+sys/dev/pci/ixgbe/ix_txrx.c                    1.96-1.97
+sys/dev/pci/ixgbe/ixv.c                                1.158,1.179-1.180 via patch
+
+
+       - ixg(4): Print Printed Board Assembly (PBA) number.
+       - ixg(4): Add IFF_RUNNING check in ixgbe_legacy_irq() again. this might
+         fix small race but it's not so dangerous.
+       - Add value check for {tx,rx}_process_limit sysctl to avoid setting
+         wrong value.
+       - Add missing num_tx_desc sysctl.
+       - No functional change:
+         - KNF a bit.
+         - Simplify setting of EIAC register.
+         - Move the definition of eicr_mask variable.
+         - Enclose flow director stuff in ixgbe_intr_admin_common() with
+           IXGBE_FIR which is not defined in NetBSD.
+         - Modify comment for consistency.
+         - Use cached rx_copy_len in ixgbe_rxeof().
+       [msaitoh, ticket #1457]



Home | Main Index | Thread Index | Old Index