From: Jeff Garzik <jgarzik@pobox.com>
To: Tejun Heo <htejun@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] ahci: use 0x80 as wait stat value instead of 0xff
Date: Fri, 26 Jan 2007 17:28:33 -0500 [thread overview]
Message-ID: <45BA8091.1080509@pobox.com> (raw)
In-Reply-To: <20070126063720.GG8606@htj.dyndns.org>
Tejun Heo wrote:
> Before hardreset, ahci initialized stat part of received FIS area to
> 0xff to wait for the first D2H Reg FIS which would change the value to
> device ready state. This used to work but now libata considers status
> value of 0xff as device not present making this wait prone to failure.
>
> This patch makes ahci use 0x80 for the wait stat value instead of
> 0xff to fix the above problem.
>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
>
> drivers/ata/ahci.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
For the future, please make sure to include the "---" terminator prior
to the diffstat, otherwise it will get copied into the kernel changelog.
Jeff
next prev parent reply other threads:[~2007-01-26 22:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-26 6:37 [PATCH] ahci: use 0x80 as wait stat value instead of 0xff Tejun Heo
2007-01-26 22:24 ` Jeff Garzik
2007-01-26 22:28 ` Jeff Garzik [this message]
2007-01-27 1:33 ` Tejun Heo
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=45BA8091.1080509@pobox.com \
--to=jgarzik@pobox.com \
--cc=htejun@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.