aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/lsi/mpi_history.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/message/fusion/lsi/mpi_history.txt')
-rw-r--r--drivers/message/fusion/lsi/mpi_history.txt66
1 files changed, 54 insertions, 12 deletions
diff --git a/drivers/message/fusion/lsi/mpi_history.txt b/drivers/message/fusion/lsi/mpi_history.txt
index ddc7ae029dd3..a1f479057ea3 100644
--- a/drivers/message/fusion/lsi/mpi_history.txt
+++ b/drivers/message/fusion/lsi/mpi_history.txt
@@ -3,28 +3,28 @@
3 MPI Header File Change History 3 MPI Header File Change History
4 ============================== 4 ==============================
5 5
6 Copyright (c) 2000-2006 LSI Logic Corporation. 6 Copyright (c) 2000-2007 LSI Logic Corporation.
7 7
8 --------------------------------------- 8 ---------------------------------------
9 Header Set Release Version: 01.05.14 9 Header Set Release Version: 01.05.16
10 Header Set Release Date: 10-11-06 10 Header Set Release Date: 05-24-07
11 --------------------------------------- 11 ---------------------------------------
12 12
13 Filename Current version Prior version 13 Filename Current version Prior version
14 ---------- --------------- ------------- 14 ---------- --------------- -------------
15 mpi.h 01.05.12 01.05.11 15 mpi.h 01.05.13 01.05.12
16 mpi_ioc.h 01.05.12 01.05.11 16 mpi_ioc.h 01.05.14 01.05.13
17 mpi_cnfg.h 01.05.13 01.05.12 17 mpi_cnfg.h 01.05.15 01.05.14
18 mpi_init.h 01.05.08 01.05.07 18 mpi_init.h 01.05.09 01.05.09
19 mpi_targ.h 01.05.06 01.05.06 19 mpi_targ.h 01.05.06 01.05.06
20 mpi_fc.h 01.05.01 01.05.01 20 mpi_fc.h 01.05.01 01.05.01
21 mpi_lan.h 01.05.01 01.05.01 21 mpi_lan.h 01.05.01 01.05.01
22 mpi_raid.h 01.05.02 01.05.02 22 mpi_raid.h 01.05.03 01.05.03
23 mpi_tool.h 01.05.03 01.05.03 23 mpi_tool.h 01.05.03 01.05.03
24 mpi_inb.h 01.05.01 01.05.01 24 mpi_inb.h 01.05.01 01.05.01
25 mpi_sas.h 01.05.04 01.05.03 25 mpi_sas.h 01.05.04 01.05.04
26 mpi_type.h 01.05.02 01.05.02 26 mpi_type.h 01.05.02 01.05.02
27 mpi_history.txt 01.05.14 01.05.13 27 mpi_history.txt 01.05.14 01.05.14
28 28
29 29
30 * Date Version Description 30 * Date Version Description
@@ -95,6 +95,7 @@ mpi.h
95 * 08-30-05 01.05.10 Added 2 new IOCStatus codes for Target. 95 * 08-30-05 01.05.10 Added 2 new IOCStatus codes for Target.
96 * 03-27-06 01.05.11 Bumped MPI_HEADER_VERSION_UNIT. 96 * 03-27-06 01.05.11 Bumped MPI_HEADER_VERSION_UNIT.
97 * 10-11-06 01.05.12 Bumped MPI_HEADER_VERSION_UNIT. 97 * 10-11-06 01.05.12 Bumped MPI_HEADER_VERSION_UNIT.
98 * 05-24-07 01.05.13 Bumped MPI_HEADER_VERSION_UNIT.
98 * -------------------------------------------------------------------------- 99 * --------------------------------------------------------------------------
99 100
100mpi_ioc.h 101mpi_ioc.h
@@ -191,6 +192,13 @@ mpi_ioc.h
191 * data structure. 192 * data structure.
192 * Added new ImageType values for FWDownload and FWUpload 193 * Added new ImageType values for FWDownload and FWUpload
193 * requests. 194 * requests.
195 * 02-28-07 01.05.13 Added MPI_EVENT_PRIMITIVE_ASYNCHRONOUS_EVENT for SAS
196 * Broadcast Event Data (replacing _RESERVED2).
197 * For Discovery Error Event Data DiscoveryStatus field,
198 * replaced _MULTPL_PATHS with _UNSUPPORTED_DEVICE and
199 * added _MULTI_PORT_DOMAIN.
200 * 05-24-07 01.05.14 Added Common Boot Block type to FWDownload Request.
201 * Added Common Boot Block type to FWUpload Request.
194 * -------------------------------------------------------------------------- 202 * --------------------------------------------------------------------------
195 203
196mpi_cnfg.h 204mpi_cnfg.h
@@ -473,6 +481,21 @@ mpi_cnfg.h
473 * Added more AccessStatus values for SAS Device Page 0. 481 * Added more AccessStatus values for SAS Device Page 0.
474 * Added bit for SATA Asynchronous Notification Support in 482 * Added bit for SATA Asynchronous Notification Support in
475 * Flags field of SAS Device Page 0. 483 * Flags field of SAS Device Page 0.
484 * 02-28-07 01.05.14 Added ExtFlags field to Manufacturing Page 4.
485 * Added Disable SMART Polling for CapabilitiesFlags of
486 * IOC Page 6.
487 * Added Disable SMART Polling to DeviceSettings of BIOS
488 * Page 1.
489 * Added Multi-Port Domain bit for DiscoveryStatus field
490 * of SAS IO Unit Page.
491 * Added Multi-Port Domain Illegal flag for SAS IO Unit
492 * Page 1 AdditionalControlFlags field.
493 * 05-24-07 01.05.15 Added Hide Physical Disks with Non-Integrated RAID
494 * Metadata bit to Manufacturing Page 4 ExtFlags field.
495 * Added Internal Connector to End Device Present bit to
496 * Expander Page 0 Flags field.
497 * Fixed define for
498 * MPI_SAS_EXPANDER1_DISCINFO_BAD_PHY_DISABLED.
476 * -------------------------------------------------------------------------- 499 * --------------------------------------------------------------------------
477 500
478mpi_init.h 501mpi_init.h
@@ -517,6 +540,8 @@ mpi_init.h
517 * unique in the first 32 characters. 540 * unique in the first 32 characters.
518 * 03-27-06 01.05.07 Added Task Management type of Clear ACA. 541 * 03-27-06 01.05.07 Added Task Management type of Clear ACA.
519 * 10-11-06 01.05.08 Shortened define for Task Management type of Clear ACA. 542 * 10-11-06 01.05.08 Shortened define for Task Management type of Clear ACA.
543 * 02-28-07 01.05.09 Defined two new MsgFlags bits for SCSI Task Management
544 * Request: Do Not Send Task IU and Soft Reset Option.
520 * -------------------------------------------------------------------------- 545 * --------------------------------------------------------------------------
521 546
522mpi_targ.h 547mpi_targ.h
@@ -571,7 +596,7 @@ mpi_fc.h
571 * 11-02-00 01.01.01 Original release for post 1.0 work 596 * 11-02-00 01.01.01 Original release for post 1.0 work
572 * 12-04-00 01.01.02 Added messages for Common Transport Send and 597 * 12-04-00 01.01.02 Added messages for Common Transport Send and
573 * Primitive Send. 598 * Primitive Send.
574 * 01-09-01 01.01.03 Modified some of the new flags to have an MPI prefix 599 * 01-09-01 01.01.03 Modifed some of the new flags to have an MPI prefix
575 * and modified the FcPrimitiveSend flags. 600 * and modified the FcPrimitiveSend flags.
576 * 01-25-01 01.01.04 Move InitiatorIndex in LinkServiceRsp reply to a larger 601 * 01-25-01 01.01.04 Move InitiatorIndex in LinkServiceRsp reply to a larger
577 * field. 602 * field.
@@ -634,6 +659,8 @@ mpi_raid.h
634 * 08-19-04 01.05.01 Original release for MPI v1.5. 659 * 08-19-04 01.05.01 Original release for MPI v1.5.
635 * 01-15-05 01.05.02 Added defines for the two new RAID Actions for 660 * 01-15-05 01.05.02 Added defines for the two new RAID Actions for
636 * _SET_RESYNC_RATE and _SET_DATA_SCRUB_RATE. 661 * _SET_RESYNC_RATE and _SET_DATA_SCRUB_RATE.
662 * 02-28-07 01.05.03 Added new RAID Action, Device FW Update Mode, and
663 * associated defines.
637 * -------------------------------------------------------------------------- 664 * --------------------------------------------------------------------------
638 665
639mpi_tool.h 666mpi_tool.h
@@ -682,7 +709,22 @@ mpi_type.h
682 709
683mpi_history.txt Parts list history 710mpi_history.txt Parts list history
684 711
685Filename 01.05.13 01.05.13 01.05.12 01.05.11 01.05.10 01.05.09 712Filename 01.05.15 01.05.15
713---------- -------- --------
714mpi.h 01.05.12 01.05.13
715mpi_ioc.h 01.05.13 01.05.14
716mpi_cnfg.h 01.05.14 01.05.15
717mpi_init.h 01.05.09 01.05.09
718mpi_targ.h 01.05.06 01.05.06
719mpi_fc.h 01.05.01 01.05.01
720mpi_lan.h 01.05.01 01.05.01
721mpi_raid.h 01.05.03 01.05.03
722mpi_tool.h 01.05.03 01.05.03
723mpi_inb.h 01.05.01 01.05.01
724mpi_sas.h 01.05.04 01.05.04
725mpi_type.h 01.05.02 01.05.02
726
727Filename 01.05.14 01.05.13 01.05.12 01.05.11 01.05.10 01.05.09
686---------- -------- -------- -------- -------- -------- -------- 728---------- -------- -------- -------- -------- -------- --------
687mpi.h 01.05.12 01.05.11 01.05.10 01.05.09 01.05.08 01.05.07 729mpi.h 01.05.12 01.05.11 01.05.10 01.05.09 01.05.08 01.05.07
688mpi_ioc.h 01.05.12 01.05.11 01.05.10 01.05.09 01.05.09 01.05.08 730mpi_ioc.h 01.05.12 01.05.11 01.05.10 01.05.09 01.05.09 01.05.08