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.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.h')
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2.h b/drivers/scsi/mpt2sas/mpi/mpi2.h index 8be75e65f763..a3e60385787f 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2.h +++ b/drivers/scsi/mpt2sas/mpi/mpi2.h | |||
@@ -8,7 +8,7 @@ | |||
8 | * scatter/gather formats. | 8 | * scatter/gather formats. |
9 | * Creation Date: June 21, 2006 | 9 | * Creation Date: June 21, 2006 |
10 | * | 10 | * |
11 | * mpi2.h Version: 02.00.16 | 11 | * mpi2.h Version: 02.00.17 |
12 | * | 12 | * |
13 | * Version History | 13 | * Version History |
14 | * --------------- | 14 | * --------------- |
@@ -63,6 +63,7 @@ | |||
63 | * function codes, 0xF0 to 0xFF. | 63 | * function codes, 0xF0 to 0xFF. |
64 | * 05-12-10 02.00.16 Bumped MPI2_HEADER_VERSION_UNIT. | 64 | * 05-12-10 02.00.16 Bumped MPI2_HEADER_VERSION_UNIT. |
65 | * Added alternative defines for the SGE Direction bit. | 65 | * Added alternative defines for the SGE Direction bit. |
66 | * 08-11-10 02.00.17 Bumped MPI2_HEADER_VERSION_UNIT. | ||
66 | * -------------------------------------------------------------------------- | 67 | * -------------------------------------------------------------------------- |
67 | */ | 68 | */ |
68 | 69 | ||
@@ -88,7 +89,7 @@ | |||
88 | #define MPI2_VERSION_02_00 (0x0200) | 89 | #define MPI2_VERSION_02_00 (0x0200) |
89 | 90 | ||
90 | /* versioning for this MPI header set */ | 91 | /* versioning for this MPI header set */ |
91 | #define MPI2_HEADER_VERSION_UNIT (0x10) | 92 | #define MPI2_HEADER_VERSION_UNIT (0x11) |
92 | #define MPI2_HEADER_VERSION_DEV (0x00) | 93 | #define MPI2_HEADER_VERSION_DEV (0x00) |
93 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) | 94 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) |
94 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) | 95 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) |