summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/pps.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-05 18:10:49 +0000
committerimp <imp@FreeBSD.org>2005-03-05 18:10:49 +0000
commit01223e02a3b48d8df4d2b0f5544aeea3ddbf8108 (patch)
tree8a0f400e5e792e0f80e6277d64df1439693f9b62 /sys/dev/ppbus/pps.c
parenteaa0343ae5f6a8294c0c1dbe41e93b7b903419ad (diff)
downloadFreeBSD-src-01223e02a3b48d8df4d2b0f5544aeea3ddbf8108.zip
FreeBSD-src-01223e02a3b48d8df4d2b0f5544aeea3ddbf8108.tar.gz
Use BUS_PROBE_DEFAULT for pci probe return value
Diffstat (limited to 'sys/dev/ppbus/pps.c')
-rw-r--r--sys/dev/ppbus/pps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index bf7c08b..2a0cb49 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -204,7 +204,7 @@ ppsopen(struct cdev *dev, int flags, int fmt, struct thread *td)
/* attach the interrupt handler */
if ((error = BUS_SETUP_INTR(ppbus, ppsdev, sc->intr_resource,
- INTR_TYPE_TTY, ppsintr, ppsdev,
+ INTR_TYPE_TTY | INTR_FAST, ppsintr, ppsdev,
&sc->intr_cookie))) {
ppb_release_bus(ppbus, ppsdev);
return (error);
OpenPOWER on IntegriCloud