From 3ef78bea45f12d7a2f9c3e6420524dc8f96af899 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 12 Dec 2005 18:25:48 +0000 Subject: Pass interrupt type and level in the correct order. ok drahn@, deraadt@ --- sys/arch/macppc/pci/pciide_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/macppc/pci/pciide_machdep.c b/sys/arch/macppc/pci/pciide_machdep.c index ae5a510d9c5..c5df5af5472 100644 --- a/sys/arch/macppc/pci/pciide_machdep.c +++ b/sys/arch/macppc/pci/pciide_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_machdep.c,v 1.3 2003/10/15 23:00:57 drahn Exp $ */ +/* $OpenBSD: pciide_machdep.c,v 1.4 2005/12/12 18:25:47 kettenis Exp $ */ /* $NetBSD: pciide_machdep.c,v 1.2 1999/02/19 18:01:27 mycroft Exp $ */ /* @@ -60,7 +60,8 @@ pciide_machdep_compat_intr_establish(struct device *dev, void *cookie; irq = PCIIDE_COMPAT_IRQ(chan); - cookie = mac_intr_establish(NULL, irq, IPL_BIO, IST_EDGE, func, arg, dev->dv_xname); + cookie = mac_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, + func, arg, dev->dv_xname); return (cookie); } -- cgit v1.2.3