Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Change pci_msi[x]_count()'s argument.



details:   https://anonhg.NetBSD.org/src/rev/5667e003ecac
branches:  trunk
changeset: 339842:5667e003ecac
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Aug 13 05:01:04 2015 +0000

description:
Change pci_msi[x]_count()'s argument.

diffstat:

 share/man/man9/pci_msi.9 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 69e4970eef01 -r 5667e003ecac share/man/man9/pci_msi.9
--- a/share/man/man9/pci_msi.9  Thu Aug 13 04:58:03 2015 +0000
+++ b/share/man/man9/pci_msi.9  Thu Aug 13 05:01:04 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_msi.9,v 1.6 2015/07/24 07:40:58 knakahara Exp $
+.\" $NetBSD: pci_msi.9,v 1.7 2015/08/13 05:01:04 msaitoh Exp $
 .\"
 .\" Copyright (c) 2015 Internet Initiative Japan Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 15, 2015
+.Dd August 13, 2015
 .Dt PCI_MSI 9
 .Os
 .Sh NAME
@@ -44,7 +44,8 @@
 .Nd PCI MSI{,-X} manipulation functions
 .Sh SYNOPSIS
 .Ft int
-.Fn pci_msi_count "struct pci_attach_args *pa"
+.Fn pci_msi_count "pci_chipset_tag_t pc" \
+"pcitag_t tag"
 .Ft int
 .Fn pci_msi_alloc  "struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int *count"
@@ -52,7 +53,8 @@
 .Fn pci_msi_alloc_exect "struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int count"
 .Ft int
-.Fn pci_msix_count "struct pci_attach_args *pa"
+.Fn pci_msix_count "pci_chipset_tag_t pc" \
+"pcitag_t tag"
 .Ft int
 .Fn pci_msix_alloc  "struct pci_attach_args *pa" \
 "pci_intr_handle_t **ihps" "int *count"



Home | Main Index | Thread Index | Old Index