audk/MdeModulePkg/Bus/Pci
Feng Tian 7b8883c6a9 MdeModulePkg/NvmExpressDxe: Fix some bugs
1) The Queue size field in create I/O submission/completion queue cmds is 0-based. the current code is 1-based.
2) a typo on allocated memory page size. it's inconsistent that some places is using 4 pages, but a place is using 6 pages.
3) a typo on PRP/SGL mechanism judgment. should directly use Psdt field rather than Opc field.
4) some platforms may not support UINT64 width access on MMIO register. Fix it to use two 32-bit width access.

Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Kinney Michael <michael.d.kinney@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14657 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-11 06:57:53 +00:00
..
EhciDxe MdeModulePkg/Usb: Update some debug messages’ print level to EFI_D_VERBOSE 2013-07-05 08:08:40 +00:00
EhciPei MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling cmd execution status 2013-06-24 03:03:55 +00:00
IdeBusPei MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModulePkg on PcdLib 2012-11-01 06:59:25 +00:00
IncompatiblePciDeviceSupportDxe Refine soma code to make code run safely. 2010-09-15 07:48:11 +00:00
NvmExpressDxe MdeModulePkg/NvmExpressDxe: Fix some bugs 2013-09-11 06:57:53 +00:00
PciBusDxe Change the PciBusDxe driver to install the PCI enumeration complete GUID in the PCI host bridge handle to follow PI Spec 1.3. 2013-08-16 09:20:58 +00:00
UhciDxe MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling cmd execution status 2013-06-24 03:03:55 +00:00
UhciPei MdeModulePkg/Usb: Boost the r/w performance by reducing stall time on polling cmd execution status 2013-06-24 03:03:55 +00:00
XhciDxe Remove several ASSERT in XhciDxe to allow error status happen then do error handling. 2013-08-21 03:46:01 +00:00