From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 05:39:34 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F6C01065676; Wed, 10 Jun 2009 05:39:34 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id ECC358FC1B; Wed, 10 Jun 2009 05:39:33 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so214989wfg.7 for ; Tue, 09 Jun 2009 22:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=KkOFD7KusHV88yHS4WU+gGkhrDw8KM5rXGuDPSdOZZQ=; b=Haz5M6TR8y62OA6ybt8o/RkqvhtcXC6QmmGNAwwLAdAzBOLZWbEO5o5OWx4Ox1pn1E VOjvh9Oduo/LRBOvfTOnQFJT2hriLPksNVrXlmNdw0GzZB8t8EZFv3pKkHi7qipeook1 MDBTjIAPwWEkKJvQ4ic3g+QM33vNF095bakBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IwxkjRsf2NyPeJJxsUhuCXeDlR6C+RUMWr71fLbk9ytgFrCjgVaialWqth/WY+J625 gq0PLldXLSnGOuvHM9ZEZlJzt2FvR/caGZdADVeX8wZ2nymJPpFDiaKHcBtlwghzXfhU 1EgqRk6qY5jIr6PqG/0NO5eDQdio9YVxMFOYo= MIME-Version: 1.0 Received: by 10.142.103.11 with SMTP id a11mr415338wfc.113.1244612373523; Tue, 09 Jun 2009 22:39:33 -0700 (PDT) In-Reply-To: <20090609220648.GA14714@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> <20090609195141.GA4982@triton.kn-bremen.de> <2a41acea0906091412k4fc58f4dt2c4ebbbb6dbd46dd@mail.gmail.com> <20090609220648.GA14714@triton.kn-bremen.de> Date: Tue, 9 Jun 2009 22:39:33 -0700 Message-ID: <2a41acea0906092239i2b04f3dcic5a593a308ef3849@mail.gmail.com> From: Jack Vogel To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 05:39:35 -0000 Thanks for the feedback. I know nothing about vbox, I had assumed it followed vmware in emulating the 82545. So, can you not configure things so you always use the type with the workaround? I have no intention of adding workarounds to more hardware types. Jack On Tue, Jun 9, 2009 at 3:06 PM, Juergen Lock wrote: > On Tue, Jun 09, 2009 at 02:12:12PM -0700, Jack Vogel wrote: > > Your change would work, but as its shared code and there are other OS's > and > > their issues to worry about, what I am going to do is a bit different. I > am > > including > > a patch if you would try this now, there will be a full driver update > soon. > > > > Anyone set up to test this please post your results here. > > Ok, worked in qemu, and worked in vbox with two of the three e1000 choices; > vbox calls the failed one Intel PRO/1000 T Server (82543GC), pciconf -lv > says: > > em0@pci0:0:3:0: class=0x020000 card=0x10048086 chip=0x10048086 rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82543GC Gigabit Ethernet Controller (Copper)' > class = network > subclass = ethernet > > Thanx, > Juergen >