Module Name: src
Committed By: msaitoh
Date: Thu Aug 13 05:01:04 UTC 2015
Modified Files:
src/share/man/man9: pci_msi.9
Log Message:
Change pci_msi[x]_count()'s argument.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/pci_msi.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/pci_msi.9
diff -u src/share/man/man9/pci_msi.9:1.6 src/share/man/man9/pci_msi.9:1.7
--- src/share/man/man9/pci_msi.9:1.6 Fri Jul 24 07:40:58 2015
+++ src/share/man/man9/pci_msi.9 Thu Aug 13 05:01:04 2015
@@ -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"