diff options
Diffstat (limited to 'drivers/scsi/aacraid/aacraid.h')
-rw-r--r-- | drivers/scsi/aacraid/aacraid.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/aacraid.h b/drivers/scsi/aacraid/aacraid.h index 85b85ae198f4..858b97494343 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 2449 | 15 | # define AAC_DRIVER_BUILD 2454 |
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 |
@@ -1772,6 +1772,9 @@ extern struct aac_common aac_config; | |||
1772 | #define AifEnConfigChange 3 /* Adapter configuration change */ | 1772 | #define AifEnConfigChange 3 /* Adapter configuration change */ |
1773 | #define AifEnContainerChange 4 /* Container configuration change */ | 1773 | #define AifEnContainerChange 4 /* Container configuration change */ |
1774 | #define AifEnDeviceFailure 5 /* SCSI device failed */ | 1774 | #define AifEnDeviceFailure 5 /* SCSI device failed */ |
1775 | #define AifEnEnclosureManagement 13 /* EM_DRIVE_* */ | ||
1776 | #define EM_DRIVE_INSERTION 31 | ||
1777 | #define EM_DRIVE_REMOVAL 32 | ||
1775 | #define AifEnBatteryEvent 14 /* Change in Battery State */ | 1778 | #define AifEnBatteryEvent 14 /* Change in Battery State */ |
1776 | #define AifEnAddContainer 15 /* A new array was created */ | 1779 | #define AifEnAddContainer 15 /* A new array was created */ |
1777 | #define AifEnDeleteContainer 16 /* A container was deleted */ | 1780 | #define AifEnDeleteContainer 16 /* A container was deleted */ |