On Fri, Mar 28, 2008 at 12:25:07PM +0100, Pavel Machek wrote:
Actually swiotlb takes over then in this case. The printk really
predates the introduction of swiotlb and could be actually removed.
That is why swiotlb is always SELECTed for gart too.
No there shouldn't be any data corruption with the default options.
Also especially hard disk drivers are expected (and generally do)
check the dma_map_sg() etc. return values and bail out if the IOMMU
fails e.g. due to overflow.
-Andi
--