summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-09-27 03:37:36 +0000
committerkato <kato@FreeBSD.org>1999-09-27 03:37:36 +0000
commita281695685bd28b52b52b84add6c2665e99de060 (patch)
tree2b488092b7060979404530185481a01e1bbf0ec9 /sys/i386/isa/isa_compat.h
parent492315a247ed77161b41bc26f5ca85c085ade2c1 (diff)
downloadFreeBSD-src-a281695685bd28b52b52b84add6c2665e99de060.zip
FreeBSD-src-a281695685bd28b52b52b84add6c2665e99de060.tar.gz
Removed pc98 code.
Diffstat (limited to 'sys/i386/isa/isa_compat.h')
-rw-r--r--sys/i386/isa/isa_compat.h14
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
OpenPOWER on IntegriCloud