freebsd-dev/sys/i386/eisa
Matthew N. Dodd 6a025a98a6 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.
1999-10-01 05:24:27 +00:00
..
adv_eisa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ahb.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ahbreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ahc_eisa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
bt_eisa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dpt_eisa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dpt_eisa.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
eisaconf.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
eisaconf.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
if_fea.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
if_vx_eisa.c Move the specification of EDGE/LEVEL triggered interrupts to 1999-08-01 22:57:09 +00:00