From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McIQy-0005Xc-IJ for qemu-devel@nongnu.org; Sat, 15 Aug 2009 08:32:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McIQt-0005NK-VZ for qemu-devel@nongnu.org; Sat, 15 Aug 2009 08:32:32 -0400 Received: from [199.232.76.173] (port=44630 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McIQt-0005My-RT for qemu-devel@nongnu.org; Sat, 15 Aug 2009 08:32:27 -0400 Received: from mail.gmx.net ([213.165.64.20]:52009) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1McIQt-0000kP-76 for qemu-devel@nongnu.org; Sat, 15 Aug 2009 08:32:27 -0400 Date: Sat, 15 Aug 2009 14:32:23 +0200 From: Reimar =?iso-8859-1?Q?D=F6ffinger?= Subject: Re: [Qemu-devel] Intel 8255x/eepro100 compatibility patches Message-ID: <20090815123223.GA3735@1und1.de> References: <4A81D3F1.1040300@codemonkey.ws> <20090811211339.GA10500@1und1.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090811211339.GA10500@1und1.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Aug 11, 2009 at 11:13:51PM +0200, Reimar Döffinger wrote: > On Tue, Aug 11, 2009 at 03:26:25PM -0500, Anthony Liguori wrote: > > Please send this as a series of patches with each patch in an email. > > Ok, resending as a series of patches, hopefully this is the proper format now. > Repeating myself a bit from the original mail: > I have been playing around a bit with the OS X/darwin network drivers for these > cards and noticed that they seem to differ quite a bit from the Linux ones. > If you're interested, the source of the core part is here: > http://www.opensource.apple.com/source/AppleIntel8255x/AppleIntel8255x-19/i82557Private.cpp > Attached is a series of patches that makes things work with at least > some version of that (sorry, I only tried some binary I found on the > net, didn't compile from source). > In addition, I also used the documentation from here: > http://www.intel.com/design/network/manuals/8255X_OpenSDM.htm > > Hope this is interesting to someone and maybe we can even get these > merged... I know it hasn't been that long, but still: ping? Btw. I have tested my patched version with OSX (10.5), OpenSolaris (0906), Ubuntu (9.10 alpha) and FreeBSD 7.2 (admittedly only x86/x86_64) and found no issues.