projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35b5e7
)
sata_sil: enable 32-bit PIO
author
Robert Hancock
<hancockrwd@gmail.com>
Tue, 14 Apr 2009 04:57:28 +0000
(22:57 -0600)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 10 Jun 2009 11:50:17 +0000
(07:50 -0400)
32-bit PIO seems to work fine on sata_sil hardware (tested on SiI3114) and is
listed as OK in the Silicon Image datasheets. Enable it.
Signed-off-by: Robert Hancock <hancockrwd@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_sil.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_sil.c
b/drivers/ata/sata_sil.c
index e67ce8e5caa5f16b623eaeb2606a4811bec6a01f..030ec079b184ec592cae99164a91fcca8b5b9075 100644
(file)
--- a/
drivers/ata/sata_sil.c
+++ b/
drivers/ata/sata_sil.c
@@
-183,7
+183,7
@@
static struct scsi_host_template sil_sht = {
};
static struct ata_port_operations sil_ops = {
- .inherits = &ata_bmdma_port_ops,
+ .inherits = &ata_bmdma
32
_port_ops,
.dev_config = sil_dev_config,
.set_mode = sil_set_mode,
.bmdma_setup = sil_bmdma_setup,