]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Add machine/iommu.h and include MD iommu headers from it,
authorRuslan Bukin <br@FreeBSD.org>
Wed, 5 Aug 2020 19:11:31 +0000 (19:11 +0000)
committerRuslan Bukin <br@FreeBSD.org>
Wed, 5 Aug 2020 19:11:31 +0000 (19:11 +0000)
commitc4cd69901032954bb089de4d5cd751413bec655f
tree46086a9ac2da81ff918e2682242475af47aad458
parent94e9ef85c594951f9d9d0e4cd7595e9cd2f792da
o Add machine/iommu.h and include MD iommu headers from it,
  so we don't ifdef for every arch in busdma_iommu.c;
o No need to include specialreg.h for x86, remove it.

Requested by: andrew
Reviewed by: kib
Sponsored by: DARPA/AFRL
Differential Revision: https://reviews.freebsd.org/D25957
sys/amd64/include/iommu.h [new file with mode: 0644]
sys/dev/iommu/busdma_iommu.c
sys/dev/iommu/iommu_gas.c
sys/i386/include/iommu.h [new file with mode: 0644]
sys/x86/include/iommu.h [new file with mode: 0644]