From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50354 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8Sxf-0007ty-Nj for qemu-devel@nongnu.org; Wed, 20 Oct 2010 03:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Sxb-0006uL-1x for qemu-devel@nongnu.org; Wed, 20 Oct 2010 03:19:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Sxa-0006uH-QY for qemu-devel@nongnu.org; Wed, 20 Oct 2010 03:19:43 -0400 Message-ID: <4CBE9808.2040003@redhat.com> Date: Wed, 20 Oct 2010 09:19:36 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4CBC97BE.7070902@codemonkey.ws> <1287522501-8091-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1287522501-8091-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] pci: Automatically patch PCI vendor id and device id in PCI ROM List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: "Michael S. Tsirkin" , QEMU Developers , Markus Armbruster Hi, > The i825xx ethernet controller family is a typical example > which is implemented in hw/eepro100.c. It uses at least > 3 different device ids, so normally 3 boot roms would be needed. Does this actually work now with the etherboot roms? cheers, Gerd