- Temporarily disable the new HAL PCI detection code since it fails miserably on...
authorStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 2 Nov 2009 19:03:01 +0000 (19:03 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Mon, 2 Nov 2009 19:03:01 +0000 (19:03 +0000)
svn path=/trunk/; revision=43917

reactos/hal/halx86/generic/bus/pcibus.c

index 3282803..23fa09d 100644 (file)
@@ -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 */