summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compile break on IA32 arch.lgao42010-03-201-1/+1
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-191-27/+11
* Improve coding style in MdeModulePkg.rsun32010-01-191-2/+2
* For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2009-09-301-1/+1
* In various archs, Processor memory address may not be same with Pci memory ad...eric_tian2009-09-141-5/+10
* code cleanup:eric_tian2009-07-241-2/+2
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-101-1/+53
* 3) Doxygen comment cleanup.qwang122009-02-041-4/+0
* add parameter check logic to clean up Klocwork warning.eric_tian2009-02-021-2/+9
* Library usage checkedjji42008-12-261-2/+2
* check the usage of %d,%x,%ld,%lx and so on in debug print statement.jji42008-12-181-1/+1
* Global variables have been moved backward ahead of functions.jji42008-12-031-8/+10
* modify coding style to pass ecc tool and provide comments that complied with ...eric_tian2008-07-091-229/+195
* Make USB Stack code pass ECC tool check.eric_tian2008-07-021-1/+1
* [Description]:vanjeff2008-06-251-3/+4
* Rename the confusing PCD.qhuang82008-05-061-1/+1
* [Description]:qhuang82008-04-171-1/+3
* [Description]:lgao42008-03-141-1/+5
* 1. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff2008-02-131-2/+2
* fixed comments problem.vanjeff2008-01-241-2/+2
* 1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 ...vanjeff2008-01-231-758/+224
* Fixed potential issues to release resources when error occurs.vanjeff2007-11-281-10/+15
* Save original PCI attributes in start() function and restore it in Stop() for...vanjeff2007-10-251-24/+46
* Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And updat...lgao42007-10-151-5/+23
* Fixed unexpected timeout in Usb MassStorage Driver.yshang12007-10-081-26/+15
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-5/+13
* 1. Sync Tcp4 protocol definitions to match UEFI 2.1vanjeff2007-08-271-2/+0
* 1. Fixed tools_def.template to meet ICC build for IA32vanjeff2007-07-171-7/+7
* Import EhciDxe and UhciDxe into MdeModulePkg.vanjeff2007-07-111-0/+2331