diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 8a5b9c898e5b..3195d29f2177 100644 --- a/drivers/scsi/aacraid/aacraid.h +++ b/drivers/scsi/aacraid/aacraid.h | |||
@@ -12,7 +12,7 @@ | |||
12 | *----------------------------------------------------------------------------*/ | 12 | *----------------------------------------------------------------------------*/ |
13 | 13 | ||
14 | #ifndef AAC_DRIVER_BUILD | 14 | #ifndef AAC_DRIVER_BUILD |
15 | # define AAC_DRIVER_BUILD 2454 | 15 | # define AAC_DRIVER_BUILD 2455 |
16 | # define AAC_DRIVER_BRANCH "-ms" | 16 | # define AAC_DRIVER_BRANCH "-ms" |
17 | #endif | 17 | #endif |
18 | #define MAXIMUM_NUM_CONTAINERS 32 | 18 | #define MAXIMUM_NUM_CONTAINERS 32 |
@@ -866,6 +866,7 @@ struct aac_supplement_adapter_info | |||
866 | __le32 ReservedGrowth[1]; | 866 | __le32 ReservedGrowth[1]; |
867 | }; | 867 | }; |
868 | #define AAC_FEATURE_FALCON cpu_to_le32(0x00000010) | 868 | #define AAC_FEATURE_FALCON cpu_to_le32(0x00000010) |
869 | #define AAC_FEATURE_JBOD cpu_to_le32(0x08000000) | ||
869 | #define AAC_OPTION_MU_RESET cpu_to_le32(0x00000001) | 870 | #define AAC_OPTION_MU_RESET cpu_to_le32(0x00000001) |
870 | #define AAC_OPTION_IGNORE_RESET cpu_to_le32(0x00000002) | 871 | #define AAC_OPTION_IGNORE_RESET cpu_to_le32(0x00000002) |
871 | #define AAC_SIS_VERSION_V3 3 | 872 | #define AAC_SIS_VERSION_V3 3 |
@@ -1012,6 +1013,7 @@ struct aac_dev | |||
1012 | * lets break them out so we don't have to do an AND to check them | 1013 | * lets break them out so we don't have to do an AND to check them |
1013 | */ | 1014 | */ |
1014 | u8 nondasd_support; | 1015 | u8 nondasd_support; |
1016 | u8 jbod; | ||
1015 | u8 cache_protected; | 1017 | u8 cache_protected; |
1016 | u8 dac_support; | 1018 | u8 dac_support; |
1017 | u8 raid_scsi_mode; | 1019 | u8 raid_scsi_mode; |
@@ -1777,6 +1779,8 @@ extern struct aac_common aac_config; | |||
1777 | #define AifEnExpEvent 23 /* Firmware Event Log */ | 1779 | #define AifEnExpEvent 23 /* Firmware Event Log */ |
1778 | #define AifExeFirmwarePanic 3 /* Firmware Event Panic */ | 1780 | #define AifExeFirmwarePanic 3 /* Firmware Event Panic */ |
1779 | #define AifHighPriority 3 /* Highest Priority Event */ | 1781 | #define AifHighPriority 3 /* Highest Priority Event */ |
1782 | #define AifEnAddJBOD 30 /* JBOD created */ | ||
1783 | #define AifEnDeleteJBOD 31 /* JBOD deleted */ | ||
1780 | 1784 | ||
1781 | #define AifCmdJobProgress 2 /* Progress report */ | 1785 | #define AifCmdJobProgress 2 /* Progress report */ |
1782 | #define AifJobCtrZero 101 /* Array Zero progress */ | 1786 | #define AifJobCtrZero 101 /* Array Zero progress */ |