svn commit: r251723 - head/share/man/man9

Mark Johnston markj at FreeBSD.org
Fri Jun 14 01:13:00 UTC 2013


Author: markj
Date: Fri Jun 14 01:12:59 2013
New Revision: 251723
URL: http://svnweb.freebsd.org/changeset/base/251723

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

Modified:
  head/share/man/man9/pci.9

Modified: head/share/man/man9/pci.9
==============================================================================
--- head/share/man/man9/pci.9	Fri Jun 14 00:33:55 2013	(r251722)
+++ head/share/man/man9/pci.9	Fri Jun 14 01:12:59 2013	(r251723)
@@ -485,13 +485,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
@@ -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


More information about the svn-src-all mailing list