- Temporarily disable the new HAL PCI detection code since it fails miserably on the build server.

svn path=/trunk/; revision=43917
This commit is contained in:
Stefan Ginsberg
2009-11-02 19:03:01 +00:00
parent 6f5f925851
commit 7e3ee3137a
+4
View 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 */