commit | d2d4e780aff2fab46a792ebc89f80d1a6872b325 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Jan 18 07:20:28 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 19 01:42:00 2010 -0800 |
tree | e4ec30ac3d5e5c43a4a11769440a8d18d5be98de | |
parent | 68d0a036162f12d8be07c9fc140507cc1c8c6120 [diff] |
ide: add drive->pio_mode field Add pio_mode field to ide_drive_t matching pio_mode field used in struct ata_device. The validity of the field is restricted to ->set_pio_mode method only currently in IDE subsystem. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>