Commit a18e3e5c authored by Jean Tourrilhes's avatar Jean Tourrilhes Committed by Linus Torvalds

[PATCH] : ir256_bus_to_virt.diff

ir256_bus_to_virt.diff :
 ----------------------
	o [CRITICA] Fix ISA FIR drivers for new DMA API
	<PCI FIR drivers are still broken and need fixing>
parent 2e9f2e35
......@@ -598,7 +598,7 @@ void setup_dma(int channel, char *buffer, int count, int mode)
disable_dma(channel);
clear_dma_ff(channel);
set_dma_mode(channel, mode);
set_dma_addr(channel, virt_to_bus(buffer));
set_dma_addr(channel, isa_virt_to_bus(buffer));
set_dma_count(channel, count);
enable_dma(channel);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment