diff options
Diffstat (limited to 'drivers/message/fusion/lsi/mpi_init.h')
-rw-r--r-- | drivers/message/fusion/lsi/mpi_init.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/message/fusion/lsi/mpi_init.h b/drivers/message/fusion/lsi/mpi_init.h index ec9dff2249a7..3a02615f12d6 100644 --- a/drivers/message/fusion/lsi/mpi_init.h +++ b/drivers/message/fusion/lsi/mpi_init.h | |||
@@ -1,12 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2000-2006 LSI Logic Corporation. | 2 | * Copyright (c) 2000-2007 LSI Logic Corporation. |
3 | * | 3 | * |
4 | * | 4 | * |
5 | * Name: mpi_init.h | 5 | * Name: mpi_init.h |
6 | * Title: MPI initiator mode messages and structures | 6 | * Title: MPI initiator mode messages and structures |
7 | * Creation Date: June 8, 2000 | 7 | * Creation Date: June 8, 2000 |
8 | * | 8 | * |
9 | * mpi_init.h Version: 01.05.08 | 9 | * mpi_init.h Version: 01.05.09 |
10 | * | 10 | * |
11 | * Version History | 11 | * Version History |
12 | * --------------- | 12 | * --------------- |
@@ -54,6 +54,8 @@ | |||
54 | * unique in the first 32 characters. | 54 | * unique in the first 32 characters. |
55 | * 03-27-06 01.05.07 Added Task Management type of Clear ACA. | 55 | * 03-27-06 01.05.07 Added Task Management type of Clear ACA. |
56 | * 10-11-06 01.05.08 Shortened define for Task Management type of Clear ACA. | 56 | * 10-11-06 01.05.08 Shortened define for Task Management type of Clear ACA. |
57 | * 02-28-07 01.05.09 Defined two new MsgFlags bits for SCSI Task Management | ||
58 | * Request: Do Not Send Task IU and Soft Reset Option. | ||
57 | * -------------------------------------------------------------------------- | 59 | * -------------------------------------------------------------------------- |
58 | */ | 60 | */ |
59 | 61 | ||
@@ -432,10 +434,14 @@ typedef struct _MSG_SCSI_TASK_MGMT | |||
432 | #define MPI_SCSITASKMGMT_TASKTYPE_CLR_ACA (0x08) | 434 | #define MPI_SCSITASKMGMT_TASKTYPE_CLR_ACA (0x08) |
433 | 435 | ||
434 | /* MsgFlags bits */ | 436 | /* MsgFlags bits */ |
437 | #define MPI_SCSITASKMGMT_MSGFLAGS_DO_NOT_SEND_TASK_IU (0x01) | ||
438 | |||
435 | #define MPI_SCSITASKMGMT_MSGFLAGS_TARGET_RESET_OPTION (0x00) | 439 | #define MPI_SCSITASKMGMT_MSGFLAGS_TARGET_RESET_OPTION (0x00) |
436 | #define MPI_SCSITASKMGMT_MSGFLAGS_LIP_RESET_OPTION (0x02) | 440 | #define MPI_SCSITASKMGMT_MSGFLAGS_LIP_RESET_OPTION (0x02) |
437 | #define MPI_SCSITASKMGMT_MSGFLAGS_LIPRESET_RESET_OPTION (0x04) | 441 | #define MPI_SCSITASKMGMT_MSGFLAGS_LIPRESET_RESET_OPTION (0x04) |
438 | 442 | ||
443 | #define MPI_SCSITASKMGMT_MSGFLAGS_SOFT_RESET_OPTION (0x08) | ||
444 | |||
439 | /* SCSI Task Management Reply */ | 445 | /* SCSI Task Management Reply */ |
440 | typedef struct _MSG_SCSI_TASK_MGMT_REPLY | 446 | typedef struct _MSG_SCSI_TASK_MGMT_REPLY |
441 | { | 447 | { |