summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-06-25 21:40:21 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-06-25 21:40:21 +0000
commit7fbadbaeab83931593a477c887b14695c440bea3 (patch)
treeb73d83201e1bb7976460478211a74780ef420e57
parent44db2cf96656f70281f678f2cf4042112ca75711 (diff)
Add disestablish routine for compat PCIIDE interrupts
-rw-r--r--sys/dev/pci/pciidevar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pciidevar.h b/sys/dev/pci/pciidevar.h
index 0f637e7ca2e..5a454786193 100644
--- a/sys/dev/pci/pciidevar.h
+++ b/sys/dev/pci/pciidevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciidevar.h,v 1.3 2001/04/04 07:02:55 csapuntz Exp $ */
+/* $OpenBSD: pciidevar.h,v 1.4 2001/06/25 21:40:20 csapuntz Exp $ */
/* $NetBSD: pciidevar.h,v 1.6 2001/01/12 16:04:00 bouyer Exp $ */
/*
@@ -46,3 +46,5 @@ struct device;
/* Attach compat interrupt handler, returning handle or NULL if failed. */
void *pciide_machdep_compat_intr_establish __P((struct device *,
struct pci_attach_args *, int, int (*)(void *), void *));
+void pciide_machdep_compat_intr_disestablish __P((pci_chipset_tag_t pc,
+ void *));