summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/pc98/isa_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index 62c690780579..94c506076b0c 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -172,7 +172,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 },