From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MayfP-0002z6-K7 for qemu-devel@nongnu.org; Tue, 11 Aug 2009 17:13:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MayfL-0002xV-VX for qemu-devel@nongnu.org; Tue, 11 Aug 2009 17:13:59 -0400 Received: from [199.232.76.173] (port=48116 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MayfL-0002xS-OG for qemu-devel@nongnu.org; Tue, 11 Aug 2009 17:13:55 -0400 Received: from mail.gmx.net ([213.165.64.20]:57988) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MayfL-0001jW-4Z for qemu-devel@nongnu.org; Tue, 11 Aug 2009 17:13:55 -0400 Date: Tue, 11 Aug 2009 23:13:51 +0200 From: Reimar =?iso-8859-1?Q?D=F6ffinger?= Message-ID: <20090811211339.GA10500@1und1.de> References: <4A81D3F1.1040300@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4A81D3F1.1040300@codemonkey.ws> Subject: [Qemu-devel] Intel 8255x/eepro100 compatibility patches List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, 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... Thanks, Reimar Döffinger