aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid/aacraid.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r--drivers/scsi/aacraid/aacraid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h
index 9abba8b90f70..734623af9c45 100644
--- a/drivers/scsi/aacraid/aacraid.h
+++ b/drivers/scsi/aacraid/aacraid.h
@@ -521,6 +521,12 @@ struct aac_driver_ident
521#define AAC_QUIRK_17SG 0x0010 521#define AAC_QUIRK_17SG 0x0010
522 522
523/* 523/*
524 * Some adapter firmware does not support 64 bit scsi passthrough
525 * commands.
526 */
527#define AAC_QUIRK_SCSI_32 0x0020
528
529/*
524 * The adapter interface specs all queues to be located in the same 530 * The adapter interface specs all queues to be located in the same
525 * physically contigous block. The host structure that defines the 531 * physically contigous block. The host structure that defines the
526 * commuication queues will assume they are each a separate physically 532 * commuication queues will assume they are each a separate physically