diff options
Diffstat (limited to 'sys/dev/isa/ast.c')
-rw-r--r-- | sys/dev/isa/ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c index 9676c79d298..79bc9c7dc57 100644 --- a/sys/dev/isa/ast.c +++ b/sys/dev/isa/ast.c @@ -140,7 +140,7 @@ astattach(parent, self, aux) } sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_TTY, astintr, - sc); + sc, sc->sc_dev.dv_xname); } int |