From 6c9de8a308160244053b38bad526e9118caa7bc3 Mon Sep 17 00:00:00 2001 From: mdodd Date: Wed, 27 Oct 1999 21:47:56 +0000 Subject: [PATCH] Sync with recent 'ep' driver changes. --- sys/pc98/pc98/isa_compat.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h index 57dc37abf39f..77e6509bad76 100644 --- a/sys/pc98/pc98/isa_compat.h +++ b/sys/pc98/pc98/isa_compat.h @@ -35,8 +35,6 @@ #include "cx.h" #include "el.h" #include "ed.h" -#include "ep.h" -#include "ex.h" #include "fe.h" #include "ie.h" #include "le.h" @@ -106,7 +104,6 @@ extern struct isa_driver csdriver; extern struct isa_driver cxdriver; extern struct isa_driver eddriver; extern struct isa_driver eldriver; -extern struct isa_driver epdriver; extern struct isa_driver fedriver; extern struct isa_driver iedriver; extern struct isa_driver ledriver; @@ -261,9 +258,6 @@ static struct old_isa_driver old_drivers[] = { #if NED > 0 { INTR_TYPE_NET, &eddriver }, #endif -#if NEP > 0 - { INTR_TYPE_NET, &epdriver }, -#endif #if NLE > 0 { INTR_TYPE_NET, &ledriver }, #endif