diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 8f90d9e77104..969c312de1be 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -621,6 +621,11 @@ struct aac_driver_ident | |||
621 | #define AAC_QUIRK_SCSI_32 0x0020 | 621 | #define AAC_QUIRK_SCSI_32 0x0020 |
622 | 622 | ||
623 | /* | 623 | /* |
624 | * SRC based adapters support the AifReqEvent functions | ||
625 | */ | ||
626 | #define AAC_QUIRK_SRC 0x0040 | ||
627 | |||
628 | /* | ||
624 | * The adapter interface specs all queues to be located in the same | 629 | * The adapter interface specs all queues to be located in the same |
625 | * physically contiguous block. The host structure that defines the | 630 | * physically contiguous block. The host structure that defines the |
626 | * commuication queues will assume they are each a separate physically | 631 | * commuication queues will assume they are each a separate physically |