Revision: 13918
          http://edk2.svn.sourceforge.net/edk2/?rev=13918&view=rev
Author:   vanjeff
Date:     2012-11-02 03:17:37 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
Sync patch r13913 from main trunk.
Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and 
XhcCreateUsbHc.

Revision Links:
--------------
    http://edk2.svn.sourceforge.net/edk2/?rev=13913&view=rev

Modified Paths:
--------------
    branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
    branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
    branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c

Modified: branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
===================================================================
--- branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c    2012-11-02 
03:08:23 UTC (rev 13917)
+++ branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c    2012-11-02 
03:17:37 UTC (rev 13918)
@@ -1547,6 +1547,7 @@
   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,

Modified: branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
===================================================================
--- branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c    2012-11-02 
03:08:23 UTC (rev 13917)
+++ branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c    2012-11-02 
03:17:37 UTC (rev 13918)
@@ -1429,6 +1429,7 @@
   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.

Modified: branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
===================================================================
--- branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c    2012-11-02 
03:08:23 UTC (rev 13917)
+++ branches/UDK2010.SR1/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c    2012-11-02 
03:17:37 UTC (rev 13918)
@@ -1686,6 +1686,7 @@
   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,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to