public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ATA: Make CS5536 PATA driver use 32-bit BM DMA template instead of 16-bit.
@ 2009-11-10 23:58 Krzysztof Halasa
  2009-11-11  0:08 ` Lennart Sorensen
  2009-11-17  3:18 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Halasa @ 2009-11-10 23:58 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide, lkml

Tested on IXP425 + CS5536.

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>

diff --git a/drivers/ata/pata_cs5536.c b/drivers/ata/pata_cs5536.c
index 88a7933..0898213 100644
--- a/drivers/ata/pata_cs5536.c
+++ b/drivers/ata/pata_cs5536.c
@@ -232,7 +232,7 @@ static struct scsi_host_template cs5536_sht = {
 };
 
 static struct ata_port_operations cs5536_port_ops = {
-	.inherits		= &ata_bmdma_port_ops,
+	.inherits		= &ata_bmdma32_port_ops,
 	.cable_detect		= cs5536_cable_detect,
 	.set_piomode		= cs5536_set_piomode,
 	.set_dmamode		= cs5536_set_dmamode,

-- 
Krzysztof Halasa

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-17  3:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 23:58 ATA: Make CS5536 PATA driver use 32-bit BM DMA template instead of 16-bit Krzysztof Halasa
2009-11-11  0:08 ` Lennart Sorensen
2009-11-17  3:18 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox