summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-02-28 07:52:22 +0000
committerbde <bde@FreeBSD.org>2000-02-28 07:52:22 +0000
commita037ac116f9bc802f788b99358fcd2b2632daac7 (patch)
treeee97601a0be0bb3d4fb0f5fe21f48017ffa266b9
parent22f529d0b62ccbd819c6401e4e147a554fd5d51e (diff)
downloadFreeBSD-src-a037ac116f9bc802f788b99358fcd2b2632daac7.zip
FreeBSD-src-a037ac116f9bc802f788b99358fcd2b2632daac7.tar.gz
Fixed configuration of fast interrupts for the isa cy driver. They were
an early newbus casualty. The isa compatibility cruft turned out to be well suited for this fix. Approved by: jkh
-rw-r--r--sys/i386/isa/isa_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 9c5907c..d976839 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -164,7 +164,7 @@ static struct old_isa_driver old_drivers[] = {
{ INTR_TYPE_TTY, &gscdriver },
#endif
#if NCY > 0
- { INTR_TYPE_TTY, &cydriver },
+ { INTR_TYPE_TTY | INTR_TYPE_FAST, &cydriver },
#endif
#if NDGB > 0
{ INTR_TYPE_TTY, &dgbdriver },
OpenPOWER on IntegriCloud