diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/pc98/isa_compat.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h index 3fcb9ce555921..1ef66819e933a 100644 --- a/sys/pc98/pc98/isa_compat.h +++ b/sys/pc98/pc98/isa_compat.h @@ -72,7 +72,6 @@ #include "rc.h" #include "rp.h" #include "tw.h" -#include "si.h" #include "asc.h" #include "stl.h" #include "stli.h" @@ -134,7 +133,6 @@ extern struct isa_driver labpcdriver; extern struct isa_driver rcdriver; extern struct isa_driver rpdriver; extern struct isa_driver twdriver; -extern struct isa_driver sidriver; extern struct isa_driver ascdriver; extern struct isa_driver stldriver; extern struct isa_driver stlidriver; @@ -199,9 +197,6 @@ static struct old_isa_driver old_drivers[] = { #if NTW > 0 { INTR_TYPE_TTY, &twdriver }, #endif -#if NSI > 0 - { INTR_TYPE_TTY, &sidriver }, -#endif #if NASC > 0 { INTR_TYPE_TTY, &ascdriver }, #endif |
