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 a6f7190c09a4..9323d058706b 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 30000 | 15 | # define AAC_DRIVER_BUILD 30200 |
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 |
@@ -1918,6 +1918,10 @@ extern struct aac_common aac_config; | |||
1918 | #define MONITOR_PANIC 0x00000020 | 1918 | #define MONITOR_PANIC 0x00000020 |
1919 | #define KERNEL_UP_AND_RUNNING 0x00000080 | 1919 | #define KERNEL_UP_AND_RUNNING 0x00000080 |
1920 | #define KERNEL_PANIC 0x00000100 | 1920 | #define KERNEL_PANIC 0x00000100 |
1921 | #define FLASH_UPD_PENDING 0x00002000 | ||
1922 | #define FLASH_UPD_SUCCESS 0x00004000 | ||
1923 | #define FLASH_UPD_FAILED 0x00008000 | ||
1924 | #define FWUPD_TIMEOUT (5 * 60) | ||
1921 | 1925 | ||
1922 | /* | 1926 | /* |
1923 | * Doorbell bit defines | 1927 | * Doorbell bit defines |