NVMe: Implement namespace list scanning
[linux-2.6-block.git] / drivers / nvme / host / nvme.h
index 982fa303cec6cfec3c884265ed6ce57c0cb8936c..2965c469da4a0f25b8ccc7d4a13eee7a44f0466b 100644 (file)
@@ -53,6 +53,12 @@ enum nvme_quirks {
         * specific Identify field.
         */
        NVME_QUIRK_STRIPE_SIZE                  = (1 << 0),
+
+       /*
+        * The controller doesn't handle Identify value others than 0 or 1
+        * correctly.
+        */
+       NVME_QUIRK_IDENTIFY_CNS                 = (1 << 1),
 };
 
 struct nvme_ctrl {