Files
linux-stable-mirror/include/linux
Bartlomiej Zolnierkiewicz c2b57cdc1d ide: add ide_tf_read() helper
* Factor out code reading taskfile registers from ide_end_drive_cmd()
  to the new ide_tf_read() helper.

* Add IDE_TFLAG_IN_* taskfile flags to indicate the need to load
  particular IDE taskfile register in ide_tf_read().

* Update ide_end_drive_cmd() to set respective IDE_TFLAG_IN_* taksfile flags.

* Add ide_get_lba_addr() for getting LBA sector address from taskfile struct.

* Factor out code getting sector address from ide_dump_ata_status()
  to the new ide_dump_sector() function.

* Convert ide_dump_sector() to use ide_tf_read() and ide_get_lba_addr().

* Remove no longer needed ide_read_24().

The only change in functionality caused by this patch is that
ide_dump_ata_status() no longer prints "high"/"low" parts of LBA48
sector address (of course LBA48 sector address is still printed).

Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-01-25 22:17:17 +01:00
..
2007-12-26 19:36:35 -08:00
2008-01-15 16:35:21 -05:00
2008-01-25 22:17:11 +01:00
2007-11-19 21:43:22 -05:00
2007-12-20 17:32:12 +00:00
2008-01-23 21:23:13 -05:00
2007-11-29 09:24:54 -08:00
2008-01-14 21:53:31 +01:00
2007-11-15 19:24:02 +01:00
2008-01-25 22:17:17 +01:00
2007-12-05 05:37:32 -08:00
2007-12-26 19:36:35 -08:00
2007-11-29 09:24:52 -08:00
2008-01-08 16:10:35 -08:00
2008-01-24 20:40:05 -08:00
2007-12-07 09:06:53 +00:00
2007-12-17 20:43:28 -05:00
2008-01-08 23:30:07 -08:00
2007-12-27 23:55:13 -05:00
2007-12-05 09:21:20 -08:00
2007-11-29 09:24:54 -08:00
2007-11-29 09:24:53 -08:00
2008-01-02 13:04:48 -08:00
2008-01-02 13:04:48 -08:00
2008-01-02 13:04:48 -08:00
2007-11-26 20:42:19 +01:00
2008-01-08 16:16:34 -08:00
2008-01-24 20:40:26 -08:00
2007-12-17 10:47:15 -08:00
2007-12-26 19:36:35 -08:00