summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2008-12-06 17:46:53 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2008-12-06 17:46:53 +0000
commitff900f7e9685bb482c1571f12d03b53e5961fc10 (patch)
treec613e7be235b55293f51d4b671aa916fe678f125
parent0e912d5a16a0d13d251682bd64ae855d04842db0 (diff)
not commited, i'm a retard
-rw-r--r--sys/arch/amd64/isa/isa_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/isa/isa_machdep.c b/sys/arch/amd64/isa/isa_machdep.c
index 60f70e1c934..552e540057b 100644
--- a/sys/arch/amd64/isa/isa_machdep.c
+++ b/sys/arch/amd64/isa/isa_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.c,v 1.15 2008/12/03 15:46:06 oga Exp $ */
+/* $OpenBSD: isa_machdep.c,v 1.16 2008/12/06 17:46:52 tedu Exp $ */
/* $NetBSD: isa_machdep.c,v 1.22 1997/06/12 23:57:32 thorpej Exp $ */
#define ISA_DMA_STATS
@@ -330,7 +330,7 @@ isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, int level,
KASSERT(pic);
return intr_establish(irq, pic, pin, type, level, ih_fun,
- ih_arg, ih_what);
+ ih_arg, ih_what, 0);
}
/*