[ros-diffs] [sginsberg] 43917: - Temporarily disable the new HAL PCI detection code since it fails miserably on the build server.

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Mon Nov 2 20:03:01 CET 2009


Author: sginsberg
Date: Mon Nov  2 20:03:01 2009
New Revision: 43917

URL: http://svn.reactos.org/svn/reactos?rev=43917&view=rev
Log:
- Temporarily disable the new HAL PCI detection code since it fails miserably on the build server.

Modified:
    trunk/reactos/hal/halx86/generic/bus/pcibus.c

Modified: trunk/reactos/hal/halx86/generic/bus/pcibus.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/bus/pcibus.c?rev=43917&r1=43916&r2=43917&view=diff
==============================================================================
--- trunk/reactos/hal/halx86/generic/bus/pcibus.c [iso-8859-1] (original)
+++ trunk/reactos/hal/halx86/generic/bus/pcibus.c [iso-8859-1] Mon Nov  2 20:03:01 2009
@@ -938,7 +938,11 @@
     ULONG VendorId = 0;
 
     /* Query registry information */
+#ifdef WORKED_FOR_ME
     PciRegistryInfo = HalpQueryPciRegistryInfo();
+#else
+    PciRegistryInfo = NULL;
+#endif
     if (!PciRegistryInfo)
     {
         /* Assume type 1 */




More information about the Ros-diffs mailing list