summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-10-27 17:04:18 +0000
committermdodd <mdodd@FreeBSD.org>1999-10-27 17:04:18 +0000
commitf385609bb3cf97cc1959562ba43a0fc67e1a85f4 (patch)
tree3965de4d9551fa324b3831909bfc605a0d0b2907 /sys/i386/isa/isa_compat.h
parent834ffc78b684c4dc6d2510d0af54752117565c4b (diff)
downloadFreeBSD-src-f385609bb3cf97cc1959562ba43a0fc67e1a85f4.zip
FreeBSD-src-f385609bb3cf97cc1959562ba43a0fc67e1a85f4.tar.gz
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 <iwasaki@jp.FreeBSD.org>
Diffstat (limited to 'sys/i386/isa/isa_compat.h')
-rw-r--r--sys/i386/isa/isa_compat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 0f3330d..09b9f4e 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
OpenPOWER on IntegriCloud