diff options
Diffstat (limited to 'sys/dev/isa/com.c')
-rw-r--r-- | sys/dev/isa/com.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c index 52b8dfc06fb..da385681114 100644 --- a/sys/dev/isa/com.c +++ b/sys/dev/isa/com.c @@ -223,8 +223,8 @@ comattach(parent, self, aux) outb(iobase + com_mcr, 0); if (ia->ia_irq != IRQUNK) - sc->sc_ih = isa_intr_establish(ia->ia_irq, ISA_IST_EDGE, - ISA_IPL_TTY, comintr, sc); + sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_TTY, + comintr, sc); #ifdef KGDB if (kgdb_dev == makedev(commajor, unit)) { |