Skip to content

Commit 2076eb6

Browse files
Eric MooreJames Bottomley
authored andcommitted
[SCSI] fusion : mpi header update
MPI Header Update Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 309bd27 commit 2076eb6

File tree

9 files changed

+413
-173
lines changed

9 files changed

+413
-173
lines changed

drivers/message/fusion/lsi/fc_log.h

Lines changed: 0 additions & 89 deletions
This file was deleted.

drivers/message/fusion/lsi/mpi.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Title: MPI Message independent structures and definitions
77
* Creation Date: July 27, 2000
88
*
9-
* mpi.h Version: 01.05.10
9+
* mpi.h Version: 01.05.11
1010
*
1111
* Version History
1212
* ---------------
@@ -76,6 +76,7 @@
7676
* Added EEDP IOCStatus codes.
7777
* 08-03-05 01.05.09 Bumped MPI_HEADER_VERSION_UNIT.
7878
* 08-30-05 01.05.10 Added 2 new IOCStatus codes for Target.
79+
* 03-27-06 01.05.11 Bumped MPI_HEADER_VERSION_UNIT.
7980
* --------------------------------------------------------------------------
8081
*/
8182

@@ -106,7 +107,7 @@
106107
/* Note: The major versions of 0xe0 through 0xff are reserved */
107108

108109
/* versioning for this MPI header set */
109-
#define MPI_HEADER_VERSION_UNIT (0x0C)
110+
#define MPI_HEADER_VERSION_UNIT (0x0D)
110111
#define MPI_HEADER_VERSION_DEV (0x00)
111112
#define MPI_HEADER_VERSION_UNIT_MASK (0xFF00)
112113
#define MPI_HEADER_VERSION_UNIT_SHIFT (8)

0 commit comments

Comments
 (0)