Christoph Hellwig wrote:
The problem was that the DMA API didn't work for x86_64 when I wrote the driver. I see now that it has been fixed.Russell, please undo this patch. isa_virt_to_bus() is not dependent on CONFIG_ISA. It causes problems on x86_64 platforms which cannot enable ISA support.
Actually it is, x86_64 just refuses to set CONFIG_ISA despite having isa-like devices.
Either way a new driver shouldn't use isa_virt_to_bus at all but rather use the proper DMA API and all those problems go away.
isa_virt_to_bus still works even though CONFIG_ISA is not configured. So I still think that the ISA dependency should be removed.
I'll move to the new API when I have the time to properly test it.
Rgds Pierre
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/