freebsd-dev/sys/i386/conf
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
..
devices.i386 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
files.i386 Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver. 1999-10-01 05:24:27 +00:00
GENERIC Spruce up the ADMtek driver: conver to newbus, miibus and add support 1999-09-22 05:07:51 +00:00
kernel.script Remove a rather bogus search path reference.. 1999-06-03 22:07:41 +00:00
LINT Spell 'timecounter' correctly. 1999-09-27 02:13:38 +00:00
majors.i386 Add an experimental Memory-Disk driver. This driver will allocate 1999-09-21 11:00:49 +00:00
Makefile.i386 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
NOTES Spell 'timecounter' correctly. 1999-09-27 02:13:38 +00:00
options.i386 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
PCCARD Catch up with GENERIC. This file is creaming to be automatically 1999-09-08 19:02:26 +00:00