| commit | 1fc142589e58b20a67582974b8848595a2c7432e | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Apr 28 23:44:39 2008 +0200 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Apr 28 23:44:39 2008 +0200 |
| tree | 79b2006e761c70876d66a735fb30036cefb3f3e9 | |
| parent | 3910dde6410e742f8bd3f516ee9b1a7114abbad0 [diff] |
ide: add ide_execute_pkt_cmd() helper
Add ide_execute_pkt_cmd() helper for executing PACKET command,
then convert ATAPI device drivers to use it.
As a nice side-effect this fixes ide-{floppy,tape,scsi} w.r.t.
ide_lock taking (ide-cd was OK).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>