diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-06-25 21:40:21 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2001-06-25 21:40:21 +0000 |
commit | 7fbadbaeab83931593a477c887b14695c440bea3 (patch) | |
tree | b73d83201e1bb7976460478211a74780ef420e57 /sys/dev/pci | |
parent | 44db2cf96656f70281f678f2cf4042112ca75711 (diff) |
Add disestablish routine for compat PCIIDE interrupts
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pciidevar.h | 4 |
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 *)); |