]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ata.h
[libata] update several drivers to use pci_iomap()/pci_iounmap()
[linux-2.6-omap-h63xx.git] / include / linux / ata.h
index 19c3e2853f1738ac1eb54d94276d2d78bdb4b6bf..a5b74efab0679ae2a1f17dd6329596bf89c531ea 100644 (file)
@@ -113,6 +113,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,