Merge branch 'vendor/FLEX'
[dragonfly.git] / sys / dev / raid / mps / mpi / mpi2_history.txt
1 /*-
2  * Copyright (c) 2011 LSI Corp.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  * 1. Redistributions of source code must retain the above copyright
9  *    notice, this list of conditions and the following disclaimer.
10  * 2. Redistributions in binary form must reproduce the above copyright
11  *    notice, this list of conditions and the following disclaimer in the
12  *    documentation and/or other materials provided with the distribution.
13  *
14  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24  * SUCH DAMAGE.
25  *
26  * LSI MPT-Fusion Host Adapter FreeBSD
27  *
28  * $FreeBSD: src/sys/dev/mps/mpi/mpi2_history.txt,v 1.2 2012/01/26 18:17:21 ken Exp $
29  */
30
31  ==============================
32  Fusion-MPT MPI 2.0 Header File Change History
33  ==============================
34
35  Copyright (c) 2000-2011 LSI Corporation.
36
37  ---------------------------------------
38  Header Set Release Version:    02.00.18
39  Header Set Release Date:       11-10-10
40  ---------------------------------------
41
42  Filename               Current version     Prior version
43  ----------             ---------------     -------------
44  mpi2.h                 02.00.18            02.00.17
45  mpi2_cnfg.h            02.00.17            02.00.16
46  mpi2_init.h            02.00.11            02.00.10
47  mpi2_ioc.h             02.00.16            02.00.15
48  mpi2_raid.h            02.00.05            02.00.05
49  mpi2_sas.h             02.00.05            02.00.05
50  mpi2_targ.h            02.00.04            02.00.04
51  mpi2_tool.h            02.00.06            02.00.06
52  mpi2_type.h            02.00.00            02.00.00
53  mpi2_ra.h              02.00.00            02.00.00
54  mpi2_hbd.h             02.00.01            02.00.01
55  mpi2_history.txt       02.00.18            02.00.17
56
57
58  *  Date      Version   Description
59  *  --------  --------  ------------------------------------------------------
60
61 mpi2.h
62  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
63  *  06-04-07  02.00.01  Bumped MPI2_HEADER_VERSION_UNIT.
64  *  06-26-07  02.00.02  Bumped MPI2_HEADER_VERSION_UNIT.
65  *  08-31-07  02.00.03  Bumped MPI2_HEADER_VERSION_UNIT.
66  *                      Moved ReplyPostHostIndex register to offset 0x6C of the
67  *                      MPI2_SYSTEM_INTERFACE_REGS and modified the define for
68  *                      MPI2_REPLY_POST_HOST_INDEX_OFFSET.
69  *                      Added union of request descriptors.
70  *                      Added union of reply descriptors.
71  *  10-31-07  02.00.04  Bumped MPI2_HEADER_VERSION_UNIT.
72  *                      Added define for MPI2_VERSION_02_00.
73  *                      Fixed the size of the FunctionDependent5 field in the
74  *                      MPI2_DEFAULT_REPLY structure.
75  *  12-18-07  02.00.05  Bumped MPI2_HEADER_VERSION_UNIT.
76  *                      Removed the MPI-defined Fault Codes and extended the
77  *                      product specific codes up to 0xEFFF.
78  *                      Added a sixth key value for the WriteSequence register
79  *                      and changed the flush value to 0x0.
80  *                      Added message function codes for Diagnostic Buffer Post
81  *                      and Diagnsotic Release.
82  *                      New IOCStatus define: MPI2_IOCSTATUS_DIAGNOSTIC_RELEASED
83  *                      Moved MPI2_VERSION_UNION from mpi2_ioc.h.
84  *  02-29-08  02.00.06  Bumped MPI2_HEADER_VERSION_UNIT.
85  *  03-03-08  02.00.07  Bumped MPI2_HEADER_VERSION_UNIT.
86  *  05-21-08  02.00.08  Bumped MPI2_HEADER_VERSION_UNIT.
87  *                      Added #defines for marking a reply descriptor as unused.
88  *  06-27-08  02.00.09  Bumped MPI2_HEADER_VERSION_UNIT.
89  *  10-02-08  02.00.10  Bumped MPI2_HEADER_VERSION_UNIT.
90  *                      Moved LUN field defines from mpi2_init.h.
91  *  01-19-09  02.00.11  Bumped MPI2_HEADER_VERSION_UNIT.
92  *  05-06-09  02.00.12  Bumped MPI2_HEADER_VERSION_UNIT.
93  *                      In all request and reply descriptors, replaced VF_ID
94  *                      field with MSIxIndex field.
95  *                      Removed DevHandle field from
96  *                      MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR and made those
97  *                      bytes reserved.
98  *                      Added RAID Accelerator functionality.
99  *  07-30-09  02.00.13  Bumped MPI2_HEADER_VERSION_UNIT.
100  *  10-28-09  02.00.14  Bumped MPI2_HEADER_VERSION_UNIT.
101  *                      Added MSI-x index mask and shift for Reply Post Host
102  *                      Index register.
103  *                      Added function code for Host Based Discovery Action.
104  *  02-10-10  02.00.15  Bumped MPI2_HEADER_VERSION_UNIT.
105  *                      Added define for MPI2_FUNCTION_PWR_MGMT_CONTROL.
106  *                      Added defines for product-specific range of message
107  *                      function codes, 0xF0 to 0xFF.
108  *  05-12-10  02.00.16  Bumped MPI2_HEADER_VERSION_UNIT.
109  *                      Added alternative defines for the SGE Direction bit.
110  *  08-11-10  02.00.17  Bumped MPI2_HEADER_VERSION_UNIT.
111  *  11-10-10  02.00.18  Bumped MPI2_HEADER_VERSION_UNIT.
112  *                      Added MPI2_IEEE_SGE_FLAGS_SYSTEMPLBCPI_ADDR define.
113  *  --------------------------------------------------------------------------
114
115 mpi2_cnfg.h
116  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
117  *  06-04-07  02.00.01  Added defines for SAS IO Unit Page 2 PhyFlags.
118  *                      Added Manufacturing Page 11.
119  *                      Added MPI2_SAS_EXPANDER0_FLAGS_CONNECTOR_END_DEVICE
120  *                      define.
121  *  06-26-07  02.00.02  Adding generic structure for product-specific
122  *                      Manufacturing pages: MPI2_CONFIG_PAGE_MANUFACTURING_PS.
123  *                      Rework of BIOS Page 2 configuration page.
124  *                      Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the
125  *                      forms.
126  *                      Added configuration pages IOC Page 8 and Driver
127  *                      Persistent Mapping Page 0.
128  *  08-31-07  02.00.03  Modified configuration pages dealing with Integrated
129  *                      RAID (Manufacturing Page 4, RAID Volume Pages 0 and 1,
130  *                      RAID Physical Disk Pages 0 and 1, RAID Configuration
131  *                      Page 0).
132  *                      Added new value for AccessStatus field of SAS Device
133  *                      Page 0 (_SATA_NEEDS_INITIALIZATION).
134  *  10-31-07  02.00.04  Added missing SEPDevHandle field to
135  *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
136  *  12-18-07  02.00.05  Modified IO Unit Page 0 to use 32-bit version fields for
137  *                      NVDATA.
138  *                      Modified IOC Page 7 to use masks and added field for
139  *                      SASBroadcastPrimitiveMasks.
140  *                      Added MPI2_CONFIG_PAGE_BIOS_4.
141  *                      Added MPI2_CONFIG_PAGE_LOG_0.
142  *  02-29-08  02.00.06  Modified various names to make them 32-character unique.
143  *                      Added SAS Device IDs.
144  *                      Updated Integrated RAID configuration pages including
145  *                      Manufacturing Page 4, IOC Page 6, and RAID Configuration
146  *                      Page 0.
147  *  05-21-08  02.00.07  Added define MPI2_MANPAGE4_MIX_SSD_SAS_SATA.
148  *                      Added define MPI2_MANPAGE4_PHYSDISK_128MB_COERCION.
149  *                      Fixed define MPI2_IOCPAGE8_FLAGS_ENCLOSURE_SLOT_MAPPING.
150  *                      Added missing MaxNumRoutedSasAddresses field to
151  *                      MPI2_CONFIG_PAGE_EXPANDER_0.
152  *                      Added SAS Port Page 0.
153  *                      Modified structure layout for
154  *                      MPI2_CONFIG_PAGE_DRIVER_MAPPING_0.
155  *  06-27-08  02.00.08  Changed MPI2_CONFIG_PAGE_RD_PDISK_1 to use
156  *                      MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array.
157  *  10-02-08  02.00.09  Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF
158  *                      to 0x000000FF.
159  *                      Added two new values for the Physical Disk Coercion Size
160  *                      bits in the Flags field of Manufacturing Page 4.
161  *                      Added product-specific Manufacturing pages 16 to 31.
162  *                      Modified Flags bits for controlling write cache on SATA
163  *                      drives in IO Unit Page 1.
164  *                      Added new bit to AdditionalControlFlags of SAS IO Unit
165  *                      Page 1 to control Invalid Topology Correction.
166  *                      Added SupportedPhysDisks field to RAID Volume Page 1 and
167  *                      added related defines.
168  *                      Added additional defines for RAID Volume Page 0
169  *                      VolumeStatusFlags field.
170  *                      Modified meaning of RAID Volume Page 0 VolumeSettings
171  *                      define for auto-configure of hot-swap drives.
172  *                      Added PhysDiskAttributes field (and related defines) to
173  *                      RAID Physical Disk Page 0.
174  *                      Added MPI2_SAS_PHYINFO_PHY_VACANT define.
175  *                      Added three new DiscoveryStatus bits for SAS IO Unit
176  *                      Page 0 and SAS Expander Page 0.
177  *                      Removed multiplexing information from SAS IO Unit pages.
178  *                      Added BootDeviceWaitTime field to SAS IO Unit Page 4.
179  *                      Removed Zone Address Resolved bit from PhyInfo and from
180  *                      Expander Page 0 Flags field.
181  *                      Added two new AccessStatus values to SAS Device Page 0
182  *                      for indicating routing problems. Added 3 reserved words
183  *                      to this page.
184  *  01-19-09  02.00.10  Fixed defines for GPIOVal field of IO Unit Page 3.
185  *                      Inserted missing reserved field into structure for IOC
186  *                      Page 6.
187  *                      Added more pending task bits to RAID Volume Page 0
188  *                      VolumeStatusFlags defines.
189  *                      Added MPI2_PHYSDISK0_STATUS_FLAG_NOT_CERTIFIED define.
190  *                      Added a new DiscoveryStatus bit for SAS IO Unit Page 0
191  *                      and SAS Expander Page 0 to flag a downstream initiator
192  *                      when in simplified routing mode.
193  *                      Removed SATA Init Failure defines for DiscoveryStatus
194  *                      fields of SAS IO Unit Page 0 and SAS Expander Page 0.
195  *                      Added MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED define.
196  *                      Added PortGroups, DmaGroup, and ControlGroup fields to
197  *                      SAS Device Page 0.
198  *  05-06-09  02.00.11  Added structures and defines for IO Unit Page 5 and IO
199  *                      Unit Page 6.
200  *                      Added expander reduced functionality data to SAS
201  *                      Expander Page 0.
202  *                      Added SAS PHY Page 2 and SAS PHY Page 3.
203  *  07-30-09  02.00.12  Added IO Unit Page 7.
204  *                      Added new device ids.
205  *                      Added SAS IO Unit Page 5.
206  *                      Added partial and slumber power management capable flags
207  *                      to SAS Device Page 0 Flags field.
208  *                      Added PhyInfo defines for power condition.
209  *                      Added Ethernet configuration pages.
210  *  10-28-09  02.00.13  Added MPI2_IOUNITPAGE1_ENABLE_HOST_BASED_DISCOVERY.
211  *                      Added SAS PHY Page 4 structure and defines.
212  *  02-10-10  02.00.14  Modified the comments for the configuration page
213  *                      structures that contain an array of data. The host
214  *                      should use the "count" field in the page data (e.g. the
215  *                      NumPhys field) to determine the number of valid elements
216  *                      in the array.
217  *                      Added/modified some MPI2_MFGPAGE_DEVID_SAS defines.
218  *                      Added PowerManagementCapabilities to IO Unit Page 7.
219  *                      Added PortWidthModGroup field to
220  *                      MPI2_SAS_IO_UNIT5_PHY_PM_SETTINGS.
221  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_6 and related defines.
222  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_7 and related defines.
223  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_8 and related defines.
224  *  05-12-10  02.00.15  Added MPI2_RAIDVOL0_STATUS_FLAG_VOL_NOT_CONSISTENT
225  *                      define.
226  *                      Added MPI2_PHYSDISK0_INCOMPATIBLE_MEDIA_TYPE define.
227  *                      Added MPI2_SAS_NEG_LINK_RATE_UNSUPPORTED_PHY define.
228  *  08-11-10  02.00.16  Removed IO Unit Page 1 device path (multi-pathing)
229  *                      defines.
230  *  11-10-10  02.00.17  Added ReceptacleID field (replacing Reserved1) to
231  *                      MPI2_MANPAGE7_CONNECTOR_INFO and reworked defines for
232  *                      the Pinout field.
233  *                      Added BoardTemperature and BoardTemperatureUnits fields
234  *                      to MPI2_CONFIG_PAGE_IO_UNIT_7.
235  *                      Added MPI2_CONFIG_EXTPAGETYPE_EXT_MANUFACTURING define
236  *                      and MPI2_CONFIG_PAGE_EXT_MAN_PS structure.
237  *  --------------------------------------------------------------------------
238
239 mpi2_init.h
240  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
241  *  10-31-07  02.00.01  Fixed name for pMpi2SCSITaskManagementRequest_t.
242  *  12-18-07  02.00.02  Modified Task Management Target Reset Method defines.
243  *  02-29-08  02.00.03  Added Query Task Set and Query Unit Attention.
244  *  03-03-08  02.00.04  Fixed name of struct _MPI2_SCSI_TASK_MANAGE_REPLY.
245  *  05-21-08  02.00.05  Fixed typo in name of Mpi2SepRequest_t.
246  *  10-02-08  02.00.06  Removed Untagged and No Disconnect values from SCSI IO
247  *                      Control field Task Attribute flags.
248  *                      Moved LUN field defines to mpi2.h becasue they are
249  *                      common to many structures.
250  *  05-06-09  02.00.07  Changed task management type of Query Unit Attention to
251  *                      Query Asynchronous Event.
252  *                      Defined two new bits in the SlotStatus field of the SCSI
253  *                      Enclosure Processor Request and Reply.
254  *  10-28-09  02.00.08  Added defines for decoding the ResponseInfo bytes for
255  *                      both SCSI IO Error Reply and SCSI Task Management Reply.
256  *                      Added ResponseInfo field to MPI2_SCSI_TASK_MANAGE_REPLY.
257  *                      Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define.
258  *  02-10-10  02.00.09  Removed unused structure that had "#if 0" around it.
259  *  05-12-10  02.00.10  Added optional vendor-unique region to SCSI IO Request.
260  *  11-10-10  02.00.11  Added MPI2_SCSIIO_NUM_SGLOFFSETS define.
261  *  --------------------------------------------------------------------------
262
263 mpi2_ioc.h
264  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
265  *  06-04-07  02.00.01  In IOCFacts Reply structure, renamed MaxDevices to
266  *                      MaxTargets.
267  *                      Added TotalImageSize field to FWDownload Request.
268  *                      Added reserved words to FWUpload Request.
269  *  06-26-07  02.00.02  Added IR Configuration Change List Event.
270  *  08-31-07  02.00.03  Removed SystemReplyQueueDepth field from the IOCInit
271  *                      request and replaced it with
272  *                      ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth.
273  *                      Replaced the MinReplyQueueDepth field of the IOCFacts
274  *                      reply with MaxReplyDescriptorPostQueueDepth.
275  *                      Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum
276  *                      depth for the Reply Descriptor Post Queue.
277  *                      Added SASAddress field to Initiator Device Table
278  *                      Overflow Event data.
279  *  10-31-07  02.00.04  Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING
280  *                      for SAS Initiator Device Status Change Event data.
281  *                      Modified Reason Code defines for SAS Topology Change
282  *                      List Event data, including adding a bit for PHY Vacant
283  *                      status, and adding a mask for the Reason Code.
284  *                      Added define for
285  *                      MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING.
286  *                      Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID.
287  *  12-18-07  02.00.05  Added Boot Status defines for the IOCExceptions field of
288  *                      the IOCFacts Reply.
289  *                      Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
290  *                      Moved MPI2_VERSION_UNION to mpi2.h.
291  *                      Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks
292  *                      instead of enables, and added SASBroadcastPrimitiveMasks
293  *                      field.
294  *                      Added Log Entry Added Event and related structure.
295  *  02-29-08  02.00.06  Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID.
296  *                      Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET.
297  *                      Added MaxVolumes and MaxPersistentEntries fields to
298  *                      IOCFacts reply.
299  *                      Added ProtocalFlags and IOCCapabilities fields to
300  *                      MPI2_FW_IMAGE_HEADER.
301  *                      Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT.
302  *  03-03-08  02.00.07  Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to
303  *                      a U16 (from a U32).
304  *                      Removed extra 's' from EventMasks name.
305  *  06-27-08  02.00.08  Fixed an offset in a comment.
306  *  10-02-08  02.00.09  Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST.
307  *                      Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
308  *                      renamed MinReplyFrameSize to ReplyFrameSize.
309  *                      Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX.
310  *                      Added two new RAIDOperation values for Integrated RAID
311  *                      Operations Status Event data.
312  *                      Added four new IR Configuration Change List Event data
313  *                      ReasonCode values.
314  *                      Added two new ReasonCode defines for SAS Device Status
315  *                      Change Event data.
316  *                      Added three new DiscoveryStatus bits for the SAS
317  *                      Discovery event data.
318  *                      Added Multiplexing Status Change bit to the PhyStatus
319  *                      field of the SAS Topology Change List event data.
320  *                      Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY.
321  *                      BootFlags are now product-specific.
322  *                      Added defines for the indivdual signature bytes
323  *                      for MPI2_INIT_IMAGE_FOOTER.
324  *  01-19-09  02.00.10  Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define.
325  *                      Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR
326  *                      define.
327  *                      Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE
328  *                      define.
329  *                      Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define.
330  *  05-06-09  02.00.11  Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define.
331  *                      Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define.
332  *                      Added two new reason codes for SAS Device Status Change
333  *                      Event.
334  *                      Added new event: SAS PHY Counter.
335  *  07-30-09  02.00.12  Added GPIO Interrupt event define and structure.
336  *                      Added MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
337  *                      Added new product id family for 2208.
338  *  10-28-09  02.00.13  Added HostMSIxVectors field to MPI2_IOC_INIT_REQUEST.
339  *                      Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
340  *                      Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
341  *                      Added MPI2_IOCFACTS_CAPABILITY_HOST_BASED_DISCOVERY.
342  *                      Added MPI2_EVENT_HOST_BASED_DISCOVERY_PHY define.
343  *                      Added MPI2_EVENT_SAS_TOPO_ES_NO_EXPANDER define.
344  *                      Added Host Based Discovery Phy Event data.
345  *                      Added defines for ProductID Product field
346  *                      (MPI2_FW_HEADER_PID_).
347  *                      Modified values for SAS ProductID Family
348  *                      (MPI2_FW_HEADER_PID_FAMILY_).
349  *  02-10-10  02.00.14  Added SAS Quiesce Event structure and defines.
350  *                      Added PowerManagementControl Request structures and
351  *                      defines.
352  *  05-12-10  02.00.15  Marked Task Set Full Event as obsolete.
353  *                      Added MPI2_EVENT_SAS_TOPO_LR_UNSUPPORTED_PHY define.
354  *  11-10-10  02.00.16  Added MPI2_FW_DOWNLOAD_ITYPE_MIN_PRODUCT_SPECIFIC.
355  *  --------------------------------------------------------------------------
356
357 mpi2_raid.h
358  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
359  *  08-31-07  02.00.01  Modifications to RAID Action request and reply,
360  *                      including the Actions and ActionData.
361  *  02-29-08  02.00.02  Added MPI2_RAID_ACTION_ADATA_DISABL_FULL_REBUILD.
362  *  05-21-08  02.00.03  Added MPI2_RAID_VOL_CREATION_NUM_PHYSDISKS so that
363  *                      the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT
364  *                      can be sized by the build environment.
365  *  07-30-09  02.00.04  Added proper define for the Use Default Settings bit of
366  *                      VolumeCreationFlags and marked the old one as obsolete.
367  *  05-12-10  02.00.05  Added MPI2_RAID_VOL_FLAGS_OP_MDC define.
368  *  --------------------------------------------------------------------------
369
370 mpi2_sas.h
371  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
372  *  06-26-07  02.00.01  Added Clear All Persistent Operation to SAS IO Unit
373  *                      Control Request.
374  *  10-02-08  02.00.02  Added Set IOC Parameter Operation to SAS IO Unit Control
375  *                      Request.
376  *  10-28-09  02.00.03  Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
377  *                      to MPI2_SGE_IO_UNION since it supports chained SGLs.
378  *  05-12-10  02.00.04  Modified some comments.
379  *  08-11-10  02.00.05  Added NCQ operations to SAS IO Unit Control.
380  *  --------------------------------------------------------------------------
381
382 mpi2_targ.h
383  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
384  *  08-31-07  02.00.01  Added Command Buffer Data Location Address Space bits to
385  *                      BufferPostFlags field of CommandBufferPostBase Request.
386  *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
387  *  10-02-08  02.00.03  Removed NextCmdBufferOffset from
388  *                      MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
389  *                      Target Status Send Request only takes a single SGE for
390  *                      response data.
391  *  02-10-10  02.00.04  Added comment to MPI2_TARGET_SSP_RSP_IU structure.
392  *  --------------------------------------------------------------------------
393
394 mpi2_tool.h
395  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
396  *  12-18-07  02.00.01  Added Diagnostic Buffer Post and Diagnostic Release
397  *                      structures and defines.
398  *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
399  *  05-06-09  02.00.03  Added ISTWI Read Write Tool and Diagnostic CLI Tool.
400  *  07-30-09  02.00.04  Added ExtendedType field to DiagnosticBufferPost request
401  *                      and reply messages.
402  *                      Added MPI2_DIAG_BUF_TYPE_EXTENDED.
403  *                      Incremented MPI2_DIAG_BUF_TYPE_COUNT.
404  *  05-12-10  02.00.05  Added Diagnostic Data Upload tool.
405  *  08-11-10  02.00.06  Added defines that were missing for Diagnostic Buffer
406  *                      Post Request.
407  *  --------------------------------------------------------------------------
408
409 mpi2_type.h
410  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
411  *  --------------------------------------------------------------------------
412
413 mpi2_ra.h
414  *  05-06-09  02.00.00  Initial version.
415  *  --------------------------------------------------------------------------
416
417 mpi2_hbd.h
418  *  10-28-09  02.00.00  Initial version.
419  *  08-11-10  02.00.01  Removed PortGroups, DmaGroup, and ControlGroup from
420  *                      HBD Action request, replaced by AdditionalInfo field.
421  *  --------------------------------------------------------------------------
422
423
424 mpi2_history.txt         Parts list history
425
426 Filename     02.00.18
427 ----------   --------
428 mpi2.h       02.00.18
429 mpi2_cnfg.h  02.00.17
430 mpi2_init.h  02.00.11
431 mpi2_ioc.h   02.00.16
432 mpi2_raid.h  02.00.05
433 mpi2_sas.h   02.00.05
434 mpi2_targ.h  02.00.04
435 mpi2_tool.h  02.00.06
436 mpi2_type.h  02.00.00
437 mpi2_ra.h    02.00.00
438 mpi2_hbd.h   02.00.01
439
440 Filename     02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
441 ----------   --------  --------  --------  --------  --------  --------
442 mpi2.h       02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
443 mpi2_cnfg.h  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
444 mpi2_init.h  02.00.10  02.00.10  02.00.09  02.00.08  02.00.07  02.00.07
445 mpi2_ioc.h   02.00.15  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
446 mpi2_raid.h  02.00.05  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
447 mpi2_sas.h   02.00.05  02.00.04  02.00.03  02.00.03  02.00.02  02.00.02
448 mpi2_targ.h  02.00.04  02.00.04  02.00.04  02.00.03  02.00.03  02.00.03
449 mpi2_tool.h  02.00.06  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
450 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
451 mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
452 mpi2_hbd.h   02.00.01  02.00.00  02.00.00  02.00.00
453
454 Filename     02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
455 ----------   --------  --------  --------  --------  --------  --------
456 mpi2.h       02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
457 mpi2_cnfg.h  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06  02.00.06
458 mpi2_init.h  02.00.06  02.00.06  02.00.05  02.00.05  02.00.04  02.00.03
459 mpi2_ioc.h   02.00.10  02.00.09  02.00.08  02.00.07  02.00.07  02.00.06
460 mpi2_raid.h  02.00.03  02.00.03  02.00.03  02.00.03  02.00.02  02.00.02
461 mpi2_sas.h   02.00.02  02.00.02  02.00.01  02.00.01  02.00.01  02.00.01
462 mpi2_targ.h  02.00.03  02.00.03  02.00.02  02.00.02  02.00.02  02.00.02
463 mpi2_tool.h  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
464 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
465
466 Filename     02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
467 ----------   --------  --------  --------  --------  --------  --------
468 mpi2.h       02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
469 mpi2_cnfg.h  02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
470 mpi2_init.h  02.00.02  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00
471 mpi2_ioc.h   02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
472 mpi2_raid.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
473 mpi2_sas.h   02.00.01  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00
474 mpi2_targ.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
475 mpi2_tool.h  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
476 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00