]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/pcibus.c
Produce all the PciIo & Dpath protocol for all the pci devices under the current...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / pcibus.c
index a8e50fcb284e8affaa0dc4a5cda90618b6ab6e17..94f29157e8e327af331bf480d6f59bba406c91f0 100644 (file)
@@ -245,13 +245,11 @@ Returns:
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-\r
+  \r
   //\r
-  // Enable PCI device specified by remaining device path. BDS or other driver can call the\r
-  // start more than once.\r
+  // Start all the devices under the entire host bridge.\r
   //\r
-\r
-  StartPciDevices (Controller, RemainingDevicePath);\r
+  StartPciDevices (Controller);\r
 \r
   return EFI_SUCCESS;\r
 }\r