From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaOax-0007tb-OQ for qemu-devel@nongnu.org; Mon, 10 Aug 2009 02:42:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaOas-0007sc-AG for qemu-devel@nongnu.org; Mon, 10 Aug 2009 02:42:58 -0400 Received: from [199.232.76.173] (port=39338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaOas-0007sY-2D for qemu-devel@nongnu.org; Mon, 10 Aug 2009 02:42:54 -0400 Received: from mail.gmx.net ([213.165.64.20]:54939) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MaOar-0001Ao-Bq for qemu-devel@nongnu.org; Mon, 10 Aug 2009 02:42:53 -0400 Date: Mon, 10 Aug 2009 08:42:49 +0200 From: Reimar =?iso-8859-1?Q?D=F6ffinger?= Subject: Re: [Qemu-devel] [PATCH] Intel 8255x/eepro100 compatibility patches Message-ID: <20090810064249.GA12684@1und1.de> References: <20090809211433.GA8892@1und1.de> <4A7FA3EA.4080804@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <4A7FA3EA.4080804@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Aug 10, 2009 at 06:36:58AM +0200, Stefan Weil wrote: > this is interesting to me. Maybe you want to try a newer version of > eepro100.c. The latest version is in http://repo.or.cz/w/qemu/ar7.git, > http://repo.or.cz/w/qemu/ar7.git?a=blob;f=hw/eepro100.c > > It has some really important improvements. I want to get it ready > for inclusion in the official QEMU by the end of August. I'll see if I can find some time, but after a quick look I don't think it has any changes relevant in this case, and the patches even apply cleanly. I also remembered another strangeness: MDI reads never generate an interrupt (the corresponding flag is ignored), was that code (MID interrupts) ever tested with some real-world driver (I expect there is no driver using that feature?).