Date: Sat, 25 Sep 1999 23:42:37 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h if_ep.c if_epreg.h Message-ID: <199909260642.XAA49854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 1999/09/25 23:42:37 PDT
Modified files:
sys/dev/ep if_ep.c if_epreg.h
Added files:
sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c
if_epvar.h
Log:
- 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.
Revision Changes Path
1.89 +30 -530 src/sys/dev/ep/if_ep.c
1.26 +4 -77 src/sys/dev/ep/if_epreg.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909260642.XAA49854>
