[libata scsi] add START STOP UNIT translation
This commit is contained in:
parent
4c71812261
commit
972dcafb6d
2 changed files with 58 additions and 0 deletions
|
@ -108,6 +108,8 @@ enum {
|
|||
|
||||
/* ATA device commands */
|
||||
ATA_CMD_CHK_POWER = 0xE5, /* check power mode */
|
||||
ATA_CMD_STANDBY = 0xE2, /* place in standby power mode */
|
||||
ATA_CMD_IDLE = 0xE3, /* place in idle power mode */
|
||||
ATA_CMD_EDD = 0x90, /* execute device diagnostic */
|
||||
ATA_CMD_FLUSH = 0xE7,
|
||||
ATA_CMD_FLUSH_EXT = 0xEA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue