svn commit: r252088 - stable/8/share/man/man9

Mark Johnston markj at FreeBSD.org
Sat Jun 22 04:04:34 UTC 2013


Author: markj
Date: Sat Jun 22 04:04:34 2013
New Revision: 252088
URL: http://svnweb.freebsd.org/changeset/base/252088

Log:
  MFC r251723:
  The functions are called pci_{msi,msix}_count(), not pci_count_{msi,msix}().

Modified:
  stable/8/share/man/man9/pci.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/pci.9
==============================================================================
--- stable/8/share/man/man9/pci.9	Sat Jun 22 04:03:57 2013	(r252087)
+++ stable/8/share/man/man9/pci.9	Sat Jun 22 04:04:34 2013	(r252088)
@@ -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-8 mailing list