audk/MdeModulePkg/Bus/Pci/UhciDxe
lgao4 6bfbb5f0e0 1. Correct File header to ## @file
2. Remove unnecessary .common] postfix on section.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-24 00:21:16 +00:00
..
ComponentName.c Replace references to RFC 3066 with RFC 4646. 2009-04-30 05:32:11 +00:00
ComponentName.h Replace references to RFC 3066 with RFC 4646. 2009-04-30 05:32:11 +00:00
Uhci.c Improve coding style in MdeModulePkg. 2010-01-19 06:42:21 +00:00
Uhci.h Improve coding style in MdeModulePkg. 2010-01-19 06:42:21 +00:00
UhciDebug.c check the usage of %d,%x,%ld,%lx and so on in debug print statement. 2008-12-18 08:48:36 +00:00
UhciDebug.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
UhciDxe.inf 1. Correct File header to ## @file 2010-02-24 00:21:16 +00:00
UhciQueue.c In various archs, Processor memory address may not be same with Pci memory address. For usb host controller, we should use pci memory address to initialize framelist register and all address field in QH/TD. 2009-09-14 05:26:09 +00:00
UhciQueue.h In various archs, Processor memory address may not be same with Pci memory address. For usb host controller, we should use pci memory address to initialize framelist register and all address field in QH/TD. 2009-09-14 05:26:09 +00:00
UhciReg.c 3) Doxygen comment cleanup. 2009-02-04 06:59:23 +00:00
UhciReg.h Improve coding style in MdeModulePkg. 2010-01-19 06:42:21 +00:00
UhciSched.c For the data region which will be touched by Pci Bus Master, we should allocate memory by PciIo.AllocateBuffer() but not AllocatePool() base library API. So the memory region can be used to map into Pci controller-specific address thru PciIo.Map(). 2009-09-30 03:00:36 +00:00
UhciSched.h Improve coding style in MdeModulePkg. 2010-01-19 06:42:21 +00:00
UsbHcMem.c 3) Doxygen comment cleanup. 2009-02-04 06:59:23 +00:00
UsbHcMem.h Improve coding style in MdeModulePkg. 2010-01-19 06:42:21 +00:00