summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/dma.c')
-rw-r--r--sys/arch/hp300/dev/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/dma.c b/sys/arch/hp300/dev/dma.c
index ec2bca48bd5..4a3ff45eb9e 100644
--- a/sys/arch/hp300/dev/dma.c
+++ b/sys/arch/hp300/dev/dma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dma.c,v 1.17 2005/11/17 23:56:02 miod Exp $ */
+/* $OpenBSD: dma.c,v 1.18 2007/11/09 17:46:00 miod Exp $ */
/* $NetBSD: dma.c,v 1.19 1997/05/05 21:02:39 thorpej Exp $ */
/*
@@ -209,7 +209,7 @@ dmacomputeipl()
* Our interrupt level must be as high as the highest
* device using DMA (i.e. splbio).
*/
- sc->sc_isr.isr_ipl = PSLTOIPL(hp300_bioipl);
+ sc->sc_isr.isr_ipl = PSLTOIPL(hp300_varpsl[IPL_BIO]);
sc->sc_isr.isr_func = dmaintr;
intr_establish(&sc->sc_isr, "dma");