* [patch] sn2 dma_mask fix
@ 2003-09-09 2:38 Jes Sorensen
0 siblings, 0 replies; 3+ messages in thread
From: Jes Sorensen @ 2003-09-09 2:38 UTC (permalink / raw)
To: linux-ia64
Hi David,
Here's a pretty trivial one fixing the SN2 code to set the DMA mask
correctly when using the dma_ API.
Cheers,
Jes
--- old/arch/ia64/sn/io/machvec/pci_dma.c~ Fri Aug 22 16:53:45 2003
+++ linux/arch/ia64/sn/io/machvec/pci_dma.c Thu Sep 4 11:46:54 2003
@@ -597,7 +597,7 @@
if (!sn_dma_supported(dev, dma_mask))
return 0;
- dev->dma_mask = dma_mask;
+ *dev->dma_mask = dma_mask;
return 1;
}
EXPORT_SYMBOL(sn_dma_set_mask);
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] sn2 dma_mask fix
@ 2003-09-09 5:16 David Mosberger
2003-09-09 12:39 ` Martin Hicks
0 siblings, 1 reply; 3+ messages in thread
From: David Mosberger @ 2003-09-09 5:16 UTC (permalink / raw)
To: linux-ia64
>>>>> On 08 Sep 2003 22:38:09 -0400, Jes Sorensen <jes@wildopensource.com> said:
Jes> Hi David, Here's a pretty trivial one fixing the SN2 code to
Jes> set the DMA mask correctly when using the dma_ API.
This appears to be fixed already in the current bk tree.
--david
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-09-09 12:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-09 2:38 [patch] sn2 dma_mask fix Jes Sorensen
-- strict thread matches above, loose matches on Subject: below --
2003-09-09 5:16 David Mosberger
2003-09-09 12:39 ` Martin Hicks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox