* [PATCH] sata_sil: enable 32-bit PIO
@ 2009-04-14 4:57 Robert Hancock
2009-04-16 19:24 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Robert Hancock @ 2009-04-14 4:57 UTC (permalink / raw)
To: ide, Jeff Garzik
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>
diff --git a/drivers/ata/sata_sil.c b/drivers/ata/sata_sil.c
index e67ce8e..030ec07 100644
--- 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_bmdma32_port_ops,
.dev_config = sil_dev_config,
.set_mode = sil_set_mode,
.bmdma_setup = sil_bmdma_setup,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sata_sil: enable 32-bit PIO
2009-04-14 4:57 [PATCH] sata_sil: enable 32-bit PIO Robert Hancock
@ 2009-04-16 19:24 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-04-16 19:24 UTC (permalink / raw)
To: Robert Hancock; +Cc: ide
Robert Hancock wrote:
> 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>
>
> diff --git a/drivers/ata/sata_sil.c b/drivers/ata/sata_sil.c
> index e67ce8e..030ec07 100644
> --- 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_bmdma32_port_ops,
> .dev_config = sil_dev_config,
> .set_mode = sil_set_mode,
> .bmdma_setup = sil_bmdma_setup,
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-16 19:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 4:57 [PATCH] sata_sil: enable 32-bit PIO Robert Hancock
2009-04-16 19:24 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).