diff options
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_sas.h')
| -rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2_sas.h | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/drivers/scsi/mpt2sas/mpi/mpi2_sas.h b/drivers/scsi/mpt2sas/mpi/mpi2_sas.h index 2d8aeed5139..608f6d6e6fc 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2_sas.h +++ b/drivers/scsi/mpt2sas/mpi/mpi2_sas.h @@ -1,12 +1,12 @@  /* - *  Copyright (c) 2000-2007 LSI Corporation. + *  Copyright (c) 2000-2010 LSI Corporation.   *   *   *           Name:  mpi2_sas.h   *          Title:  MPI Serial Attached SCSI structures and definitions   *  Creation Date:  February 9, 2007   * - *  mpi2.h Version:  02.00.03 + *  mpi2_sas.h Version:  02.00.04   *   *  Version History   *  --------------- @@ -20,6 +20,7 @@   *                      Request.   *  10-28-09  02.00.03  Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST   *                      to MPI2_SGE_IO_UNION since it supports chained SGLs. + *  05-12-10  02.00.04  Modified some comments.   *  --------------------------------------------------------------------------   */ @@ -110,7 +111,7 @@ typedef struct _MPI2_SMP_PASSTHROUGH_REQUEST  /* values for PassthroughFlags field */  #define MPI2_SMP_PT_REQ_PT_FLAGS_IMMEDIATE      (0x80) -/* values for SGLFlags field are in the SGL section of mpi2.h */ +/* use MPI2_SGLFLAGS_ defines from mpi2.h for the SGLFlags field */  /* SMP Passthrough Reply Message */ @@ -174,7 +175,7 @@ typedef struct _MPI2_SATA_PASSTHROUGH_REQUEST  #define MPI2_SATA_PT_REQ_PT_FLAGS_WRITE             (0x0002)  #define MPI2_SATA_PT_REQ_PT_FLAGS_READ              (0x0001) -/* values for SGLFlags field are in the SGL section of mpi2.h */ +/* use MPI2_SGLFLAGS_ defines from mpi2.h for the SGLFlags field */  /* SATA Passthrough Reply Message */ | 
