Re: [PATCH] Fix SMART reporting on 2.6.22

2007-07-20 Thread Jeff Garzik
Petr Vandrovec wrote: On Mon, Jul 16, 2007 at 07:32:57PM +0900, Tejun Heo wrote: [cc'ing Jeff and Albert] Petr Vandrovec wrote: Fix reported task file values in sense data ata_tf_read was setting HOB bit when lba48 command was submitted, but was not clearing it before reading normal data.

[PATCH] Fix SMART reporting on 2.6.22

2007-07-17 Thread Petr Vandrovec
On Mon, Jul 16, 2007 at 07:32:57PM +0900, Tejun Heo wrote: [cc'ing Jeff and Albert] Petr Vandrovec wrote: Fix reported task file values in sense data ata_tf_read was setting HOB bit when lba48 command was submitted, but was not clearing it before reading normal data. Maybe it would

Re: [PATCH] Fix SMART reporting on 2.6.22

2007-07-17 Thread Tejun Heo
Fix reported task file values in sense data ata_tf_read was setting HOB bit when lba48 command was submitted, but was not clearing it before reading normal data. As it is only place which sets HOB bit in control register, and register reads should not be affected by other bits, let's just