From 7e3ee3137a1a4d32387df7270856ed649abfa160 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 2 Nov 2009 19:03:01 +0000 Subject: [PATCH] - Temporarily disable the new HAL PCI detection code since it fails miserably on the build server. svn path=/trunk/; revision=43917 --- reactos/hal/halx86/generic/bus/pcibus.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/hal/halx86/generic/bus/pcibus.c b/reactos/hal/halx86/generic/bus/pcibus.c index 3282803e9f8..23fa09d8401 100644 --- a/reactos/hal/halx86/generic/bus/pcibus.c +++ b/reactos/hal/halx86/generic/bus/pcibus.c @@ -938,7 +938,11 @@ HalpInitializePciStubs(VOID) ULONG VendorId = 0; /* Query registry information */ +#ifdef WORKED_FOR_ME PciRegistryInfo = HalpQueryPciRegistryInfo(); +#else + PciRegistryInfo = NULL; +#endif if (!PciRegistryInfo) { /* Assume type 1 */