summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2013-06-14 01:12:59 +0000
committermarkj <markj@FreeBSD.org>2013-06-14 01:12:59 +0000
commit248fad72209b1013803c0126070b82b591a6ebba (patch)
tree881280ee0c3f5fd1827e6adc40c6b9090651278b /share
parent10fa07d0e379817b036ec611dc9106a0892be16c (diff)
downloadFreeBSD-src-248fad72209b1013803c0126070b82b591a6ebba.zip
FreeBSD-src-248fad72209b1013803c0126070b82b591a6ebba.tar.gz
The functions are called pci_{msi,msix}_count(), not pci_count_{msi,msix}().
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pci.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9
index adc78b5..28bae85 100644
--- a/share/man/man9/pci.9
+++ b/share/man/man9/pci.9
@@ -485,13 +485,13 @@ A driver is only allowed to use either MSI or MSI-X,
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
@@ -538,13 +538,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
OpenPOWER on IntegriCloud