Commit e5c9e081 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik

[PATCH] libata: cosmetic changes to constants

Cosmetic changes to ATA_DFLAG_* constants for soon-to-follow NCQ-off
patch.
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 4f931374
......@@ -142,8 +142,8 @@ enum {
ATA_DFLAG_NCQ = (1 << 3), /* device supports NCQ */
ATA_DFLAG_CFG_MASK = (1 << 8) - 1,
ATA_DFLAG_PIO = (1 << 8), /* device currently in PIO mode */
ATA_DFLAG_SUSPENDED = (1 << 9), /* device suspended */
ATA_DFLAG_PIO = (1 << 8), /* device limited to PIO mode */
ATA_DFLAG_SUSPENDED = (1 << 10), /* device suspended */
ATA_DFLAG_INIT_MASK = (1 << 16) - 1,
ATA_DFLAG_DETACH = (1 << 16),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment