audk/MdeModulePkg/Bus/Pci/UhciDxe
eric_tian db731882fa 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().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9323 6f19259b-4bc3-4df7-8a09-765794883524
2009-09-30 03:00:36 +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 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
Uhci.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
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 fixed DMA not be stopped issue when gBS->ExitBootServices called. 2009-04-10 08:31:45 +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 code cleanup: 2009-07-24 05:34:55 +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 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
UsbHcMem.c 3) Doxygen comment cleanup. 2009-02-04 06:59:23 +00:00
UsbHcMem.h code cleanup: 2009-07-24 05:34:55 +00:00