Fix !ACPI_DMAR build.

Reviewed by:	kib
Sponsored by:	DARPA/AFRL
Differential Revision:	https://reviews.freebsd.org/D25882
This commit is contained in:
Ruslan Bukin 2020-07-29 19:22:50 +00:00
parent fad6dd772d
commit 386f81fca7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363669

View File

@ -300,6 +300,10 @@ bus_dma_tag_destroy(bus_dma_tag_t dmat)
}
#ifndef ACPI_DMAR
bool bus_dma_iommu_set_buswide(device_t dev);
int bus_dma_iommu_load_ident(bus_dma_tag_t dmat, bus_dmamap_t map,
vm_paddr_t start, vm_size_t length, int flags);
bool
bus_dma_iommu_set_buswide(device_t dev)
{