summaryrefslogtreecommitdiff
path: root/sys/dev/isa/lpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/lpt.c')
-rw-r--r--sys/dev/isa/lpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/lpt.c b/sys/dev/isa/lpt.c
index aee3a5be153..ffe91a14127 100644
--- a/sys/dev/isa/lpt.c
+++ b/sys/dev/isa/lpt.c
@@ -238,8 +238,8 @@ lptattach(parent, self, aux)
outb(iobase + lpt_control, LPC_NINIT);
if (ia->ia_irq != IRQUNK)
- sc->sc_ih = isa_intr_establish(ia->ia_irq, ISA_IST_EDGE,
- ISA_IPL_NONE, lptintr, sc);
+ sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_NONE,
+ lptintr, sc);
}
/*