Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Ticket #1734
details: https://anonhg.NetBSD.org/src/rev/6a8d4dffc035
branches: netbsd-8
changeset: 359946:6a8d4dffc035
user: martin <martin%NetBSD.org@localhost>
date: Tue Feb 01 11:40:02 2022 +0000
description:
Ticket #1734
diffstat:
doc/CHANGES-8.3 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 1e1eaa557392 -r 6a8d4dffc035 doc/CHANGES-8.3
--- a/doc/CHANGES-8.3 Tue Feb 01 11:38:29 2022 +0000
+++ b/doc/CHANGES-8.3 Tue Feb 01 11:40:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.119 2022/01/31 17:59:40 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.120 2022/02/01 11:40:02 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2526,3 +2526,15 @@
- Modify linux mapping. Not used on NetBSD.
[msaitoh, ticket #1733]
+sys/dev/pci/ixgbe/ixgbe.c 1.264,1.269,1.272,
+ 1.306 via patch
+
+ Four INTx related fixes:
+ - Fix a bug that the all interrupt sources are enabled when the
+ interface is UP and the INTx line is shared with other devices.
+ - Fix a bug that it might incorrectly enable interrupt when
+ IFF_RUNNING is not set.
+ - Don't process TX/RX if a queue interrupt isn't occurred.
+ - Increment legacy interrupt counter after checking INTx sharing.
+ [msaitoh, ticket #1734]
+
Home |
Main Index |
Thread Index |
Old Index