summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-02-01 11:42:18 +0000
committermartin <martin@NetBSD.org>2022-02-01 11:42:18 +0000
commitbd883541626859e8d9570d45681ce9de4e2497ce (patch)
treeabe1f261e783c6d97ef343d9bdc96052e4251c95 /doc
parenta1e851045f36289f9e1334f3cf33b7271c78401d (diff)
Tickets #1420 and #1421
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-9.319
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 7e2c93807cf..232285c7815 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.70 2022/01/31 17:56:28 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.71 2022/02/01 11:42:18 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1382,3 +1382,20 @@ sys/arch/x86/x86/procfs_machdep.c 1.43-1.44
- Modify linux mapping. Not used on NetBSD.
[msaitoh, ticket #1419]
+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 #1420]
+
+sys/dev/scsipi/cd.c 1.351
+
+ PR 56109: limit the buffer size for a device capabilities requests.
+ [reinoud, ticket #1421]
+