diff options
author | Dave Airlie <airlied@redhat.com> | 2016-06-09 03:01:49 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-06-09 03:01:49 +0200 |
commit | fa625c1956830c826ebf13324c2b33fcabef7db0 (patch) | |
tree | 92c7f1272617c5c6a82478ba161af97eae0260cd /drivers/scsi/aacraid/aacraid.h | |
parent | Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into... (diff) | |
parent | Linux 4.7-rc2 (diff) | |
download | linux-fa625c1956830c826ebf13324c2b33fcabef7db0.tar.xz linux-fa625c1956830c826ebf13324c2b33fcabef7db0.zip |
Backmerge tag 'v4.7-rc2' into drm-next
Daniel has a pull request that relies on stuff in fixes that are in rc2.
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 #define AAC_QUIRK_SCSI_32 0x0020 /* + * SRC based adapters support the AifReqEvent functions + */ +#define AAC_QUIRK_SRC 0x0040 + +/* * The adapter interface specs all queues to be located in the same * physically contiguous block. The host structure that defines the * commuication queues will assume they are each a separate physically |