aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.h
diff options
context:
space:
mode:
authorKefeng Wang <kefeng.wang@linaro.org>2014-05-14 02:13:40 -0400
committerTejun Heo <tj@kernel.org>2014-05-14 13:07:09 -0400
commit888d91a08fa8e2be4cb0eef1e5736ef68b8f77f0 (patch)
tree6d94d11eeb4f56442acfd21b8f6ca42ecb6e19d0 /drivers/ata/ahci.h
parent58eb8cd565af4a104395e3c10443951c1f73dafe (diff)
ata: ahci: append new hflag AHCI_HFLAG_NO_FBS
Append AHCI_HFLAG_NO_FBS to force turning off FBS flag. Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Signed-off-by: Kefeng Wang <kefeng.wang@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r--drivers/ata/ahci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index 51af275b3388..60db49b95001 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -235,6 +235,7 @@ enum {
235 port start (wait until 235 port start (wait until
236 error-handling stage) */ 236 error-handling stage) */
237 AHCI_HFLAG_MULTI_MSI = (1 << 16), /* multiple PCI MSIs */ 237 AHCI_HFLAG_MULTI_MSI = (1 << 16), /* multiple PCI MSIs */
238 AHCI_HFLAG_NO_FBS = (1 << 17), /* no FBS */
238 239
239 /* ap->flags bits */ 240 /* ap->flags bits */
240 241