summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-10-01 05:24:27 +0000
committermdodd <mdodd@FreeBSD.org>1999-10-01 05:24:27 +0000
commite123ea963c6e909702e748715f7c3a74b5a62a20 (patch)
tree73691cf9bffefb4657701441d1950f85f28ba635 /sys/conf/files.i386
parent59dde7eac28dcc567b030f8ca04c984fac198912 (diff)
downloadFreeBSD-src-e123ea963c6e909702e748715f7c3a74b5a62a20.zip
FreeBSD-src-e123ea963c6e909702e748715f7c3a74b5a62a20.tar.gz
Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.
Turn on the 'new' if_ep driver which supports: ISA 3c509 MCA 3c529 EISA 3c579 PCCARD 3c589 I think all we're missing is support for the VME bus and S-100 bus Etherlink III cards. The new code has been tested by a number of people and all the important bits work. I've not been able to test the EISA code but will do so once my hardware arrives. Since I've changed nothing in the EISA code I suspect it will perform the same manner as before. Future changes involve whacking the ISA and PCCARD front ends to use newbus and to convert the driver to bus_space and make it use ifmedia. This is the first working network driver that supports MCA bus devices btw. Enjoy.
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3862
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 6ab836e..c6e2b69 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -110,7 +110,6 @@ gnu/i386/isa/dgb.c optional dgb
gnu/i386/isa/dgm.c optional dgm
gnu/i386/isa/sound/awe_wave.c optional awe
i386/apm/apm.c optional apm
-i386/eisa/3c5x9.c optional ep
i386/eisa/adv_eisa.c optional adv
i386/eisa/ahb.c optional ahb
i386/eisa/ahc_eisa.c optional eisa ahc \
@@ -199,7 +198,6 @@ i386/isa/if_ar.c optional ar
i386/isa/if_cs.c optional cs
i386/isa/if_cx.c optional cx
i386/isa/if_el.c optional el
-i386/isa/if_ep.c optional ep
i386/isa/if_ex.c optional ex
i386/isa/if_fe.c optional fe
i386/isa/if_ie.c optional ie
OpenPOWER on IntegriCloud