summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/pciide_machdep.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-09-19 11:06:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-09-19 11:06:35 +0000
commit2078fbbd47b08a5774bffd41e6b5e9413a9488ed (patch)
treee09093ee0f315bc4d3b4d1b05ad3c19479609f9c /sys/arch/i386/pci/pciide_machdep.c
parente41bf5c8cdf2b61b2e1f94e5dc2141160127d9ed (diff)
ansi/deregister
Diffstat (limited to 'sys/arch/i386/pci/pciide_machdep.c')
-rw-r--r--sys/arch/i386/pci/pciide_machdep.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/i386/pci/pciide_machdep.c b/sys/arch/i386/pci/pciide_machdep.c
index 072d7b6ba1f..6efa9eae90b 100644
--- a/sys/arch/i386/pci/pciide_machdep.c
+++ b/sys/arch/i386/pci/pciide_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide_machdep.c,v 1.5 2002/03/14 01:26:33 millert Exp $ */
+/* $OpenBSD: pciide_machdep.c,v 1.6 2006/09/19 11:06:34 jsg Exp $ */
/* $NetBSD: pciide_machdep.c,v 1.2 1999/02/19 18:01:27 mycroft Exp $ */
/*
@@ -53,12 +53,8 @@
#include <dev/isa/isavar.h>
void *
-pciide_machdep_compat_intr_establish(dev, pa, chan, func, arg)
- struct device *dev;
- struct pci_attach_args *pa;
- int chan;
- int (*func)(void *);
- void *arg;
+pciide_machdep_compat_intr_establish(struct device *dev,
+ struct pci_attach_args *pa, int chan, int (*func)(void *), void *arg)
{
int irq;
void *cookie;