Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Ticket #1745



details:   https://anonhg.NetBSD.org/src/rev/211b78891aa7
branches:  netbsd-8
changeset: 366586:211b78891aa7
user:      martin <martin%NetBSD.org@localhost>
date:      Tue May 31 14:08:47 2022 +0000

description:
Ticket #1745

diffstat:

 doc/CHANGES-8.3 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 42a13a61def9 -r 211b78891aa7 doc/CHANGES-8.3
--- a/doc/CHANGES-8.3   Tue May 31 14:07:51 2022 +0000
+++ b/doc/CHANGES-8.3   Tue May 31 14:08:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.131 2022/05/30 17:08:06 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.132 2022/05/31 14:08:47 martin Exp $
 
 A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
 release:
@@ -2632,3 +2632,14 @@
          - Use cached rx_copy_len in ixgbe_rxeof().
        [msaitoh, ticket #1744]
 
+sys/dev/pci/ixgbe/ix_txrx.c                    1.98
+sys/dev/pci/ixgbe/ixgbe.c                      1.315
+sys/dev/pci/ixgbe/ixgbe.h                      1.86
+sys/dev/pci/ixgbe/ixv.c                                1.181
+
+       ixg(4): bus_dmamem_unmap() before bus_dmamem_free(), otherwise we
+       may give back memory which is still (and will stay) mapped.
+       PR 56857: fix a bug that the legacy interrupt doesn't work when MSI-X
+       allocation failed.
+       [msaitoh, ticket #1745]
+



Home | Main Index | Thread Index | Old Index