* [PATCH][3/10] Fix PCI BIOS double initialization.
@ 2005-06-30 5:51 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-06-30 5:51 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
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@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-30 5:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-30 5:51 [PATCH][3/10] Fix PCI BIOS double initialization Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.