projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f240677
)
pata_cs5536: use 32-bit BM DMA template instead of 16-bit.
author
Krzysztof Halasa
<khc@pm.waw.pl>
Tue, 10 Nov 2009 23:58:16 +0000
(
00:58
+0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Thu, 3 Dec 2009 07:46:34 +0000
(
02:46
-0500)
Tested on IXP425 + CS5536.
Signed-off-by: Krzysztof HaĆasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_cs5536.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/pata_cs5536.c
b/drivers/ata/pata_cs5536.c
index 6da4cb486c8db8d0866f23bf403f905de4c086e2..ffee3978ec83513f2d4b6b4d1abb731a59479c40 100644
(file)
--- 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_bmdma
32
_port_ops,
.cable_detect = cs5536_cable_detect,
.set_piomode = cs5536_set_piomode,
.set_dmamode = cs5536_set_dmamode,