From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: [PATCH][3/10] Fix PCI BIOS double initialization. Date: Wed, 29 Jun 2005 22:51:04 -0700 Message-ID: <20050630055104.GA7356@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt , Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Fix PCI BIOS double initialization. Because the qemu device models are already doing the PCI BIOS initialization, don't do it in rombios. With this change, the PCI network card becomes functional. Signed-off-by: Winston Wang Signed-off-by: Arun Sharma diff -r e71f644f492e -r 5d58883fc7b8 tools/firmware/rombios/rombios.c diff -r 9a43d5c12b95 -r 1c2b300300f0 tools/firmware/rombios/rombios.c --- a/tools/firmware/rombios/rombios.c Thu Jun 30 04:08:50 2005 +++ b/tools/firmware/rombios/rombios.c Thu Jun 30 04:09:57 2005 @@ -9721,8 +9721,6 @@ #ifdef VMXASSIST call _copy_e820_table #endif - - call pcibios_init call rom_scan