aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpi/mpi2_init.h
diff options
context:
space:
mode:
authorKashyap, Desai <kashyap.desai@lsi.com>2010-06-17 04:07:59 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-07-27 13:02:13 -0400
commit203d65b16cfef448dbfb79f66b672be4511fc6a9 (patch)
treeb0f714f4f6ff3e4a7fde95c5c20affa9faed4e52 /drivers/scsi/mpt2sas/mpi/mpi2_init.h
parentd32a8c15e1116e87f0105356eca1afb99842ab49 (diff)
[SCSI] mpt2sas: MPI header version N is updated.
Updating MPI header version N. Removed mpi_history.txt. 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_init.h')
-rw-r--r--drivers/scsi/mpt2sas/mpi/mpi2_init.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2_init.h b/drivers/scsi/mpt2sas/mpi/mpi2_init.h
index 220bf65a921..c4c99dfcb82 100644
--- a/drivers/scsi/mpt2sas/mpi/mpi2_init.h
+++ b/drivers/scsi/mpt2sas/mpi/mpi2_init.h
@@ -6,7 +6,7 @@
6 * Title: MPI SCSI initiator mode messages and structures 6 * Title: MPI SCSI initiator mode messages and structures
7 * Creation Date: June 23, 2006 7 * Creation Date: June 23, 2006
8 * 8 *
9 * mpi2_init.h Version: 02.00.08 9 * mpi2_init.h Version: 02.00.09
10 * 10 *
11 * Version History 11 * Version History
12 * --------------- 12 * ---------------
@@ -31,6 +31,7 @@
31 * both SCSI IO Error Reply and SCSI Task Management Reply. 31 * both SCSI IO Error Reply and SCSI Task Management Reply.
32 * Added ResponseInfo field to MPI2_SCSI_TASK_MANAGE_REPLY. 32 * Added ResponseInfo field to MPI2_SCSI_TASK_MANAGE_REPLY.
33 * Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define. 33 * Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define.
34 * 02-10-10 02.00.09 Removed unused structure that had "#if 0" around it.
34 * -------------------------------------------------------------------------- 35 * --------------------------------------------------------------------------
35 */ 36 */
36 37
@@ -57,20 +58,6 @@ typedef struct
57} MPI2_SCSI_IO_CDB_EEDP32, MPI2_POINTER PTR_MPI2_SCSI_IO_CDB_EEDP32, 58} MPI2_SCSI_IO_CDB_EEDP32, MPI2_POINTER PTR_MPI2_SCSI_IO_CDB_EEDP32,
58 Mpi2ScsiIoCdbEedp32_t, MPI2_POINTER pMpi2ScsiIoCdbEedp32_t; 59 Mpi2ScsiIoCdbEedp32_t, MPI2_POINTER pMpi2ScsiIoCdbEedp32_t;
59 60
60/* TBD: I don't think this is needed for MPI2/Gen2 */
61#if 0
62typedef struct
63{
64 U8 CDB[16]; /* 0x00 */
65 U32 DataLength; /* 0x10 */
66 U32 PrimaryReferenceTag; /* 0x14 */
67 U16 PrimaryApplicationTag; /* 0x18 */
68 U16 PrimaryApplicationTagMask; /* 0x1A */
69 U32 TransferLength; /* 0x1C */
70} MPI2_SCSI_IO32_CDB_EEDP16, MPI2_POINTER PTR_MPI2_SCSI_IO32_CDB_EEDP16,
71 Mpi2ScsiIo32CdbEedp16_t, MPI2_POINTER pMpi2ScsiIo32CdbEedp16_t;
72#endif
73
74typedef union 61typedef union
75{ 62{
76 U8 CDB32[32]; 63 U8 CDB32[32];