Not another copy. Please see the kernel list archive. This change is
not the right solution. The driver must be adapted to the new PCI DMA API
(see Documentation/DMA-Mapping.txt)
> dmap->raw_buf = start_addr;
> - dmap->raw_buf_phys = virt_to_bus(start_addr);
> + dmap->raw_buf_phys = virt_to_phys(start_addr);
isa_virt_to_bus should be safe here..
-
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/