From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhT0h-00034c-K9 for qemu-devel@nongnu.org; Sat, 29 Aug 2009 14:50:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhT0d-0002vw-6D for qemu-devel@nongnu.org; Sat, 29 Aug 2009 14:50:47 -0400 Received: from [199.232.76.173] (port=60147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhT0c-0002vt-Va for qemu-devel@nongnu.org; Sat, 29 Aug 2009 14:50:43 -0400 Received: from mail.gmx.net ([213.165.64.20]:57258) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MhT0c-0001hS-8V for qemu-devel@nongnu.org; Sat, 29 Aug 2009 14:50:42 -0400 Date: Sat, 29 Aug 2009 20:50:34 +0200 From: Reimar =?iso-8859-1?Q?D=F6ffinger?= Subject: Re: [Qemu-devel] [PATCH] hw/eepro100.c: Use extended TBD only where applicable Message-ID: <20090829185034.GA11595@1und1.de> References: <4A840090.8050304@redhat.com> <20090829181755.GA8977@1und1.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090829181755.GA8977@1und1.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Naphtali Sprei Cc: qemu-devel@nongnu.org On Sat, Aug 29, 2009 at 08:17:55PM +0200, Reimar Döffinger wrote: > The reason for that is this line: > eeprom_contents[0xa] = 0x4000; > the value here must be 0x01000 for all 82557 models it seems. Sorry, thinko. eeprom_contents[5] must be 0x0100 for all 82557 models.