diff options
author | kato <kato@FreeBSD.org> | 1999-09-27 03:37:36 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-09-27 03:37:36 +0000 |
commit | a281695685bd28b52b52b84add6c2665e99de060 (patch) | |
tree | 2b488092b7060979404530185481a01e1bbf0ec9 | |
parent | 492315a247ed77161b41bc26f5ca85c085ade2c1 (diff) | |
download | FreeBSD-src-a281695685bd28b52b52b84add6c2665e99de060.zip FreeBSD-src-a281695685bd28b52b52b84add6c2665e99de060.tar.gz |
Removed pc98 code.
-rw-r--r-- | sys/i386/isa/isa_compat.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h index e7883e2..860ad63 100644 --- a/sys/i386/isa/isa_compat.h +++ b/sys/i386/isa/isa_compat.h @@ -88,9 +88,6 @@ #include "tina.h" #include "ppc.h" #include "fla.h" -#ifdef PC98 -#include "bs.h" -#endif struct old_isa_driver { int type; @@ -158,9 +155,6 @@ extern struct isa_driver pcfdriver; extern struct isa_driver isicdriver; extern struct isa_driver tinadriver; extern struct isa_driver ppcdriver; -#ifdef PC98 -extern struct isa_driver bsdriver; -#endif static struct old_isa_driver old_drivers[] = { @@ -307,22 +301,14 @@ static struct old_isa_driver old_drivers[] = { /* CAM */ -#ifndef PC98 #if NADV > 0 { INTR_TYPE_CAM, &advdriver }, #endif -#endif #if NAHA > 0 { INTR_TYPE_CAM, &ahadriver }, #endif -#ifdef PC98 -#if NBS > 0 - { INTR_TYPE_CAM, &bsdriver }, -#endif -#endif - /* MISC */ #if NOLTR > 0 |