Module Name: src
Committed By: christos
Date: Sun Mar 30 00:18:09 UTC 2014
Modified Files:
src/share/man/man9: pci_intr.9
Log Message:
fix pic_intr_string prototype
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pci_intr.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_intr.9
diff -u src/share/man/man9/pci_intr.9:1.15 src/share/man/man9/pci_intr.9:1.16
--- src/share/man/man9/pci_intr.9:1.15 Tue Apr 5 10:57:33 2011
+++ src/share/man/man9/pci_intr.9 Sat Mar 29 20:18:09 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci_intr.9,v 1.15 2011/04/05 14:57:33 dyoung Exp $
+.\" $NetBSD: pci_intr.9,v 1.16 2014/03/30 00:18:09 christos Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 5, 2011
+.Dd March 29, 2014
.Dt PCI_INTR 9
.Os
.Sh NAME
@@ -42,7 +42,7 @@
.Ft int
.Fn pci_intr_map "const struct pci_attach_args *pa" "pci_intr_handle_t *ih"
.Ft const char *
-.Fn pci_intr_string "pci_chipset_t *pc" "pci_intr_handle_t ih"
+.Fn pci_intr_string "pci_chipset_t *pc" "pci_intr_handle_t ih" "char *buf" "size_t len"
.Ft void *
.Fn pci_intr_establish "pci_chipset_t *pc" "pci_intr_handle_t ih" \
"int ipl" "int (*intrhand)(void *)" "void *intrarg"