From owner-cvs-all@FreeBSD.ORG Fri Sep 5 09:59:26 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 3F89316A4C0 for ; Fri, 5 Sep 2003 09:59:26 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 702BF43FBF for ; Fri, 5 Sep 2003 09:59:24 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 71577 invoked by uid 1000); 5 Sep 2003 16:59:25 -0000 Date: Fri, 5 Sep 2003 09:59:25 -0700 (PDT) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20030905.102120.98329950.imp@bsdimp.com> Message-ID: <20030905095818.P71522@root.org> References: <200309051455.h85EtBoU029983@repoman.freebsd.org> <20030905.102120.98329950.imp@bsdimp.com> 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: peter@FreeBSD.org 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 16:59:26 -0000 On Fri, 5 Sep 2003, M. Warner Losh wrote: > In case anyboy is interested, here are the current ISA_COMAT drivers: > > ./i386/isa/gpib.c:#ifndef COMPAT_OLDISA This driver is useful for people running a scope from an old machine. It really should be rewritten though and I don't have this card. > ./i386/isa/if_le.c:#ifndef COMPAT_OLDISA We need this for VMware, right? I thought it was Lance. -Nate