]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c
Update For R9 Review.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciEnumeratorSupport.c
index a6867da0ba3b8c2d671cdacb1f5f8ef9f7001ebb..47f2fe1afd5accf0c428f4a7b4cdfbfdbffe2466 100644 (file)
@@ -1,4 +1,4 @@
-/**file\r
+/** @file\r
 \r
 Copyright (c) 2006, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
@@ -85,7 +85,7 @@ PciDevicePresent (
   root bridge will then be created.\r
     \r
   @param Bridge         Parent bridge instance.\r
-  @param StartBusNumer  Bus number of begining. \r
+  @param StartBusNumber Bus number of begining. \r
 **/\r
 EFI_STATUS\r
 PciPciDeviceInfoCollector (\r
@@ -1844,6 +1844,14 @@ PciGetBusRange (
   return EFI_NOT_FOUND;\r
 }\r
 \r
+/**\r
+  This routine can be used to start the root bridge.\r
+\r
+  @param RootBridgeDev     Pci device instance.\r
+\r
+  @retval EFI_SUCCESS      This device started.\r
+  \r
+**/\r
 EFI_STATUS\r
 StartManagingRootBridge (\r
   IN PCI_IO_DEVICE *RootBridgeDev\r