> [PATCH] Add IOMMU support for Intel VT-d and AMD Vi
>
> This hooks each pci device and overrides bus_dmamap_xxx to issue
> remap of DMA requests to virtual DMA space.  It protects devices
> from issuing I/O requests to memory in the system that is outside
> the requested DMA space.

Hi Jordan, thanks for working on this. I would like to see iommu 
support...

> +     uint64_t        efr;
> +     uint8_t         reserved[8];
> +} __packd;

...that being said, is the above a typo?

Reply via email to