Module Name: src
Committed By: martin
Date: Tue May 31 14:08:47 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1745
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.131 -r1.1.2.132 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.131 src/doc/CHANGES-8.3:1.1.2.132
--- src/doc/CHANGES-8.3:1.1.2.131 Mon May 30 17:08:06 2022
+++ src/doc/CHANGES-8.3 Tue May 31 14:08:47 2022
@@ -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 @@ sys/dev/pci/ixgbe/ixv.c 1.179-1.180 v
- 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]
+