Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/include One more fix for pci_intr_map() API c...
details: https://anonhg.NetBSD.org/src/rev/ab64a353dcce
branches: trunk
changeset: 503544:ab64a353dcce
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Feb 08 13:55:45 2001 +0000
description:
One more fix for pci_intr_map() API change.
diffstat:
sys/arch/arm32/include/pci_machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b6bd1ea8bdbd -r ab64a353dcce sys/arch/arm32/include/pci_machdep.h
--- a/sys/arch/arm32/include/pci_machdep.h Thu Feb 08 13:40:53 2001 +0000
+++ b/sys/arch/arm32/include/pci_machdep.h Thu Feb 08 13:55:45 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.6 2000/12/28 22:59:08 sommerfeld Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.7 2001/02/08 13:55:45 tsutsui Exp $ */
/*
* Modified for arm32 by Mark Brinicombe
@@ -63,7 +63,7 @@
void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t);
void *pc_intr_v;
- int (*pc_intr_map)(void *, pcitag_t, int, int,
+ int (*pc_intr_map)(struct pci_attach_args *,
pci_intr_handle_t *);
const char *(*pc_intr_string)(void *, pci_intr_handle_t);
const struct evcnt *(*pc_intr_evcnt)(void *, pci_intr_handle_t);
Home |
Main Index |
Thread Index |
Old Index