From owner-cvs-all Fri Dec 10 2:45:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7387152F1; Fri, 10 Dec 1999 02:45:12 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA34038; Fri, 10 Dec 1999 02:45:12 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199912101045.CAA34038@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 10 Dec 1999 02:45:12 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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