mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
f2406770a2
commit
ba3a221ce2
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ static struct scsi_host_template cs5536_sht = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct ata_port_operations cs5536_port_ops = {
|
static struct ata_port_operations cs5536_port_ops = {
|
||||||
.inherits = &ata_bmdma_port_ops,
|
.inherits = &ata_bmdma32_port_ops,
|
||||||
.cable_detect = cs5536_cable_detect,
|
.cable_detect = cs5536_cable_detect,
|
||||||
.set_piomode = cs5536_set_piomode,
|
.set_piomode = cs5536_set_piomode,
|
||||||
.set_dmamode = cs5536_set_dmamode,
|
.set_dmamode = cs5536_set_dmamode,
|
||||||
|
|
Loading…
Reference in a new issue