From: Tejun Heo <tj@kernel.org>
To: Jan Beulich <JBeulich@novell.com>
Cc: Jeff Garzik <jeff@garzik.org>,
jgarzik@redhat.com, linux-ide@vger.kernel.org
Subject: Re: sata_sil boot failure with 2.6.35
Date: Mon, 23 Aug 2010 15:58:24 +0200 [thread overview]
Message-ID: <4C727E80.3060402@kernel.org> (raw)
In-Reply-To: <4C728C5E0200007800011887@vpn.id2.novell.com>
Hello,
On 08/23/2010 02:57 PM, Jan Beulich wrote:
>>>> On 23.08.10 at 12:28, Tejun Heo <tj@kernel.org> wrote:
>> This apparently is not an isolated case.
>>
>> https://bugzilla.kernel.org/show_bug.cgi?id=16606
>>
>> For some reason, the NODEV detection is getting triggered spuriously
>> which is really strange given that that part of code has been *really*
>> stable for very long time now. Jan, can you please apply the
>> following patch and attach the kernel log?
>>
>> https://bugzilla.kernel.org/attachment.cgi?id=27513
>
> Attached (but I think it doesn't tell more than what I already wrote
> in the original description).
Actually, it gives one more line.
ata1: ST-ATA: DRQ=0 without device error, dev_stat 0x50
which is _really_ weird. Hmmm... can you please apply the following
patch and see whether anything changes?
Thanks.
diff --git a/drivers/ata/sata_sil.c b/drivers/ata/sata_sil.c
index 3a4f842..526d58e 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_bmdma32_port_ops,
+ .inherits = &ata_bmdma_port_ops,
.dev_config = sil_dev_config,
.set_mode = sil_set_mode,
.bmdma_setup = sil_bmdma_setup,
--
tejun
next prev parent reply other threads:[~2010-08-23 13:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-20 16:24 sata_sil boot failure with 2.6.35 Jan Beulich
2010-08-20 19:22 ` Jeff Garzik
2010-08-23 10:28 ` Tejun Heo
2010-08-23 12:57 ` Jan Beulich
2010-08-23 13:58 ` Tejun Heo [this message]
2010-08-23 15:47 ` Jan Beulich
2010-08-24 13:52 ` Tejun Heo
2010-08-24 15:17 ` Jan Beulich
2010-08-24 15:16 ` Tejun Heo
2010-08-25 8:20 ` Jan Beulich
2010-08-30 13:39 ` Tejun Heo
2010-08-30 13:42 ` Tejun Heo
2010-08-31 15:22 ` Jan Beulich
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=4C727E80.3060402@kernel.org \
--to=tj@kernel.org \
--cc=JBeulich@novell.com \
--cc=jeff@garzik.org \
--cc=jgarzik@redhat.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.