Date: Fri, 10 Dec 1999 02:45:12 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC LINT PCCARD files.i386 src/sys/i386/isa isa_compat.h if_ze.c if_zp.c if_zpreg.h pcic.h pcicx.c Message-ID: <199912101045.CAA34038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1999/12/10 02:45:12 PST
Modified files:
sys/i386/conf GENERIC LINT PCCARD files.i386
sys/i386/isa isa_compat.h
Removed files:
sys/i386/isa if_ze.c if_zp.c if_zpreg.h pcic.h pcicx.c
Log:
Remove the if_ze and if_zp drivers.
These drivers were cloned from the ed and ep drivers back in 1994
when PCMCIA cards were a very new thing and we had no other support
for such devices. They treated the PCIC (the chip which controls the
PCCARD slot) as part of their device and generally hacked their way
to success. They have significantly bit-rotted relative to their
ancestor drivers (ed & ep) and they were a dead-end on the evolution
path to proper PCCARD support in FreeBSD.
They have been terminally broken since August 18 where mdodd forgot
them and nobody seems to have missed them enough to fix them since.
I found no outstanding PRs against these drivers.
Revision Changes Path
1.213 +1 -7 src/sys/i386/conf/GENERIC
1.695 +1 -5 src/sys/i386/conf/LINT
1.31 +1 -7 src/sys/i386/conf/PCCARD
1.287 +1 -5 src/sys/i386/conf/files.i386
1.19 +1 -11 src/sys/i386/isa/isa_compat.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?199912101045.CAA34038>
