freebsd-dev/sys/x86/iommu
Konstantin Belousov 9d0bc6d88f Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. The
bridge takes ownership of the transaction, so bsf of the requester is
the bridge and not a device behind it.  As result, code needs to walk
the hierarchy up to use correct context.

Note that PCIe->PCI-X bridges are not handled quite correctly since
such bridges are allowed to only take ownership of some transactions.
Also, weird but unrealistic cases of PCIe behind PCI bus are also not
handled.

Still, the patch provides significant step forward for the bridge
handling.

Submitted by:	Jason Harmening <jason.harmening@gmail.com>
MFC after:	1 week
2014-03-18 16:41:32 +00:00
..
busdma_dmar.c Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. The 2014-03-18 16:41:32 +00:00
busdma_dmar.h
intel_ctx.c Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. The 2014-03-18 16:41:32 +00:00
intel_dmar.h Add support for the PCI(e)-PCI bridges to the Intel VT-d driver. The 2014-03-18 16:41:32 +00:00
intel_drv.c Fix gcc warning about an uninitialized bool in sys/x86/iommu/intel_drv.c. 2013-11-09 22:05:29 +00:00
intel_fault.c Fix gcc warning about an empty device_printf() format string in 2013-11-09 22:00:44 +00:00
intel_gas.c Add support for queued invalidation. 2013-11-01 17:38:52 +00:00
intel_idpgtbl.c Fix (erroneous) gcc warnings about usage of uninitialized variables in 2013-11-09 20:36:52 +00:00
intel_qi.c Add support for queued invalidation. 2013-11-01 17:38:52 +00:00
intel_quirks.c
intel_reg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
intel_utils.c Add support for queued invalidation. 2013-11-01 17:38:52 +00:00