WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [PATCH] Fix PCI BIOS double initialization.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [PATCH] Fix PCI BIOS double initialization.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Thu, 30 Jun 2005 08:08:06 +0000
Cc: james@xxxxxxxxxxxxx
Delivery-date: Thu, 30 Jun 2005 09:02:06 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1775, 2005/06/30 09:08:06+01:00, arun.sharma@xxxxxxxxx

        [PATCH] Fix PCI BIOS double initialization.
        
        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 <winston.l.wang@xxxxxxxxx>
        Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>
        
        diff -r e71f644f492e -r 5d58883fc7b8 tools/firmware/rombios/rombios.c



 rombios.c |    2 --
 1 files changed, 2 deletions(-)


diff -Nru a/tools/firmware/rombios/rombios.c b/tools/firmware/rombios/rombios.c
--- a/tools/firmware/rombios/rombios.c  2005-06-30 05:03:23 -04:00
+++ b/tools/firmware/rombios/rombios.c  2005-06-30 05:03:23 -04:00
@@ -9722,8 +9722,6 @@
   call _copy_e820_table
 #endif
 
-  call pcibios_init
-
   call rom_scan
 
   call _print_bios_banner 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [PATCH] Fix PCI BIOS double initialization., BitKeeper Bot <=