libata: allow sata_sil24 to opt-out of tag ordered submission
[pandora-kernel.git] / include / linux / libata.h
index d773b21..42ac6ad 100644 (file)
@@ -207,6 +207,7 @@ enum {
        ATA_FLAG_SW_ACTIVITY    = (1 << 22), /* driver supports sw activity
                                              * led */
        ATA_FLAG_NO_DIPM        = (1 << 23), /* host not happy with DIPM */
+       ATA_FLAG_LOWTAG         = (1 << 24), /* host wants lowest available tag */
 
        /* bits 24:31 of ap->flags are reserved for LLD specific flags */