From: Jeff Garzik <jeff@garzik.org>
To: Robert Hancock <hancockrwd@gmail.com>
Cc: ide <linux-ide@vger.kernel.org>
Subject: Re: [PATCH] sata_sil: enable 32-bit PIO
Date: Thu, 16 Apr 2009 15:24:48 -0400 [thread overview]
Message-ID: <49E78600.5090306@garzik.org> (raw)
In-Reply-To: <49E417B8.8070504@gmail.com>
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
prev parent reply other threads:[~2009-04-16 19:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-14 4:57 [PATCH] sata_sil: enable 32-bit PIO Robert Hancock
2009-04-16 19:24 ` Jeff Garzik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49E78600.5090306@garzik.org \
--to=jeff@garzik.org \
--cc=hancockrwd@gmail.com \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).