diff options
author | Sreekanth Reddy <sreekanth.reddy@avagotech.com> | 2015-01-12 01:08:55 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-01-12 07:15:35 -0500 |
commit | cb16ef384f15d33a53b4db47878aa818be059d77 (patch) | |
tree | 92daa0af65a290598bb4f56c8219a56bbb459a89 /drivers/scsi/mpt2sas/mpi/mpi2.h | |
parent | 0128d5cf8f85c93b3c70ff03299c2839f3e6d21e (diff) |
mpt2sas: MPI2 Rev AA (2.00.19) specifications
Below is the changeset from the MPI specification and 2.00.34 header
files:
1) Defined additional bits in the BiosOptions field of BIOS Page 1 to
allow for finer control of X86 BIOS and UEFI BSD.
2) For the Clean Tool, reserved bit 26 of the Flags field for product
specific use.
Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2.h')
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2.h b/drivers/scsi/mpt2sas/mpi/mpi2.h index 088eefa67da8..76cde3fa5d62 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.32 | 11 | * mpi2.h Version: 02.00.34 |
12 | * | 12 | * |
13 | * Version History | 13 | * Version History |
14 | * --------------- | 14 | * --------------- |
@@ -83,6 +83,8 @@ | |||
83 | * 04-09-13 02.00.30 Bumped MPI2_HEADER_VERSION_UNIT. | 83 | * 04-09-13 02.00.30 Bumped MPI2_HEADER_VERSION_UNIT. |
84 | * 04-17-13 02.00.31 Bumped MPI2_HEADER_VERSION_UNIT. | 84 | * 04-17-13 02.00.31 Bumped MPI2_HEADER_VERSION_UNIT. |
85 | * 08-19-13 02.00.32 Bumped MPI2_HEADER_VERSION_UNIT. | 85 | * 08-19-13 02.00.32 Bumped MPI2_HEADER_VERSION_UNIT. |
86 | * 12-05-13 02.00.33 Bumped MPI2_HEADER_VERSION_UNIT. | ||
87 | * 01-08-14 02.00.34 Bumped MPI2_HEADER_VERSION_UNIT. | ||
86 | * -------------------------------------------------------------------------- | 88 | * -------------------------------------------------------------------------- |
87 | */ | 89 | */ |
88 | 90 | ||