diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:10:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-03-05 18:10:49 +0000 |
| commit | 6b9907e7f8ba7c43f55d6a4101c31329b45907e0 (patch) | |
| tree | 8a0f400e5e792e0f80e6277d64df1439693f9b62 /sys/dev/ppbus | |
| parent | 99110cb6fe5c89b2043c74638debf6548da6e8fb (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/pps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index bf7c08b41ece..2a0cb491caed 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); |
