From 2feaa027774699fb18d01296a592b69b6338d030 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 12 Mar 2006 01:38:35 +0000 Subject: IPL_IMP -> IPL_VM --- sys/dev/isa/i82365_isasubr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa') diff --git a/sys/dev/isa/i82365_isasubr.c b/sys/dev/isa/i82365_isasubr.c index 45c1709e5e5..f796d527ce9 100644 --- a/sys/dev/isa/i82365_isasubr.c +++ b/sys/dev/isa/i82365_isasubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365_isasubr.c,v 1.20 2005/01/27 17:03:23 millert Exp $ */ +/* $OpenBSD: i82365_isasubr.c,v 1.21 2006/03/12 01:38:34 brad Exp $ */ /* $NetBSD: i82365_isasubr.c,v 1.1 1998/06/07 18:28:31 sommerfe Exp $ */ /* @@ -312,7 +312,7 @@ pcic_intr_find(sc, ist) * change interrupt) we need to do * higher. */ - ih = isa_intr_establish(ic, irq, ist, IPL_IMP, + ih = isa_intr_establish(ic, irq, ist, IPL_VM, pcic_intr_probe, 0, NULL); if (ih == NULL) continue; -- cgit v1.2.3