diff options
Diffstat (limited to 'sys/dev/isa/boca.c')
-rw-r--r-- | sys/dev/isa/boca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/boca.c b/sys/dev/isa/boca.c index 796fe0d3771..350bde475ca 100644 --- a/sys/dev/isa/boca.c +++ b/sys/dev/isa/boca.c @@ -134,8 +134,8 @@ bocaattach(parent, self, aux) } } - sc->sc_ih = isa_intr_establish(ia->ia_irq, ISA_IST_EDGE, ISA_IPL_TTY, - bocaintr, sc); + sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_TTY, bocaintr, + sc); } int |