From d4e95b7b2fe3d87641a12f26f4bec7ce5d087741 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Wed, 27 Oct 1999 17:04:18 +0000 Subject: [PATCH] It seems I forgot to remove the bits from isa_compat.h. Note to self; when converting a driver to newbus, the foodriver bits must be removed from sys/i386/isa/isa_compat.h Reminded gently by: Mitsuru IWASAKI --- sys/i386/isa/isa_compat.h | 6 ------ 1 file changed, 6 deletions(-) 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