Module Name: src
Committed By: martin
Date: Thu Sep 29 18:27:42 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1534
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-9.4
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.4
diff -u src/doc/CHANGES-9.4:1.1.2.20 src/doc/CHANGES-9.4:1.1.2.21
--- src/doc/CHANGES-9.4:1.1.2.20 Sat Sep 24 08:11:46 2022
+++ src/doc/CHANGES-9.4 Thu Sep 29 18:27:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.20 2022/09/24 08:11:46 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.21 2022/09/29 18:27:41 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -292,3 +292,9 @@ sys/arch/arm/sunxi/sunxi_can.c 1.10,1.
receive overrun, and improve receive overrun recovery.
[bouyer, ticket #1533]
+sys/dev/pci/mfii.c 1.28
+
+ mfii(4): Convert from pci_intr_map() to pci_intr_alloc(); makes
+ the driver use MSI/MSI-x when available.
+ [bouyer, ticket #1534]
+