Module Name:    src
Committed By:   jdolecek
Date:           Tue Nov 27 20:13:44 UTC 2018

Modified Files:
        src/share/man/man9: pci_msi.9

Log Message:
document pci_intr_alloc() with NULL now also trying MSI-X

note aarch64 support


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/pci_msi.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pci_msi.9
diff -u src/share/man/man9/pci_msi.9:1.16 src/share/man/man9/pci_msi.9:1.17
--- src/share/man/man9/pci_msi.9:1.16	Sat Sep 17 20:46:35 2016
+++ src/share/man/man9/pci_msi.9	Tue Nov 27 20:13:43 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_msi.9,v 1.16 2016/09/17 20:46:35 wiz Exp $
+.\" $NetBSD: pci_msi.9,v 1.17 2018/11/27 20:13:43 jdolecek Exp $
 .\"
 .\" Copyright (c) 2015 Internet Initiative Japan Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 17, 2016
+.Dd November 27, 2018
 .Dt PCI_MSI 9
 .Os
 .Sh NAME
@@ -275,8 +275,9 @@ in the following way:
 .Ed
 If the driver wants to allocate interrupts in the following way:
 .Bd -literal
+	1 MSI-X
 	1 MSI
-	INTx (if MSI allocation failed)
+	INTx (if MSI/MSI-X allocation failed)
 .Ed
 that is, general usage, the driver should call simply
 .Fn pci_intr_alloc
@@ -319,9 +320,10 @@ for others.
 support first appeared in
 .Nx 8.0 .
 Support is present on
-.Em i386
-and
+.Em i386 ,
 .Em amd64
+and
+.Em aarch64
 architectures.
 .Sh AUTHORS
 The

Reply via email to