1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/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
..
defines
files Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver. 1999-10-01 05:24:27 +00:00
files.alpha make sure a trivial apm.h is created, as some people have assumed that 1999-10-01 02:41:30 +00:00
files.i386 Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver. 1999-10-01 05:24:27 +00:00
files.pc98 Sync w/ sys/i386/conf/files.i386 revision 1.274. 1999-09-28 08:07:42 +00:00
kern.mk $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
kmod.mk 1) s/mod(un)?load/kld$1load/ 1999-09-06 20:11:59 +00:00
ldscript.alpha
ldscript.amd64 Remove a rather bogus search path reference.. 1999-06-03 22:07:41 +00:00
ldscript.i386 Remove a rather bogus search path reference.. 1999-06-03 22:07:41 +00:00
ldscript.powerpc
majors Add an experimental Memory-Disk driver. This driver will allocate 1999-09-21 11:00:49 +00:00
Makefile.alpha $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile.i386 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile.pc98 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile.powerpc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
newvers.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsswapkernel.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
NOTES Spell 'timecounter' correctly. 1999-09-27 02:13:38 +00:00
options Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot 1999-09-22 05:48:31 +00:00
options.alpha $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
options.i386 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
options.pc98 - Removed COMPAT_ATDISK from option because it is pseudo-device now. 1999-08-29 21:28:47 +00:00
param.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00