diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h index 0f3330d0879..09b9f4e4b7a 100644 --- a/sys/i386/isa/isa_compat.h +++ b/sys/i386/isa/isa_compat.h @@ -34,8 +34,6 @@ #include "cs.h" #include "cx.h" #include "el.h" -#include "ep.h" -#include "ex.h" #include "fe.h" #include "ie.h" #include "le.h" @@ -101,7 +99,6 @@ extern struct isa_driver ardriver; extern struct isa_driver csdriver; extern struct isa_driver cxdriver; 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; @@ -250,9 +247,6 @@ static struct old_isa_driver old_drivers[] = { #if NIE > 0 { INTR_TYPE_NET, &iedriver }, #endif -#if NEP > 0 - { INTR_TYPE_NET, &epdriver }, -#endif #if NLE > 0 { INTR_TYPE_NET, &ledriver }, #endif