Re: ATA: Make CS5536 PATA driver use 32-bit BM DMA template insteadof 16-bit.

From: Jeff Garzik
Date: Mon Nov 16 2009 - 22:18:12 EST


On 11/10/2009 06:58 PM, Krzysztof Halasa wrote:
Tested on IXP425 + CS5536.

Signed-off-by: Krzysztof HaÅasa<khc@xxxxxxxxx>

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,

applied


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/