diff options
author | Sreekanth Reddy <sreekanth.reddy@avagotech.com> | 2015-06-30 02:54:55 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-08-27 14:08:26 -0400 |
commit | 35c319b47884e49d9d0a84779097916ccb173947 (patch) | |
tree | dbb2b6fdd8c8659d48fcce0bd0d56b7079a2b58c /drivers/scsi/mpt3sas/mpi/mpi2_tool.h | |
parent | 2e26c3853206ba166c3434e5f2ca4c82078ad84e (diff) |
mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34 header files
Following is the change set,
1. Added more defines for the BiosOptions field of MPI2_CONFIG_PAGE_BIOS_1.
2. Added MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC definition.
Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
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 @@ | |||
6 | * Title: MPI diagnostic tool structures and definitions | 6 | * Title: MPI diagnostic tool structures and definitions |
7 | * Creation Date: March 26, 2007 | 7 | * Creation Date: March 26, 2007 |
8 | * | 8 | * |
9 | * mpi2_tool.h Version: 02.00.11 | 9 | * mpi2_tool.h Version: 02.00.12 |
10 | * | 10 | * |
11 | * Version History | 11 | * Version History |
12 | * --------------- | 12 | * --------------- |
@@ -33,6 +33,7 @@ | |||
33 | * 07-26-12 02.00.10 Modified MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST so that | 33 | * 07-26-12 02.00.10 Modified MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST so that |
34 | * it uses MPI Chain SGE as well as MPI Simple SGE. | 34 | * it uses MPI Chain SGE as well as MPI Simple SGE. |
35 | * 08-19-13 02.00.11 Added MPI2_TOOLBOX_TEXT_DISPLAY_TOOL and related info. | 35 | * 08-19-13 02.00.11 Added MPI2_TOOLBOX_TEXT_DISPLAY_TOOL and related info. |
36 | * 01-08-14 02.00.12 Added MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC. | ||
36 | * -------------------------------------------------------------------------- | 37 | * -------------------------------------------------------------------------- |
37 | */ | 38 | */ |
38 | 39 | ||
@@ -100,6 +101,7 @@ typedef struct _MPI2_TOOLBOX_CLEAN_REQUEST { | |||
100 | #define MPI2_TOOLBOX_CLEAN_OTHER_PERSIST_PAGES (0x20000000) | 101 | #define MPI2_TOOLBOX_CLEAN_OTHER_PERSIST_PAGES (0x20000000) |
101 | #define MPI2_TOOLBOX_CLEAN_FW_CURRENT (0x10000000) | 102 | #define MPI2_TOOLBOX_CLEAN_FW_CURRENT (0x10000000) |
102 | #define MPI2_TOOLBOX_CLEAN_FW_BACKUP (0x08000000) | 103 | #define MPI2_TOOLBOX_CLEAN_FW_BACKUP (0x08000000) |
104 | #define MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC (0x04000000) | ||
103 | #define MPI2_TOOLBOX_CLEAN_MEGARAID (0x02000000) | 105 | #define MPI2_TOOLBOX_CLEAN_MEGARAID (0x02000000) |
104 | #define MPI2_TOOLBOX_CLEAN_INITIALIZATION (0x01000000) | 106 | #define MPI2_TOOLBOX_CLEAN_INITIALIZATION (0x01000000) |
105 | #define MPI2_TOOLBOX_CLEAN_FLASH (0x00000004) | 107 | #define MPI2_TOOLBOX_CLEAN_FLASH (0x00000004) |