diff options
| author | Paolo Pisati <piso@FreeBSD.org> | 2007-02-23 20:11:27 +0000 |
|---|---|---|
| committer | Paolo Pisati <piso@FreeBSD.org> | 2007-02-23 20:11:27 +0000 |
| commit | e251ed48e90b92417d225b97feb9d5317c80931b (patch) | |
| tree | c17efa177b772db367b26d2c50db8d38f31df4e3 /sys/pc98 | |
| parent | 860d8e2312fd242c9dd3eec4eef80b6f1a075fde (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/olpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index f3e5b9ac08c2..f0d0da7e3e98 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -348,7 +348,7 @@ lpt_attach(device_t dev) sc->res_port); return ENXIO; } - if (bus_setup_intr(dev, sc->res_irq, INTR_TYPE_TTY, lpt_intr, + if (bus_setup_intr(dev, sc->res_irq, INTR_TYPE_TTY, NULL, lpt_intr, sc, &sc->sc_ih)) { bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->res_port); |
