[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, take #2
[deliverable/linux.git] / include / linux / libata.h
index 6013211ac7decc761751c5d51e741eb7993be35c..8b57b6a806cc5220356ff307b7f6c502bed9462c 100644 (file)
@@ -178,6 +178,7 @@ enum {
        ATA_FLAG_DEBUGMSG       = (1 << 13),
        ATA_FLAG_DETECT_POLLING = (1 << 14), /* detect device presence by
                                              * polling IDENTIFY */
+       ATA_FLAG_SETXFER_POLLING= (1 << 15), /* use polling for SETXFER */
 
        /* The following flag belongs to ap->pflags but is kept in
         * ap->flags because it's referenced in many LLDs and will be
This page took 0.026983 seconds and 5 git commands to generate.