summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
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/ppbus
parent00aa77663092f5686e58a4740b5c9be7ca9b06e7 (diff)
downloadFreeBSD-src-7e923baf390426183f8caf348d63dc1def5bc3d6.zip
FreeBSD-src-7e923baf390426183f8caf348d63dc1def5bc3d6.tar.gz
Catchup with filters
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/ppi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c
index 35be2db..c6ab7a7 100644
--- a/sys/dev/ppbus/ppi.c
+++ b/sys/dev/ppbus/ppi.c
@@ -276,8 +276,9 @@ ppiopen(struct cdev *dev, int flags, int fmt, struct thread *td)
#ifdef PERIPH_1284
if (ppi->intr_resource) {
/* register our interrupt handler */
- bus_setup_intr(ppidev, ppi->intr_resource,
- INTR_TYPE_TTY, ppiintr, dev, &ppi->intr_cookie);
+ bus_setup_intr(ppidev, ppi->intr_resource,
+ INTR_TYPE_TTY, NULL, ppiintr, dev,
+ &ppi->intr_cookie);
}
#endif /* PERIPH_1284 */
}
OpenPOWER on IntegriCloud