From owner-cvs-all@FreeBSD.ORG Mon Mar 15 00:28:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A53D16A4CE; Mon, 15 Mar 2004 00:28:37 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54E8643D1D; Mon, 15 Mar 2004 00:28:34 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])i2F8SWUe031599; Mon, 15 Mar 2004 19:28:32 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i2F8STUf016508; Mon, 15 Mar 2004 19:28:30 +1100 Date: Mon, 15 Mar 2004 19:28:29 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Scott Long In-Reply-To: <20040314231854.B99831@pooker.samsco.home> Message-ID: <20040315192001.F5580@gamplex.bde.org> References: <200403142303.i2EN3vvP053769@repoman.freebsd.org> <20040315060801.GB76728@elvis.mu.org> <20040314231854.B99831@pooker.samsco.home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: Warner Losh cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 options.i386 isa_device.h pcf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 08:28:37 -0000 On Sun, 14 Mar 2004, Scott Long wrote: > On Sun, 14 Mar 2004, Alfred Perlstein wrote: > > Removed ISA_COMPAT so that... ? > > > > We have less drivers? > > Paves the way for feature X? > > Paves the way for ...? > > > > If it's just to remove something that's "ugly" but doesn't have an > > impact on things, then it's not really in our best interest to remove > > something that _works_ when a replacement is not even needed. > > Actually, the ISA compat shims don't work in 5.x. The only purpose that Actually, they just work. Drivers may have problems with rotted locking, but not with the shims. > they served was to allow those drivers to keep compiling. I believe that The cy driver is a counterexample. Bruce