linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Mikael Pettersson <mikpe@it.uu.se>, linux-ide@vger.kernel.org
Subject: Re: 2.6.33-rc2 pata_macio fails to detect PMac G3 CD-drive
Date: Tue, 12 Jan 2010 09:35:26 +0900	[thread overview]
Message-ID: <4B4BC3CE.8010102@kernel.org> (raw)
In-Reply-To: <1263202866.724.134.camel@pasglop>

Hello,

On 01/11/2010 06:41 PM, Benjamin Herrenschmidt wrote:
> On Mon, 2010-01-11 at 16:01 +0900, Tejun Heo wrote:
>> It would be best if the controller has an IRQ pending bit and IRQ can
>> be cleared as spurious on those bogus interrupts.  The reason why SFF
>> IDE interface is so prone to IRQ storm is because there's no way the
>> driver can tell whether the controller is raising interrupt or not.
>> Does the controller have a way to clear IRQ other than reading the
>> status reg?
> 
> Nope. Those old Apple controllers have neither a pending bit nor a
> clear, I think the disk interrupt is wired pretty much directly to
> the PIC.

Eh.... I really hate this part of IDE.  :-(

> I can't tell for sure about Mikael's precise case because I can't
> reproduce it, but in the past, I've seen the CD drive act up similarily
> when touching NIEN on a wallstreet powerbook (same controller, though
> for some reason it doesn't act up for me right now) and reading the
> status reg wasn't clearing the IRQ neither.
> 
> I suspect those guys have the IRQ in some kind of floating state after
> the HW reset and don't get it "right" until they get the first taskfile
> to kick them into some kind of shape...

I think the only solution then is to disable the IRQ from the PIC.
We'll probably need to generalize there a bit as it seems there are
odd cases where we fall into IRQ storm but for now I think adding
special case code with sufficient comment should do it.

Thanks.

-- 
tejun

  reply	other threads:[~2010-01-12  0:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-26 17:18 2.6.33-rc2 pata_macio fails to detect PMac G3 CD-drive Mikael Pettersson
2009-12-26 20:52 ` Benjamin Herrenschmidt
2010-01-11  5:12 ` Benjamin Herrenschmidt
2010-01-11  7:01   ` Tejun Heo
2010-01-11  9:41     ` Benjamin Herrenschmidt
2010-01-12  0:35       ` Tejun Heo [this message]
2010-01-12  0:35         ` Benjamin Herrenschmidt
2010-01-13 13:15   ` Mikael Pettersson
2010-01-13 19:58     ` Benjamin Herrenschmidt

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=4B4BC3CE.8010102@kernel.org \
    --to=tj@kernel.org \
    --cc=benh@kernel.crashing.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=mikpe@it.uu.se \
    /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).