summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/pc98/isa_compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index 3de0938..e2a6c5a 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -79,7 +79,6 @@
#include "stli.h"
#include "loran.h"
#include "pcf.h"
-#include "isic.h"
#include "tina.h"
#include "ppc.h"
#include "fla.h"
@@ -145,7 +144,6 @@ extern struct isa_driver stldriver;
extern struct isa_driver stlidriver;
extern struct isa_driver lorandriver;
extern struct isa_driver pcfdriver;
-extern struct isa_driver isicdriver;
extern struct isa_driver tinadriver;
extern struct isa_driver ppcdriver;
#ifdef PC98
@@ -279,9 +277,6 @@ static struct old_isa_driver old_drivers[] = {
#if NPCF > 0
{ INTR_TYPE_NET, &pcfdriver },
#endif
-#if NISIC > 0
- { INTR_TYPE_NET, &isicdriver },
-#endif
#if NTINA > 0
{ INTR_TYPE_NET, &tinadriver },
#endif
OpenPOWER on IntegriCloud