svn commit: r252087 - stable/9/share/man/man9
Mark Johnston
markj at FreeBSD.org
Sat Jun 22 04:03:58 UTC 2013
Author: markj
Date: Sat Jun 22 04:03:57 2013
New Revision: 252087
URL: http://svnweb.freebsd.org/changeset/base/252087
Log:
MFC r251723:
The functions are called pci_{msi,msix}_count(), not pci_count_{msi,msix}().
Modified:
stable/9/share/man/man9/pci.9
Directory Properties:
stable/9/share/man/man9/ (props changed)
Modified: stable/9/share/man/man9/pci.9
==============================================================================
--- stable/9/share/man/man9/pci.9 Sat Jun 22 03:54:17 2013 (r252086)
+++ stable/9/share/man/man9/pci.9 Sat Jun 22 04:03:57 2013 (r252087)
@@ -436,13 +436,13 @@ A driver is only allowed to use either M
but not both.
.Pp
The
-.Fn pci_count_msi
+.Fn pci_msi_count
function returns the maximum number of MSI messages supported by the
device
.Fa dev .
If the device does not support MSI,
then
-.Fn pci_count_msi
+.Fn pci_msi_count
returns zero.
.Pp
The
@@ -489,13 +489,13 @@ The
function returns zero on success and an error on failure.
.Pp
The
-.Fn pci_count_msix
+.Fn pci_msix_count
function returns the maximum number of MSI-X messages supported by the
device
.Fa dev .
If the device does not support MSI-X,
then
-.Fn pci_count_msix
+.Fn pci_msix_count
returns zero.
.Pp
The
More information about the svn-src-stable-9
mailing list