public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make ide-probe more robust to non-ready devices
@ 2003-01-04  9:34 Benjamin Herrenschmidt
  2003-01-04  9:41 ` Benjamin Herrenschmidt
  2003-01-04 20:48 ` Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2003-01-04  9:34 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Hi Alan !

I've needed this patch (well, this is a cleaned up version of what I
used actually) for some time on PPC and on some embedded platforms. The
issue that typically happens is when the kernel is booted with an IDE
device still doing it's POST sequence (or just beeing reset, that is
with no firmware or a firmware that doesn't wait for the device to be
ready before booting the kernel).

The patch just waits up to 35 seconds (30 seconds per spec, plus a small
margin to deal with a couple of bogus drives I saw that took 31 seconds)
for the BUSY bit to go away on an HWIF.

It's mandatory in the IDE spec to pull-down D7 to ground on an inteface,
so that an interface with no driver connected should return a value with
bit BUSY 0x80 cleared, thus will not trigger this wait loop. I did a
sanity check against 0xff anyway to deal with a couple of bogus
interfaces I encountered though.

I don't expect this patch to break any existing working configuration,
so please send to Linus for 2.5. If you accept it, I'll then send a 2.4
version to Marcelo as well. This have been around for some time and,
imho, should really get in now.

Regards,
Ben.

-- 
Benjamin Herrenschmidt <benh@kernel.crashing.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: [PATCH] Make ide-probe more robust to non-ready devices
@ 2003-01-05  8:49 Benjamin Herrenschmidt
  0 siblings, 0 replies; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2003-01-05  8:49 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mailing List

On Sat, 2003-01-04 at 21:48, Alan Cox wrote: 
> On Sat, 2003-01-04 at 09:34, Benjamin Herrenschmidt wrote:
> > I don't expect this patch to break any existing working configuration,
> > so please send to Linus for 2.5. If you accept it, I'll then send a 2.4
> > version to Marcelo as well. This have been around for some time and,
> > imho, should really get in now.
> 
> There is a ton of stuff pending for 2.5 IDE. Unfortunately 2.5 isn't in
> a state I can do any usable testing so it will have to wait. The Marcelo
> 2.4 tree is current and I'm doing the work in 2.4 first now.
> 
> Rusty seems to have a lot of the module stuff in hand so hopefully I'll
> get back onto 2.5 after LCA

Well, actually, I'd like to see this patch in 2.4 asap too ;) It should
apply "as is" with some offset.

As Eric W. Biederman noticed, it may not be enough for some really
broken devices, but will not harm neither on these, and will fix the
problem on a whole lot of better ones. It's definitely necessary with
some WD hard disks and the "combo" DVD/CDRW drive shipped  by Apple on
some ibooks (Apple firmware typically does a reset of all drives just
before booting the kernel, without waiting)


Ben.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-01-05  8:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-04  9:34 [PATCH] Make ide-probe more robust to non-ready devices Benjamin Herrenschmidt
2003-01-04  9:41 ` Benjamin Herrenschmidt
2003-01-04  9:53   ` Benjamin Herrenschmidt
2003-01-04 20:48 ` Alan Cox
2003-01-05  7:03   ` Eric W. Biederman
  -- strict thread matches above, loose matches on Subject: below --
2003-01-05  8:49 Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox