From: Mark Lord <liml@rtr.ca>
To: Tejun Heo <htejun@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>,
IDE/ATA development list <linux-ide@vger.kernel.org>
Subject: Re: [PATCH #upstream-fixes] sata_qstor: use hardreset instead of softreset
Date: Thu, 03 Jan 2008 10:38:02 -0500 [thread overview]
Message-ID: <477D015A.3050807@rtr.ca> (raw)
In-Reply-To: <477CFDAB.3090705@gmail.com>
Tejun Heo wrote:
> During conversion to new EH, sata_qstor was accidentaly changed to use
> softreset, which is buggy on this chip, instead of hardreset. This
> patch updates sata_qstor such that it uses hardreset again.
>
> This fixes bugzilla bug 9631.
>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Mark Lord <mlord@pobox.com>
> ---
> drivers/ata/sata_qstor.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ata/sata_qstor.c b/drivers/ata/sata_qstor.c
> index 2f1de6e..c68b241 100644
> --- a/drivers/ata/sata_qstor.c
> +++ b/drivers/ata/sata_qstor.c
> @@ -270,7 +270,7 @@ static int qs_scr_read(struct ata_port *ap, unsigned int sc_reg, u32 *val)
> static void qs_error_handler(struct ata_port *ap)
> {
> qs_enter_reg_mode(ap);
> - ata_do_eh(ap, qs_prereset, ata_std_softreset, NULL,
> + ata_do_eh(ap, qs_prereset, NULL, sata_std_hardreset,
> ata_std_postreset);
> }
>
Ack. This fixes a regression and should go out in 2.6.24.
And now we know that I'm not the only Linux user on the planet
with a QStor card -- there's at least one other out there!
Cheers
next prev parent reply other threads:[~2008-01-03 15:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-03 15:22 [PATCH #upstream-fixes] sata_qstor: use hardreset instead of softreset Tejun Heo
2008-01-03 15:38 ` Mark Lord [this message]
2008-01-10 21:54 ` Jeff Garzik
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=477D015A.3050807@rtr.ca \
--to=liml@rtr.ca \
--cc=htejun@gmail.com \
--cc=jeff@garzik.org \
--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).