mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- 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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user