summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-03-12 01:38:35 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-03-12 01:38:35 +0000
commit2feaa027774699fb18d01296a592b69b6338d030 (patch)
tree56159a1f08c56de4478d5845cc51be2d27bedd9b /sys/dev/isa
parentbce2ca6dc72cd717d7b2632cddf4e6d9d03a6a7e (diff)
IPL_IMP -> IPL_VM
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/i82365_isasubr.c4
1 files changed, 2 insertions, 2 deletions
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;