Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 fix pic_intr_string prototype
details: https://anonhg.NetBSD.org/src/rev/3af4598bda8b
branches: trunk
changeset: 328267:3af4598bda8b
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 30 00:18:09 2014 +0000
description:
fix pic_intr_string prototype
diffstat:
share/man/man9/pci_intr.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4b7f5bc26c9a -r 3af4598bda8b share/man/man9/pci_intr.9
--- a/share/man/man9/pci_intr.9 Sun Mar 30 00:13:59 2014 +0000
+++ b/share/man/man9/pci_intr.9 Sun Mar 30 00:18:09 2014 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index