]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the if_ze and if_zp drivers.
authorPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 10 Dec 1999 10:45:11 +0000 (10:45 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Fri, 10 Dec 1999 10:45:11 +0000 (10:45 +0000)
commit5fe1db5b0ab65531cc0cae8c647209b0a1361a63
tree4b05f307b67b5b733e4c1a951808d4555acb3f69
parent168f8d16483bdc63235170797c8ad5343ced9184
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.
14 files changed:
sys/amd64/conf/GENERIC
sys/conf/NOTES
sys/conf/files.i386
sys/i386/conf/GENERIC
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/i386/conf/PCCARD
sys/i386/conf/files.i386
sys/i386/isa/if_ze.c [deleted file]
sys/i386/isa/if_zp.c [deleted file]
sys/i386/isa/if_zpreg.h [deleted file]
sys/i386/isa/isa_compat.h
sys/i386/isa/pcic.h [deleted file]
sys/i386/isa/pcicx.c [deleted file]