projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2342f4
)
ata_piix: enable 32bit PIO on SATA piix
author
Tejun Heo
<
[email protected]
>
Mon, 11 Jan 2010 08:03:11 +0000
(17:03 +0900)
committer
Jeff Garzik
<
[email protected]
>
Tue, 12 Jan 2010 19:33:23 +0000
(14:33 -0500)
Commit
871af1210f13966ab911ed2166e4ab2ce775b99d
enabled 32bit PIO for
PATA piix but didn't for SATA. There's no reason not to use 32bit PIO
on SATA piix. Enable it.
Signed-off-by: Tejun Heo <
[email protected]
>
Cc: Alan Cox <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/ata/ata_piix.c
patch
|
blob
|
history
diff --git
a/drivers/ata/ata_piix.c
b/drivers/ata/ata_piix.c
index 19136a7e10640df2d36826afa6abeabc44e51735..6f3f2257d0f028ba9216b790f00f4dcf9da7ffd4 100644
(file)
--- a/
drivers/ata/ata_piix.c
+++ b/
drivers/ata/ata_piix.c
@@
-329,7
+329,7
@@
static struct ata_port_operations ich_pata_ops = {
};
static struct ata_port_operations piix_sata_ops = {
- .inherits = &ata_bmdma_port_ops,
+ .inherits = &ata_bmdma
32
_port_ops,
};
static struct ata_port_operations piix_sidpr_sata_ops = {