aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-06 06:59:15 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-06 06:59:15 +0000
commit2966a60c0f71140add8fc719608bf1b09735990a (patch)
tree2c1a139913dac79ae73e61372c0333e50764deba /sys/dev/ppbus
parent12d4efa1b0875afa14be4f1b2f4ab50dfd3e4548 (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-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 2a0cb491caed5..bf7c08b41ece4 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 | INTR_FAST, ppsintr, ppsdev,
+ INTR_TYPE_TTY, ppsintr, ppsdev,
&sc->intr_cookie))) {
ppb_release_bus(ppbus, ppsdev);
return (error);