Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 04:04:34 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r252088 - stable/8/share/man/man9
Message-ID:  <201306220404.r5M44YI4067853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220404.r5M44YI4067853>