audk/MdeModulePkg/Bus/Pci
davidhuang 9060e3ec6d 1. Impl PI 1.2 PCI part. Major changes include:
a. Update PciBusDxe module, and move it from IntelFrameworkModulePkg to MdeModulePkg
  b. Move IncompatiblePciDeviceSupportDxe module from IntelFrameworkModulePkg to MdeModulePkg
  c. Update the related consumes in inf/dsc/fdf

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9347 6f19259b-4bc3-4df7-8a09-765794883524
2009-10-20 03:43:40 +00:00
..
EhciDxe MdeModule EhciDxe: Fix compiler warning for IA32 architecture. 2009-10-14 20:47:57 +00:00
IncompatiblePciDeviceSupportDxe 1. Impl PI 1.2 PCI part. Major changes include: 2009-10-20 03:43:40 +00:00
PciBusDxe 1. Impl PI 1.2 PCI part. Major changes include: 2009-10-20 03:43:40 +00:00
UhciDxe 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