Re: [PATCH 1/4] ide: add ide_dev_is_sata() helper (take 2)

2007-08-27 Thread Bartlomiej Zolnierkiewicz
On Saturday 25 August 2007, Sergei Shtylyov wrote: Make the SATA drive detection code from eighty_ninty_three() into inline ide_dev_is_sata() helper fixing it along the way to be more strict while checking word 80 for the reserved values... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED]

[PATCH 1/4] ide: add ide_dev_is_sata() helper (take 2)

2007-08-25 Thread Sergei Shtylyov
Make the SATA drive detection code from eighty_ninty_three() into inline ide_dev_is_sata() helper fixing it along the way to be more strict while checking word 80 for the reserved values... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED] --- This version doesn't flip the MSB, it just casts

Re: [PATCH 1/4] ide: add ide_dev_is_sata() helper

2007-08-24 Thread Sergei Shtylyov
Hello, I wrote: Make the SATA drive detection code from eighty_ninty_three() into inline ide_dev_is_sata() helper fixing it along the way to be more strict while checking word 80 for the reserved values... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED] [...] Index:

Re: [PATCH 1/4] ide: add ide_dev_is_sata() helper

2007-08-21 Thread Bartlomiej Zolnierkiewicz
On Sunday 19 August 2007, Sergei Shtylyov wrote: Make the SATA drive detection code from eighty_ninty_three() into inline ide_dev_is_sata() helper fixing it along the way to be more strict while checking word 80 for the reserved values... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED]

[PATCH 1/4] ide: add ide_dev_is_sata() helper

2007-08-19 Thread Sergei Shtylyov
Make the SATA drive detection code from eighty_ninty_three() into inline ide_dev_is_sata() helper fixing it along the way to be more strict while checking word 80 for the reserved values... Signed-off-by: Sergei Shtylyov [EMAIL PROTECTED] --- This is against the current Linus tree and