]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
In various archs, Processor memory address may not be same with Pci memory address...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Sep 2009 05:26:09 +0000 (05:26 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 14 Sep 2009 05:26:09 +0000 (05:26 +0000)
commit3af875e2209cc43c8d14a75061eebde7bd91b198
treef251e2b2bc50850fdfcdddbc2295e5e1e12a246a
parentef12a160dea622228b1e489ef28e8812a07b1f84
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.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9259 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h
MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c