summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/pci_eb164.c
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-06-25 22:02:09 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-06-25 22:02:09 +0000
commite8eb0aad27ad5f0628099942c10e14d7463b7a0c (patch)
treedc1820245501eb5b553e688316d23a0a7b648de1 /sys/arch/alpha/pci/pci_eb164.c
parent19c2f497730f6cff63712e6d130efb0aa4b4337b (diff)
Fix earlier commit of pciide disestablish
Diffstat (limited to 'sys/arch/alpha/pci/pci_eb164.c')
-rw-r--r--sys/arch/alpha/pci/pci_eb164.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/alpha/pci/pci_eb164.c b/sys/arch/alpha/pci/pci_eb164.c
index 09771e8e562..8cfd57180a0 100644
--- a/sys/arch/alpha/pci/pci_eb164.c
+++ b/sys/arch/alpha/pci/pci_eb164.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_eb164.c,v 1.7 2001/06/25 21:49:42 csapuntz Exp $ */
+/* $OpenBSD: pci_eb164.c,v 1.8 2001/06/25 22:02:08 csapuntz Exp $ */
/* $NetBSD: pci_eb164.c,v 1.27 2000/06/06 00:50:15 thorpej Exp $ */
/*-
@@ -105,8 +105,7 @@ void dec_eb164_intr_disestablish __P((void *, void *));
void *dec_eb164_pciide_compat_intr_establish __P((void *, struct device *,
struct pci_attach_args *, int, int (*)(void *), void *));
-void dec_eb164_pciide_compat_intr_disestablish __P((void *,
- pci_chipset_tag_t, void *));
+void dec_eb164_pciide_compat_intr_disestablish __P((void *, void *));
#define EB164_SIO_IRQ 4
#define EB164_MAX_IRQ 24
@@ -337,8 +336,7 @@ dec_eb164_pciide_compat_intr_establish(v, dev, pa, chan, func, arg)
}
void
-dec_eb164_pciide_compat_intr_disestablish(void *v, pci_chipset_tag_t pc,
- void *cookie)
+dec_eb164_pciide_compat_intr_disestablish(void *v, void *cookie)
{
sio_intr_disestablish(NULL, cookie);
}