From owner-cvs-all@FreeBSD.ORG Fri Sep 5 11:19:40 2003 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 3CA9616A4BF for ; Fri, 5 Sep 2003 11:19:40 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E8EC143FE3 for ; Fri, 5 Sep 2003 11:19:36 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 71912 invoked by uid 1000); 5 Sep 2003 18:19:37 -0000 Date: Fri, 5 Sep 2003 11:19:37 -0700 (PDT) From: Nate Lawson To: Peter Wemm In-Reply-To: <20030905172237.5B01D2A8D4@canning.wemm.org> Message-ID: <20030905111909.C71906@root.org> References: <20030905172237.5B01D2A8D4@canning.wemm.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: dfr@nlsystems.com cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h 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: Fri, 05 Sep 2003 18:19:40 -0000 On Fri, 5 Sep 2003, Peter Wemm wrote: > Nate Lawson wrote: > > > ./i386/isa/if_le.c:#ifndef COMPAT_OLDISA > > > > We need this for VMware, right? I thought it was Lance. > > 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. Good enough for me. -Nate