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