search for: gart_iommu

Displaying 1 result from an estimated 1 matches for "gart_iommu".

Did you mean: dart_iommu
2005 Dec 20
1
Build failures (x86_64, IOMMU, Xen 3.0.0)
Does Xen 3.0.0 actually support the IOMMU on x86_64? I''ve tried building with a couple of different configurations, and it always fails if I''ve enabled CONFIG_GART_IOMMU. The problems center around undefined references to functions such as dma_alloc_coherent, dma_free_coherent, iommu_setup, iommu_hole_init, force_iommu, iommu_aperture_allowed, and so on. In all cases, changing the config to turn off GART_IOMMU (and hence enabling DUMMY_IOMMU) allows the build to...