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/pcib... ============================================================================== --- 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 */