diff options
| -rw-r--r-- | sys/pc98/pc98/isa_compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h index ddf38ba2e97f..f1067b2d0509 100644 --- a/sys/pc98/pc98/isa_compat.h +++ b/sys/pc98/pc98/isa_compat.h @@ -75,6 +75,7 @@ #include "fla.h" #ifdef PC98 #include "bs.h" +#include "olpt.h" #endif struct old_isa_driver { @@ -130,6 +131,7 @@ extern struct isa_driver lorandriver; extern struct isa_driver tinadriver; #ifdef PC98 extern struct isa_driver bsdriver; +extern struct isa_driver olptdriver; #endif @@ -190,6 +192,9 @@ static struct old_isa_driver old_drivers[] = { #if NLORAN > 0 { INTR_TYPE_TTY | INTR_TYPE_FAST, &lorandriver }, #endif +#if NOLPT > 0 + { INTR_TYPE_TTY, &olptdriver }, +#endif /* BIO */ |
