Re: [PATCH] libata-core: Fix the iordy methods

2007-03-09 Thread Alan Cox
> I'm afraid that the logic is still a bit wrong for non-IORDY drives. If > the drive doesn't support IORDY, the only mode we can use is the one > indicated > by the word 51 of identify data (we cannot issue Set Transfer Mode with > argument 1xxxb to such drives); that is, drive-wise --

Re: [PATCH] libata-core: Fix the iordy methods

2007-03-09 Thread Sergei Shtylyov
Hello. Alan Cox wrote: This alone isn't sufficient to save the universe from prehistoric disks and controllers but it is a first important step. Split off a separate function to provide a mode filter when controller iordy is not available. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -

Re: [PATCH] libata-core: Fix the iordy methods

2007-03-09 Thread Jeff Garzik
Alan Cox wrote: This alone isn't sufficient to save the universe from prehistoric disks and controllers but it is a first important step. Split off a separate function to provide a mode filter when controller iordy is not available. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> applied patch and

[PATCH] libata-core: Fix the iordy methods

2007-03-08 Thread Alan Cox
This alone isn't sufficient to save the universe from prehistoric disks and controllers but it is a first important step. Split off a separate function to provide a mode filter when controller iordy is not available. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -u --new-file --recursive --exc