On Maw, 2006-03-14 at 03:34 +0000, Martin Michlmayr wrote: > Does this information help? Also, we were wondering how to find out > whether a driver is okay with 64-bit dma addresses. All drivers set a PCI DMA mask. If the kernel is not bouncing buffers and ensuring the buffers are below the 32bit bus address limit by default then the architecture kernel code needs fixing. The drivers don't deal with this matter beyond setting their PCI DMA range mask. Alan