linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] : ir256_bus_to_virt.diff
@ 2002-03-05 22:33 Jean Tourrilhes
  0 siblings, 0 replies; only message in thread
From: Jean Tourrilhes @ 2002-03-05 22:33 UTC (permalink / raw)
  To: Linus Torvalds, irda-users, Linux kernel mailing list

ir256_bus_to_virt.diff :
----------------------
	o [CRITICA] Fix ISA FIR drivers for new DMA API
	<PCI FIR drivers are still broken and need fixing>


diff -u -p linux/net/irda/irda_device.d4.c linux/net/irda/irda_device.c
--- linux/net/irda/irda_device.d4.c	Tue Feb 26 10:41:06 2002
+++ linux/net/irda/irda_device.c	Tue Feb 26 10:41:36 2002
@@ -598,7 +598,7 @@ void setup_dma(int channel, char *buffer
 	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);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-05 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-05 22:33 [PATCH] : ir256_bus_to_virt.diff Jean Tourrilhes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).