summary refs log tree commit diff
path: root/drivers/ata/pata_cs5536.c
diff options
context:
space:
mode:
authorKrzysztof Halasa <khc@pm.waw.pl>2009-11-11 00:58:16 +0100
committerJeff Garzik <jgarzik@redhat.com>2009-12-03 02:46:34 -0500
commitba3a221ce2ec0b636a15e12c23c97af68b9b1114 (patch)
treee4c3e6fd757b36c237b987da057a99e18f72aa6d /drivers/ata/pata_cs5536.c
parentf2406770a2f62a3d3c0a6f45c2f397b368af668d (diff)
downloadlinux-ba3a221ce2ec0b636a15e12c23c97af68b9b1114.tar.gz
pata_cs5536: use 32-bit BM DMA template instead of 16-bit.
Tested on IXP425 + CS5536.

Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/pata_cs5536.c')
-rw-r--r--drivers/ata/pata_cs5536.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5536.c b/drivers/ata/pata_cs5536.c
index 6da4cb486c8d..ffee3978ec83 100644
--- a/drivers/ata/pata_cs5536.c
+++ b/drivers/ata/pata_cs5536.c
@@ -224,7 +224,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,