dect
/
linux-2.6
Archived
13
0
Fork 0

[ATA] Add named constant for ATAPI command DEVICE RESET

Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Jeff Garzik 2007-05-28 08:30:36 -04:00
parent a09060ffe5
commit ab2181cf39
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ enum {
ATA_REG_IRQ = ATA_REG_NSECT,
/* ATA device commands */
ATA_CMD_DEV_RESET = 0x08, /* ATAPI device reset */
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 */