freebsd-dev/sys/dev/ep
mdodd 8810bb96c7 - Split out the ISA and PCCARD specific code.
- Split out the prototypes, externs and struct decls from if_epreg.h into
  if_epvar.h.

- Add support for MCA based Etherlink III (3c529) devices.

None of this code is used right now; the old if_ep driver is still
in place and used.

I will eventually get around to converting if_ep_isa.c to newbus once I've
had a talk with Peter and DFR about the DEVICE_IDENTIFY() method.

I have tested this code on my PS/2.  It works.  I would like EISA and ISA
testers since my example hardware hasn't arrived yet.

Add:

dev/ep/if_ep.c          optional ep
dev/ep/if_ep_isa.c      optional ep isa
dev/ep/if_ep_eisa.c     optional ep eisa
dev/ep/if_ep_mca.c      optional ep mca
dev/ep/if_ep_pccard.c   optional ep card

to sys/conf/files

Remove:

i386/eisa/3c5x9.c             optional        ep
i386/isa/if_ep.c              optional        ep

from sys/i386/conf/files.i386

PCCARD testers wanted!

I will switch off and cvs rm the old driver in favor of this copy once
I've had positive feedback or have the hardware to verify that it works.
1999-09-26 06:42:36 +00:00
..
if_ep_eisa.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
if_ep_isa.c - Split out the ISA and PCCARD specific code. 1999-09-26 06:42:36 +00:00
if_ep_mca.c - Split out the ISA and PCCARD specific code. 1999-09-26 06:42:36 +00:00
if_ep_pccard.c - Split out the ISA and PCCARD specific code. 1999-09-26 06:42:36 +00:00
if_ep.c - Split out the ISA and PCCARD specific code. 1999-09-26 06:42:36 +00:00
if_epreg.h - Split out the ISA and PCCARD specific code. 1999-09-26 06:42:36 +00:00
if_epvar.h - Split out the ISA and PCCARD specific code. 1999-09-26 06:42:36 +00:00