diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-12-09 04:37:23 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-12-09 04:37:23 +0000 |
| commit | d83c43eaa1b7e1eab35f86f559ae77af9c5c9ee4 (patch) | |
| tree | b8126d6e40ce3fdb37acd33ba874312ad1b07af6 | |
| parent | 8d2a670b259bfe734f6b74d2d7727d11641a3cc8 (diff) | |
Notes
| -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 */ |
