>
> -#error Please convert me to Documentation/DMA-mapping.txt
See Documentation/DMA-mapping.txt
> - scb->scb_busaddr = VIRT_TO_BUS(scb);
> + scb->scb_busaddr = virt_to_phys(scb);
Nope.. thats not what Documentation/DMA-mapping.txt says
It needs updating to use the pci DMA API. That also conveniently should
put you close to having it work cross platform
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/