[PATCH] ide: fix drive side 80c cable check

2007-02-04 Thread Tejun Heo
The 80c wire bit is bit 13, not 14. This increases the chance of incorrect wire detection especially because host side cable detection is often unreliable and we sometimes soley depend on drive side cable detection. Fix it. Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- Please consider for -st

Re: [PATCH] ide: fix drive side 80c cable check

2007-02-05 Thread Alan
On Mon, 5 Feb 2007 16:47:13 +0900 Tejun Heo <[EMAIL PROTECTED]> wrote: > The 80c wire bit is bit 13, not 14. This increases the chance of > incorrect wire detection especially because host side cable detection > is often unreliable and we sometimes soley depend on drive side cable > detection. F

[PATCH] ide: fix drive side 80c cable check, take 2

2007-02-05 Thread Tejun Heo
eighty_ninty_three() had word 93 validitity check but not the 80c bit test itself (bit 12). This increases the chance of incorrect wire detection especially because host side cable detection is often unreliable and we sometimes soley depend on drive side cable detection. Fix it. Signed-off-by: T

Re: [PATCH] ide: fix drive side 80c cable check, take 2

2007-02-05 Thread Alan
On Mon, 5 Feb 2007 21:47:13 +0900 Tejun Heo <[EMAIL PROTECTED]> wrote: > eighty_ninty_three() had word 93 validitity check but not the 80c bit > test itself (bit 12). This increases the chance of incorrect wire > detection especially because host side cable detection is often > unreliable and we

Re: [PATCH] ide: fix drive side 80c cable check, take 2

2007-02-06 Thread Bartlomiej Zolnierkiewicz
Alan wrote: > On Mon, 5 Feb 2007 21:47:13 +0900 > Tejun Heo <[EMAIL PROTECTED]> wrote: > >> eighty_ninty_three() had word 93 validitity check but not the 80c bit >> test itself (bit 12). This increases the chance of incorrect wire >> detection especially because host side cable detection is ofte

Re: [PATCH] ide: fix drive side 80c cable check, take 2

2007-07-12 Thread Sergei Shtylyov
Hello. Tejun Heo wrote: eighty_ninty_three() had word 93 validitity check but not the 80c bit test itself (bit 12). This increases the chance of incorrect wire detection especially because host side cable detection is often unreliable and we sometimes soley depend on drive side cable detection

Re: [PATCH] ide: fix drive side 80c cable check, take 2

2007-07-12 Thread Sergei Shtylyov
Hello, I wrote: eighty_ninty_three() had word 93 validitity check but not the 80c bit test itself (bit 12). This increases the chance of incorrect wire detection especially because host side cable detection is often unreliable and we sometimes soley depend on drive side cable detection. Fix it