summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488/tnt4882.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-02-23 19:34:52 +0000
committerimp <imp@FreeBSD.org>2007-02-23 19:34:52 +0000
commit7e923baf390426183f8caf348d63dc1def5bc3d6 (patch)
treecaf36a3a32f5aac145269380fb09e451ceff77e6 /sys/dev/ieee488/tnt4882.c
parent00aa77663092f5686e58a4740b5c9be7ca9b06e7 (diff)
downloadFreeBSD-src-7e923baf390426183f8caf348d63dc1def5bc3d6.zip
FreeBSD-src-7e923baf390426183f8caf348d63dc1def5bc3d6.tar.gz
Catchup with filters
Diffstat (limited to 'sys/dev/ieee488/tnt4882.c')
-rw-r--r--sys/dev/ieee488/tnt4882.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ieee488/tnt4882.c b/sys/dev/ieee488/tnt4882.c
index 4209bb3..1f21731 100644
--- a/sys/dev/ieee488/tnt4882.c
+++ b/sys/dev/ieee488/tnt4882.c
@@ -284,7 +284,7 @@ tnt_attach(device_t dev)
return (error);
error = bus_setup_intr(dev, sc->res[2], INTR_TYPE_MISC | INTR_MPSAFE,
- upd7210intr, &sc->upd7210, &sc->intr_handler);
+ NULL, upd7210intr, &sc->upd7210, &sc->intr_handler);
/* Necessary magic for MITE */
bus_write_4(sc->res[0], 0xc0, rman_get_start(sc->res[1]) | 0x80);
OpenPOWER on IntegriCloud