Module Name: src
Committed By: snj
Date: Thu Sep 29 14:43:06 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
1767, 1768
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.152 -r1.1.2.153 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.152 src/doc/CHANGES-8.3:1.1.2.153
--- src/doc/CHANGES-8.3:1.1.2.152 Fri Sep 16 18:40:23 2022
+++ src/doc/CHANGES-8.3 Thu Sep 29 14:43:06 2022
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.152 2022/09/16 18:40:23 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.153 2022/09/29 14:43:06 snj Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2861,3 +2861,15 @@ sys/arch/x86/x86/procfs_machdep.c 1.45
and amx_int8.
[msaitoh, ticket #1766]
+sys/dev/pci/mpii.c patch
+
+ mpii(4): Convert from pci_intr_map() to pci_intr_alloc(); makes
+ the driver use MSI/MSI-x when available.
+ [bouyer, ticket #1767]
+
+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 #1768]
+