Install PCI handlers in AcpiEnable

date	2000.08.17.16.58.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:40:36 +00:00
parent b3f1d09209
commit b2910fb16d

View File

@ -284,14 +284,6 @@ AcpiEvInstallDefaultAddressSpaceHandlers (
return_ACPI_STATUS (Status);
}
/*
* Install PCI config space handler for all PCI root bridges. A PCI root
* bridge is found by searching for devices containing a HID with the value
* EISAID("PNP0A03")
*/
AcpiEvFindPciRootBuses ();
return_ACPI_STATUS (AE_OK);
}