Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateUsbHc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13913 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
li-elvin 2012-11-02 00:58:15 +00:00
parent a25cb9f604
commit 44c56530b3
3 changed files with 3 additions and 0 deletions

View File

@ -1547,6 +1547,7 @@ EhcGetUsbDebugPortInfo (
Create and initialize a USB2_HC_DEV.
@param PciIo The PciIo on this device.
@param DevicePath The device path of host controller.
@param OriginalPciAttributes Original PCI attributes.
@return The allocated and initialized USB2_HC_DEV structure if created,

View File

@ -1429,6 +1429,7 @@ ON_EXIT:
Allocate and initialize the empty UHCI device.
@param PciIo The PCIIO to use.
@param DevicePath The device path of host controller.
@param OriginalPciAttributes The original PCI attributes.
@return Allocated UHCI device. If err, return NULL.

View File

@ -1684,6 +1684,7 @@ ON_EXIT:
Create and initialize a USB_XHCI_INSTANCE structure.
@param PciIo The PciIo on this device.
@param DevicePath The device path of host controller.
@param OriginalPciAttributes Original PCI attributes.
@return The allocated and initialized USB_XHCI_INSTANCE structure if created,