Re: [PATCH] Configure IDE probe delays
From: Jeff Garzik (jgarzik_at_pobox.com)
Date: 07/31/04
- Previous message: David Wagner: "Re: [PATCH] Delete cryptoloop"
- In reply to: Alan Cox: "Re: [PATCH] Configure IDE probe delays"
- Next in thread: Lee Revell: "Re: [PATCH] Configure IDE probe delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 20:54:32 -0400 To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Alan Cox wrote:
> On Gwe, 2004-07-30 at 20:11, Todd Poynor wrote:
>
>>IDE initialization and probing makes numerous calls to sleep for 50
>>milliseconds while waiting for the interface to return probe status and
>>such.
>
>
> Please make it taint the kernel if you do that so we can ignore all the
> bug reports. That or justify it with a cite from the ATA standards ?
The 50 milliseconds is a pragmatic number you won't find in any
standard. Linux IDE driver does the "bang at the door" method of
probing, which you won't find in any standard either :)
The ATA standard defines times for things like software reset (SRST),
but Linux IDE driver takes a unique approach -- just issue down the
first command (IDENTIFY DEVICE), and see what you get. The command (or
error) responses give you information that allows you to probe further.
The 50ms delay hides things like the device coming out of reset, the
interface powering up on the first command issued to the device, etc.
IMO the number is a "change it at your own risk" number that shouldn't
be touched unless the touch-er is also willing to rewrite the IDE
driver's probe code ;-)
SATA is much faster at probing, and PATA will become progressively less
common, so the motivation for changing the probe code is low, too.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: David Wagner: "Re: [PATCH] Delete cryptoloop"
- In reply to: Alan Cox: "Re: [PATCH] Configure IDE probe delays"
- Next in thread: Lee Revell: "Re: [PATCH] Configure IDE probe delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|