Oh good catch thanks. Weird, it does compile!

________________________________
From: Daniel Dickman <didick...@gmail.com>
Sent: Tuesday, September 1, 2020 11:23 PM
To: Jordan Hargrave <jordan_hargr...@hotmail.com>
Cc: tech@openbsd.org <tech@openbsd.org>
Subject: Re: [PATCH] Add IOMMU support for Intel VT-d and AMD-Vi

> [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