Module Name: src
Committed By: martin
Date: Tue May 31 14:04:24 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1458
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-9.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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.97 src/doc/CHANGES-9.3:1.1.2.98
--- src/doc/CHANGES-9.3:1.1.2.97 Mon May 30 17:03:54 2022
+++ src/doc/CHANGES-9.3 Tue May 31 14:04:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.97 2022/05/30 17:03:54 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.98 2022/05/31 14:04:24 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1695,3 +1695,12 @@ sys/dev/pci/ixgbe/ixv.c 1.158,1.179-1
- Modify comment for consistency.
- Use cached rx_copy_len in ixgbe_rxeof().
[msaitoh, ticket #1457]
+
+sys/dev/pci/ixgbe/ixgbe.c 1.315
+sys/dev/pci/ixgbe/ixgbe.h 1.86
+sys/dev/pci/ixgbe/ixv.c 1.181
+
+ PR 56857: fix a bug that the legacy interrupt doesn't work when MSI-X
+ allocation failed.
+ [msaitoh, ticket #1458]
+