diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2011-01-04 01:05:41 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-01-24 10:32:18 -0500 |
commit | 9af05d90e91026838330a2bf86a6692c86f3c4e7 (patch) | |
tree | d9fe5df20b7ea32c477875f9b8afaea926573d3c /drivers/scsi/mpt2sas/mpi/mpi2_tool.h | |
parent | d315777b32a4696feb86f2a0c9e9f39c94683649 (diff) |
[SCSI] mpt2sas: Revision P MPI Header Update
Revision P MPI Header Update:
a) Added enable/disable SATA NCQ operations to SAS IO Unit Control
Request.
b) Modified Host Based Discovery Action Request message format.
c) Removed Device Path bit from IO Unit Page 1 Flags field.
d) Added description of ChainOffset field for Diagnostic Data Upload
Tool.Chaining is not allowed.
Removed mpi2_history.txt file
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_tool.h')
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2_tool.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2_tool.h b/drivers/scsi/mpt2sas/mpi/mpi2_tool.h index 5c6e3a67bb9..2a4bceda364 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2_tool.h +++ b/drivers/scsi/mpt2sas/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.05 | 9 | * mpi2_tool.h Version: 02.00.06 |
10 | * | 10 | * |
11 | * Version History | 11 | * Version History |
12 | * --------------- | 12 | * --------------- |
@@ -23,6 +23,8 @@ | |||
23 | * Added MPI2_DIAG_BUF_TYPE_EXTENDED. | 23 | * Added MPI2_DIAG_BUF_TYPE_EXTENDED. |
24 | * Incremented MPI2_DIAG_BUF_TYPE_COUNT. | 24 | * Incremented MPI2_DIAG_BUF_TYPE_COUNT. |
25 | * 05-12-10 02.00.05 Added Diagnostic Data Upload tool. | 25 | * 05-12-10 02.00.05 Added Diagnostic Data Upload tool. |
26 | * 08-11-10 02.00.06 Added defines that were missing for Diagnostic Buffer | ||
27 | * Post Request. | ||
26 | * -------------------------------------------------------------------------- | 28 | * -------------------------------------------------------------------------- |
27 | */ | 29 | */ |
28 | 30 | ||
@@ -354,6 +356,10 @@ typedef struct _MPI2_DIAG_BUFFER_POST_REQUEST | |||
354 | /* count of the number of buffer types */ | 356 | /* count of the number of buffer types */ |
355 | #define MPI2_DIAG_BUF_TYPE_COUNT (0x03) | 357 | #define MPI2_DIAG_BUF_TYPE_COUNT (0x03) |
356 | 358 | ||
359 | /* values for the Flags field */ | ||
360 | #define MPI2_DIAG_BUF_FLAG_RELEASE_ON_FULL (0x00000002) | ||
361 | #define MPI2_DIAG_BUF_FLAG_IMMEDIATE_RELEASE (0x00000001) | ||
362 | |||
357 | 363 | ||
358 | /**************************************************************************** | 364 | /**************************************************************************** |
359 | * Diagnostic Buffer Post reply | 365 | * Diagnostic Buffer Post reply |