summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_compat.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-10-16 06:26:44 +0000
committermdodd <mdodd@FreeBSD.org>1999-10-16 06:26:44 +0000
commit92458e57a8ba4cca1c6b05f378edcdf99074b13c (patch)
treec92867165b21b48bd3609ad09a1a24a1c8cc4091 /sys/i386/isa/isa_compat.h
parent8f3bf11ba2c5bb56f1e0ca0a172f713dfc1cd4da (diff)
downloadFreeBSD-src-92458e57a8ba4cca1c6b05f378edcdf99074b13c.zip
FreeBSD-src-92458e57a8ba4cca1c6b05f378edcdf99074b13c.tar.gz
- Convert this driver to newbus.
- Generally clean things up. - PnP now supported. Will convert to bus_space, ifmedia and add a DEVICE_IDENTIFY() method for autodetection. As it stands device ex0 at isa0 should find a card if one is present. I feel less dirty now.
Diffstat (limited to 'sys/i386/isa/isa_compat.h')
-rw-r--r--sys/i386/isa/isa_compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 9052cbf..0f3330d 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -102,7 +102,6 @@ extern struct isa_driver csdriver;
extern struct isa_driver cxdriver;
extern struct isa_driver eldriver;
extern struct isa_driver epdriver;
-extern struct isa_driver exdriver;
extern struct isa_driver fedriver;
extern struct isa_driver iedriver;
extern struct isa_driver ledriver;
@@ -254,9 +253,6 @@ static struct old_isa_driver old_drivers[] = {
#if NEP > 0
{ INTR_TYPE_NET, &epdriver },
#endif
-#if NEX > 0
- { INTR_TYPE_NET, &exdriver },
-#endif
#if NLE > 0
{ INTR_TYPE_NET, &ledriver },
#endif
OpenPOWER on IntegriCloud