From owner-cvs-src@FreeBSD.ORG  Fri Sep  5 10:17:16 2003
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2AE8F16A4BF; Fri,  5 Sep 2003 10:17:16 -0700 (PDT)
Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DF7B743FEC; Fri,  5 Sep 2003 10:17:14 -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 h85HHDTX071096;
	Fri, 5 Sep 2003 11:17:13 -0600 (MDT)
	(envelope-from imp@bsdimp.com)
Date: Fri, 05 Sep 2003 11:17:12 -0600 (MDT)
Message-Id: <20030905.111712.18578127.imp@bsdimp.com>
To: nate@root.org
From: "M. Warner Losh" <imp@bsdimp.com>
In-Reply-To: <20030905095818.P71522@root.org>
References: <1062777913.12268.8.camel@builder02.qubesoft.com>
	<20030905.102120.98329950.imp@bsdimp.com>
	<20030905095818.P71522@root.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: peter@FreeBSD.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 <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Sep 2003 17:17:16 -0000

In message: <20030905095818.P71522@root.org>
            Nate Lawson <nate@root.org> writes:
: > ./i386/isa/if_le.c:#ifndef COMPAT_OLDISA
: 
: We need this for VMware, right?  I thought it was Lance.

I thought it used the pci version, since the ISA version is insanely
stupid.

Warner