diff options
| author | Kashyap, Desai <kashyap.desai@lsi.com> | 2011-01-04 09:05:41 +0300 | 
|---|---|---|
| committer | James Bottomley <James.Bottomley@suse.de> | 2011-01-24 18:32:18 +0300 | 
| commit | 9af05d90e91026838330a2bf86a6692c86f3c4e7 (patch) | |
| tree | d9fe5df20b7ea32c477875f9b8afaea926573d3c /drivers/scsi/mpt2sas/mpi/mpi2.h | |
| parent | d315777b32a4696feb86f2a0c9e9f39c94683649 (diff) | |
| download | linux-9af05d90e91026838330a2bf86a6692c86f3c4e7.tar.xz | |
[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 @@   *                  scatter/gather formats.   *  Creation Date:  June 21, 2006   * - *  mpi2.h Version:  02.00.16 + *  mpi2.h Version:  02.00.17   *   *  Version History   *  --------------- @@ -63,6 +63,7 @@   *                      function codes, 0xF0 to 0xFF.   *  05-12-10  02.00.16  Bumped MPI2_HEADER_VERSION_UNIT.   *                      Added alternative defines for the SGE Direction bit. + *  08-11-10  02.00.17  Bumped MPI2_HEADER_VERSION_UNIT.   *  --------------------------------------------------------------------------   */ @@ -88,7 +89,7 @@  #define MPI2_VERSION_02_00                  (0x0200)  /* versioning for this MPI header set */ -#define MPI2_HEADER_VERSION_UNIT            (0x10) +#define MPI2_HEADER_VERSION_UNIT            (0x11)  #define MPI2_HEADER_VERSION_DEV             (0x00)  #define MPI2_HEADER_VERSION_UNIT_MASK       (0xFF00)  #define MPI2_HEADER_VERSION_UNIT_SHIFT      (8)  | 
