From owner-cvs-src@FreeBSD.ORG Fri Sep 5 10:33:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC03516A4C1; Fri, 5 Sep 2003 10:33:15 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9722943FF9; Fri, 5 Sep 2003 10:33:10 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h85HX8TX071314; Fri, 5 Sep 2003 11:33:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 05 Sep 2003 11:33:07 -0600 (MDT) Message-Id: <20030905.113307.34541711.imp@bsdimp.com> To: peter@wemm.org From: "M. Warner Losh" In-Reply-To: <20030905172237.5B01D2A8D4@canning.wemm.org> References: <20030905095818.P71522@root.org> <20030905172237.5B01D2A8D4@canning.wemm.org> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 17:33:16 -0000 In message: <20030905172237.5B01D2A8D4@canning.wemm.org> Peter Wemm writes: : There is also if_lnc which has been newbusified. I wasn't planning on : removing the actual drivers that use the shims, just the infrastructure. If : nobody is bothered enough to update the drivers by the time of 6.0-R, then : they can probably be removed. The code lives on practically unchanged in : RELENG_4 and will still be in RELENG_5, so it'll be available for porting : at a moment's notice. Speaking of which, I think that those drivers that are kind of in lint, but don't even compile should be removed. At least the ones that didn't compile in 4.x either... Warner