diff options
| author | Mark Brown <[email protected]> | 2015-10-12 18:09:27 +0100 | 
|---|---|---|
| committer | Mark Brown <[email protected]> | 2015-10-12 18:09:27 +0100 | 
| commit | 79828b4fa835f73cdaf4bffa48696abdcbea9d02 (patch) | |
| tree | 5e0fa7156acb75ba603022bc807df8f2fedb97a8 /drivers/scsi/mpt3sas/mpi/mpi2_tool.h | |
| parent | 721b51fcf91898299d96f4b72cb9434cda29dce6 (diff) | |
| parent | 8c1a9d6323abf0fb1e5dad96cf3f1c783505ea5a (diff) | |
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-fix-rt5645
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_tool.h')
| -rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2_tool.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_tool.h b/drivers/scsi/mpt3sas/mpi/mpi2_tool.h index 904910d8a737..1629e5bce7e1 100644 --- a/drivers/scsi/mpt3sas/mpi/mpi2_tool.h +++ b/drivers/scsi/mpt3sas/mpi/mpi2_tool.h @@ -6,7 +6,7 @@   *         Title:  MPI diagnostic tool structures and definitions   * Creation Date:  March 26, 2007   * - *   mpi2_tool.h Version:  02.00.11 + *   mpi2_tool.h Version:  02.00.12   *   * Version History   * --------------- @@ -33,6 +33,7 @@   * 07-26-12  02.00.10  Modified MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST so that   *                     it uses MPI Chain SGE as well as MPI Simple SGE.   * 08-19-13  02.00.11  Added MPI2_TOOLBOX_TEXT_DISPLAY_TOOL and related info. + * 01-08-14  02.00.12  Added MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC.   * --------------------------------------------------------------------------   */ @@ -100,6 +101,7 @@ typedef struct _MPI2_TOOLBOX_CLEAN_REQUEST {  #define MPI2_TOOLBOX_CLEAN_OTHER_PERSIST_PAGES      (0x20000000)  #define MPI2_TOOLBOX_CLEAN_FW_CURRENT               (0x10000000)  #define MPI2_TOOLBOX_CLEAN_FW_BACKUP                (0x08000000) +#define MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC   (0x04000000)  #define MPI2_TOOLBOX_CLEAN_MEGARAID                 (0x02000000)  #define MPI2_TOOLBOX_CLEAN_INITIALIZATION           (0x01000000)  #define MPI2_TOOLBOX_CLEAN_FLASH                    (0x00000004)  |