]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/dev/mpr/mpi/mpi2_history.txt
MFC r299263, r299265, r299266, r299267, r299268, r299269, r299270, r299271,
[FreeBSD/stable/10.git] / sys / dev / mpr / mpi / mpi2_history.txt
1 /*-
2  * Copyright (c) 2012-2015 LSI Corp.
3  * Copyright (c) 2013-2016 Avago Technologies
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions
8  * are met:
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  *    notice, this list of conditions and the following disclaimer in the
13  *    documentation and/or other materials provided with the distribution.
14  * 3. Neither the name of the author nor the names of any co-contributors
15  *    may be used to endorse or promote products derived from this software
16  *    without specific prior written permission.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28  * SUCH DAMAGE.
29  *
30  * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD
31  *
32  * $FreeBSD$
33  */
34
35  ==============================
36  Fusion-MPT MPI 2.0 / 2.5 Header File Change History
37  ==============================
38
39  Copyright (c) 2000-2015 LSI Corporation.
40  Copyright (c) 2013-2016 Avago Technologies
41  All rights reserved.
42
43  ---------------------------------------
44  Header Set Release Version:    02.00.42
45  Header Set Release Date:       01-04-16
46  ---------------------------------------
47
48  Filename               Current version     Prior version
49  ----------             ---------------     -------------
50  mpi2.h                 02.00.42            02.00.41
51  mpi2_cnfg.h            02.00.35            02.00.34
52  mpi2_init.h            02.00.20            02.00.19
53  mpi2_ioc.h             02.00.27            02.00.27
54  mpi2_raid.h            02.00.11            02.00.11
55  mpi2_sas.h             02.00.10            02.00.10
56  mpi2_targ.h            02.00.09            02.00.09
57  mpi2_tool.h            02.00.13            02.00.13
58  mpi2_type.h            02.00.01            02.00.01
59  mpi2_ra.h              02.00.01            02.00.01
60  mpi2_hbd.h             02.00.03            02.00.03
61  mpi2_history.txt       02.00.41            02.00.40
62
63
64  *  Date      Version   Description
65  *  --------  --------  ------------------------------------------------------
66
67 mpi2.h
68  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
69  *  06-04-07  02.00.01  Bumped MPI2_HEADER_VERSION_UNIT.
70  *  06-26-07  02.00.02  Bumped MPI2_HEADER_VERSION_UNIT.
71  *  08-31-07  02.00.03  Bumped MPI2_HEADER_VERSION_UNIT.
72  *                      Moved ReplyPostHostIndex register to offset 0x6C of the
73  *                      MPI2_SYSTEM_INTERFACE_REGS and modified the define for
74  *                      MPI2_REPLY_POST_HOST_INDEX_OFFSET.
75  *                      Added union of request descriptors.
76  *                      Added union of reply descriptors.
77  *  10-31-07  02.00.04  Bumped MPI2_HEADER_VERSION_UNIT.
78  *                      Added define for MPI2_VERSION_02_00.
79  *                      Fixed the size of the FunctionDependent5 field in the
80  *                      MPI2_DEFAULT_REPLY structure.
81  *  12-18-07  02.00.05  Bumped MPI2_HEADER_VERSION_UNIT.
82  *                      Removed the MPI-defined Fault Codes and extended the
83  *                      product specific codes up to 0xEFFF.
84  *                      Added a sixth key value for the WriteSequence register
85  *                      and changed the flush value to 0x0.
86  *                      Added message function codes for Diagnostic Buffer Post
87  *                      and Diagnsotic Release.
88  *                      New IOCStatus define: MPI2_IOCSTATUS_DIAGNOSTIC_RELEASED
89  *                      Moved MPI2_VERSION_UNION from mpi2_ioc.h.
90  *  02-29-08  02.00.06  Bumped MPI2_HEADER_VERSION_UNIT.
91  *  03-03-08  02.00.07  Bumped MPI2_HEADER_VERSION_UNIT.
92  *  05-21-08  02.00.08  Bumped MPI2_HEADER_VERSION_UNIT.
93  *                      Added #defines for marking a reply descriptor as unused.
94  *  06-27-08  02.00.09  Bumped MPI2_HEADER_VERSION_UNIT.
95  *  10-02-08  02.00.10  Bumped MPI2_HEADER_VERSION_UNIT.
96  *                      Moved LUN field defines from mpi2_init.h.
97  *  01-19-09  02.00.11  Bumped MPI2_HEADER_VERSION_UNIT.
98  *  05-06-09  02.00.12  Bumped MPI2_HEADER_VERSION_UNIT.
99  *                      In all request and reply descriptors, replaced VF_ID
100  *                      field with MSIxIndex field.
101  *                      Removed DevHandle field from
102  *                      MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR and made those
103  *                      bytes reserved.
104  *                      Added RAID Accelerator functionality.
105  *  07-30-09  02.00.13  Bumped MPI2_HEADER_VERSION_UNIT.
106  *  10-28-09  02.00.14  Bumped MPI2_HEADER_VERSION_UNIT.
107  *                      Added MSI-x index mask and shift for Reply Post Host
108  *                      Index register.
109  *                      Added function code for Host Based Discovery Action.
110  *  02-10-10  02.00.15  Bumped MPI2_HEADER_VERSION_UNIT.
111  *                      Added define for MPI2_FUNCTION_PWR_MGMT_CONTROL.
112  *                      Added defines for product-specific range of message
113  *                      function codes, 0xF0 to 0xFF.
114  *  05-12-10  02.00.16  Bumped MPI2_HEADER_VERSION_UNIT.
115  *                      Added alternative defines for the SGE Direction bit.
116  *  08-11-10  02.00.17  Bumped MPI2_HEADER_VERSION_UNIT.
117  *  11-10-10  02.00.18  Bumped MPI2_HEADER_VERSION_UNIT.
118  *                      Added MPI2_IEEE_SGE_FLAGS_SYSTEMPLBCPI_ADDR define.
119  *  02-23-11  02.00.19  Bumped MPI2_HEADER_VERSION_UNIT.
120  *                      Added MPI2_FUNCTION_SEND_HOST_MESSAGE.
121  *  03-09-11  02.00.20  Bumped MPI2_HEADER_VERSION_UNIT.
122  *  05-25-11  02.00.21  Bumped MPI2_HEADER_VERSION_UNIT.
123  *  08-24-11  02.00.22  Bumped MPI2_HEADER_VERSION_UNIT.
124  *  11-18-11  02.00.23  Bumped MPI2_HEADER_VERSION_UNIT.
125  *                      Incorporating additions for MPI v2.5.
126  *  02-06-12  02.00.24  Bumped MPI2_HEADER_VERSION_UNIT.
127  *  03-29-12  02.00.25  Bumped MPI2_HEADER_VERSION_UNIT.
128  *                      Added Hard Reset delay timings.
129  *  07-10-12  02.00.26  Bumped MPI2_HEADER_VERSION_UNIT.
130  *  07-26-12  02.00.27  Bumped MPI2_HEADER_VERSION_UNIT.
131  *  11-27-12  02.00.28  Bumped MPI2_HEADER_VERSION_UNIT.
132  *  12-20-12  02.00.29  Bumped MPI2_HEADER_VERSION_UNIT.
133  *                      Added MPI25_SUP_REPLY_POST_HOST_INDEX_OFFSET.
134  *  04-09-13  02.00.30  Bumped MPI2_HEADER_VERSION_UNIT.
135  *  04-17-13  02.00.31  Bumped MPI2_HEADER_VERSION_UNIT.
136  *  08-19-13  02.00.32  Bumped MPI2_HEADER_VERSION_UNIT.
137  *  12-05-13  02.00.33  Bumped MPI2_HEADER_VERSION_UNIT.
138  *  01-08-14  02.00.34  Bumped MPI2_HEADER_VERSION_UNIT.
139  *  06-13-14  02.00.35  Bumped MPI2_HEADER_VERSION_UNIT.
140  *  11-18-14  02.00.36  Updated copyright information.
141  *                      Bumped MPI2_HEADER_VERSION_UNIT.
142  *  03-16-15  02.00.37  Updated for MPI v2.6.
143  *                      Bumped MPI2_HEADER_VERSION_UNIT.
144  *                      Added Scratchpad registers to
145  *                      MPI2_SYSTEM_INTERFACE_REGS.
146  *                      Added MPI2_DIAG_SBR_RELOAD.
147  *                      Added MPI2_IOCSTATUS_INSUFFICIENT_POWER.
148  *  03-19-15  02.00.38  Bumped MPI2_HEADER_VERSION_UNIT.
149  *  05-25-15  02.00.39  Bumped MPI2_HEADER_VERSION_UNIT.
150  *  08-25-15  02.00.40  Bumped MPI2_HEADER_VERSION_UNIT.
151  *                      Added V7 HostDiagnostic register defines
152  *  12-15-15  02.00.41  Bumped MPI_HEADER_VERSION_UNIT
153  *  01-04-16  02.00.42  Bumped MPI_HEADER_VERSION_UNIT
154  *  --------------------------------------------------------------------------
155
156 mpi2_cnfg.h
157  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
158  *  06-04-07  02.00.01  Added defines for SAS IO Unit Page 2 PhyFlags.
159  *                      Added Manufacturing Page 11.
160  *                      Added MPI2_SAS_EXPANDER0_FLAGS_CONNECTOR_END_DEVICE
161  *                      define.
162  *  06-26-07  02.00.02  Adding generic structure for product-specific
163  *                      Manufacturing pages: MPI2_CONFIG_PAGE_MANUFACTURING_PS.
164  *                      Rework of BIOS Page 2 configuration page.
165  *                      Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the
166  *                      forms.
167  *                      Added configuration pages IOC Page 8 and Driver
168  *                      Persistent Mapping Page 0.
169  *  08-31-07  02.00.03  Modified configuration pages dealing with Integrated
170  *                      RAID (Manufacturing Page 4, RAID Volume Pages 0 and 1,
171  *                      RAID Physical Disk Pages 0 and 1, RAID Configuration
172  *                      Page 0).
173  *                      Added new value for AccessStatus field of SAS Device
174  *                      Page 0 (_SATA_NEEDS_INITIALIZATION).
175  *  10-31-07  02.00.04  Added missing SEPDevHandle field to
176  *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
177  *  12-18-07  02.00.05  Modified IO Unit Page 0 to use 32-bit version fields for
178  *                      NVDATA.
179  *                      Modified IOC Page 7 to use masks and added field for
180  *                      SASBroadcastPrimitiveMasks.
181  *                      Added MPI2_CONFIG_PAGE_BIOS_4.
182  *                      Added MPI2_CONFIG_PAGE_LOG_0.
183  *  02-29-08  02.00.06  Modified various names to make them 32-character unique.
184  *                      Added SAS Device IDs.
185  *                      Updated Integrated RAID configuration pages including
186  *                      Manufacturing Page 4, IOC Page 6, and RAID Configuration
187  *                      Page 0.
188  *  05-21-08  02.00.07  Added define MPI2_MANPAGE4_MIX_SSD_SAS_SATA.
189  *                      Added define MPI2_MANPAGE4_PHYSDISK_128MB_COERCION.
190  *                      Fixed define MPI2_IOCPAGE8_FLAGS_ENCLOSURE_SLOT_MAPPING.
191  *                      Added missing MaxNumRoutedSasAddresses field to
192  *                      MPI2_CONFIG_PAGE_EXPANDER_0.
193  *                      Added SAS Port Page 0.
194  *                      Modified structure layout for
195  *                      MPI2_CONFIG_PAGE_DRIVER_MAPPING_0.
196  *  06-27-08  02.00.08  Changed MPI2_CONFIG_PAGE_RD_PDISK_1 to use
197  *                      MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array.
198  *  10-02-08  02.00.09  Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF
199  *                      to 0x000000FF.
200  *                      Added two new values for the Physical Disk Coercion Size
201  *                      bits in the Flags field of Manufacturing Page 4.
202  *                      Added product-specific Manufacturing pages 16 to 31.
203  *                      Modified Flags bits for controlling write cache on SATA
204  *                      drives in IO Unit Page 1.
205  *                      Added new bit to AdditionalControlFlags of SAS IO Unit
206  *                      Page 1 to control Invalid Topology Correction.
207  *                      Added SupportedPhysDisks field to RAID Volume Page 1 and
208  *                      added related defines.
209  *                      Added additional defines for RAID Volume Page 0
210  *                      VolumeStatusFlags field.
211  *                      Modified meaning of RAID Volume Page 0 VolumeSettings
212  *                      define for auto-configure of hot-swap drives.
213  *                      Added PhysDiskAttributes field (and related defines) to
214  *                      RAID Physical Disk Page 0.
215  *                      Added MPI2_SAS_PHYINFO_PHY_VACANT define.
216  *                      Added three new DiscoveryStatus bits for SAS IO Unit
217  *                      Page 0 and SAS Expander Page 0.
218  *                      Removed multiplexing information from SAS IO Unit pages.
219  *                      Added BootDeviceWaitTime field to SAS IO Unit Page 4.
220  *                      Removed Zone Address Resolved bit from PhyInfo and from
221  *                      Expander Page 0 Flags field.
222  *                      Added two new AccessStatus values to SAS Device Page 0
223  *                      for indicating routing problems. Added 3 reserved words
224  *                      to this page.
225  *  01-19-09  02.00.10  Fixed defines for GPIOVal field of IO Unit Page 3.
226  *                      Inserted missing reserved field into structure for IOC
227  *                      Page 6.
228  *                      Added more pending task bits to RAID Volume Page 0
229  *                      VolumeStatusFlags defines.
230  *                      Added MPI2_PHYSDISK0_STATUS_FLAG_NOT_CERTIFIED define.
231  *                      Added a new DiscoveryStatus bit for SAS IO Unit Page 0
232  *                      and SAS Expander Page 0 to flag a downstream initiator
233  *                      when in simplified routing mode.
234  *                      Removed SATA Init Failure defines for DiscoveryStatus
235  *                      fields of SAS IO Unit Page 0 and SAS Expander Page 0.
236  *                      Added MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED define.
237  *                      Added PortGroups, DmaGroup, and ControlGroup fields to
238  *                      SAS Device Page 0.
239  *  05-06-09  02.00.11  Added structures and defines for IO Unit Page 5 and IO
240  *                      Unit Page 6.
241  *                      Added expander reduced functionality data to SAS
242  *                      Expander Page 0.
243  *                      Added SAS PHY Page 2 and SAS PHY Page 3.
244  *  07-30-09  02.00.12  Added IO Unit Page 7.
245  *                      Added new device ids.
246  *                      Added SAS IO Unit Page 5.
247  *                      Added partial and slumber power management capable flags
248  *                      to SAS Device Page 0 Flags field.
249  *                      Added PhyInfo defines for power condition.
250  *                      Added Ethernet configuration pages.
251  *  10-28-09  02.00.13  Added MPI2_IOUNITPAGE1_ENABLE_HOST_BASED_DISCOVERY.
252  *                      Added SAS PHY Page 4 structure and defines.
253  *  02-10-10  02.00.14  Modified the comments for the configuration page
254  *                      structures that contain an array of data. The host
255  *                      should use the "count" field in the page data (e.g. the
256  *                      NumPhys field) to determine the number of valid elements
257  *                      in the array.
258  *                      Added/modified some MPI2_MFGPAGE_DEVID_SAS defines.
259  *                      Added PowerManagementCapabilities to IO Unit Page 7.
260  *                      Added PortWidthModGroup field to
261  *                      MPI2_SAS_IO_UNIT5_PHY_PM_SETTINGS.
262  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_6 and related defines.
263  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_7 and related defines.
264  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_8 and related defines.
265  *  05-12-10  02.00.15  Added MPI2_RAIDVOL0_STATUS_FLAG_VOL_NOT_CONSISTENT
266  *                      define.
267  *                      Added MPI2_PHYSDISK0_INCOMPATIBLE_MEDIA_TYPE define.
268  *                      Added MPI2_SAS_NEG_LINK_RATE_UNSUPPORTED_PHY define.
269  *  08-11-10  02.00.16  Removed IO Unit Page 1 device path (multi-pathing)
270  *                      defines.
271  *  11-10-10  02.00.17  Added ReceptacleID field (replacing Reserved1) to
272  *                      MPI2_MANPAGE7_CONNECTOR_INFO and reworked defines for
273  *                      the Pinout field.
274  *                      Added BoardTemperature and BoardTemperatureUnits fields
275  *                      to MPI2_CONFIG_PAGE_IO_UNIT_7.
276  *                      Added MPI2_CONFIG_EXTPAGETYPE_EXT_MANUFACTURING define
277  *                      and MPI2_CONFIG_PAGE_EXT_MAN_PS structure.
278  *  02-23-11  02.00.18  Added ProxyVF_ID field to MPI2_CONFIG_REQUEST.
279  *                      Added IO Unit Page 8, IO Unit Page 9,
280  *                      and IO Unit Page 10.
281  *                      Added SASNotifyPrimitiveMasks field to
282  *                      MPI2_CONFIG_PAGE_IOC_7.
283  *  03-09-11  02.00.19  Fixed IO Unit Page 10 (to match the spec).
284  *  05-25-11  02.00.20  Cleaned up a few comments.
285  *  08-24-11  02.00.21  Marked the IO Unit Page 7 PowerManagementCapabilities
286  *                      for PCIe link as obsolete.
287  *                      Added SpinupFlags field containing a Disable Spin-up bit
288  *                      to the MPI2_SAS_IOUNIT4_SPINUP_GROUP fields of SAS IO
289  *                      Unit Page 4.
290  *  11-18-11  02.00.22  Added define MPI2_IOCPAGE6_CAP_FLAGS_4K_SECTORS_SUPPORT.
291  *                      Added UEFIVersion field to BIOS Page 1 and defined new
292  *                      BiosOptions bits.
293  *                      Incorporating additions for MPI v2.5.
294  *  11-27-12  02.00.23  Added MPI2_MANPAGE7_FLAG_EVENTREPLAY_SLOT_ORDER.
295  *                      Added MPI2_BIOSPAGE1_OPTIONS_MASK_OEM_ID.
296  *  12-20-12  02.00.24  Marked MPI2_SASIOUNIT1_CONTROL_CLEAR_AFFILIATION as
297  *                      obsolete for MPI v2.5 and later.
298  *                      Added some defines for 12G SAS speeds.
299  *  04-09-13  02.00.25  Added MPI2_IOUNITPAGE1_ATA_SECURITY_FREEZE_LOCK.
300  *                      Fixed MPI2_IOUNITPAGE5_DMA_CAP_MASK_MAX_REQUESTS to
301  *                      match the specification.
302  *  08-19-13  02.00.26  Added reserved words to MPI2_CONFIG_PAGE_IO_UNIT_7 for
303  *                      future use.
304  *  12-05-13  02.00.27  Added MPI2_MANPAGE7_FLAG_BASE_ENCLOSURE_LEVEL for
305  *                      MPI2_CONFIG_PAGE_MAN_7.
306  *                      Added EnclosureLevel and ConnectorName fields to
307  *                      MPI2_CONFIG_PAGE_SAS_DEV_0.
308  *                      Added MPI2_SAS_DEVICE0_FLAGS_ENCL_LEVEL_VALID for
309  *                      MPI2_CONFIG_PAGE_SAS_DEV_0.
310  *                      Added EnclosureLevel field to
311  *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
312  *                      Added MPI2_SAS_ENCLS0_FLAGS_ENCL_LEVEL_VALID for
313  *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
314  *  01-08-14  02.00.28  Added more defines for the BiosOptions field of
315  *                      MPI2_CONFIG_PAGE_BIOS_1.
316  *  06-13-14  02.00.29  Added SSUTimeout field to MPI2_CONFIG_PAGE_BIOS_1, and
317  *                      more defines for the BiosOptions field..
318  *  11-18-14  02.00.30  Updated copyright information.
319  *                      Added MPI2_BIOSPAGE1_OPTIONS_ADVANCED_CONFIG.
320  *                      Added AdapterOrderAux fields to BIOS Page 3.
321  *  03-16-15  02.00.31  Updated for MPI v2.6.
322  *                      Added BoardPowerRequirement, PCISlotPowerAllocation, and
323  *                      Flags field to IO Unit Page 7.
324  *                      Added IO Unit Page 11.
325  *                      Added new SAS Phy Event codes
326  *  05-25-15  02.00.33  Added more defines for the BiosOptions field of
327  *                      MPI2_CONFIG_PAGE_BIOS_1.
328  *  12-18-15  02.00.35  Added SATADeviceWaitTime to SAS IO Unit Page 4.
329  *  --------------------------------------------------------------------------
330
331 mpi2_init.h
332  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
333  *  10-31-07  02.00.01  Fixed name for pMpi2SCSITaskManagementRequest_t.
334  *  12-18-07  02.00.02  Modified Task Management Target Reset Method defines.
335  *  02-29-08  02.00.03  Added Query Task Set and Query Unit Attention.
336  *  03-03-08  02.00.04  Fixed name of struct _MPI2_SCSI_TASK_MANAGE_REPLY.
337  *  05-21-08  02.00.05  Fixed typo in name of Mpi2SepRequest_t.
338  *  10-02-08  02.00.06  Removed Untagged and No Disconnect values from SCSI IO
339  *                      Control field Task Attribute flags.
340  *                      Moved LUN field defines to mpi2.h becasue they are
341  *                      common to many structures.
342  *  05-06-09  02.00.07  Changed task management type of Query Unit Attention to
343  *                      Query Asynchronous Event.
344  *                      Defined two new bits in the SlotStatus field of the SCSI
345  *                      Enclosure Processor Request and Reply.
346  *  10-28-09  02.00.08  Added defines for decoding the ResponseInfo bytes for
347  *                      both SCSI IO Error Reply and SCSI Task Management Reply.
348  *                      Added ResponseInfo field to MPI2_SCSI_TASK_MANAGE_REPLY.
349  *                      Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define.
350  *  02-10-10  02.00.09  Removed unused structure that had "#if 0" around it.
351  *  05-12-10  02.00.10  Added optional vendor-unique region to SCSI IO Request.
352  *  11-10-10  02.00.11  Added MPI2_SCSIIO_NUM_SGLOFFSETS define.
353  *  11-18-11  02.00.12  Incorporating additions for MPI v2.5.
354  *  02-06-12  02.00.13  Added alternate defines for Task Priority / Command
355  *                      Priority to match SAM-4.
356  *                      Added EEDPErrorOffset to MPI2_SCSI_IO_REPLY.
357  *  07-10-12  02.00.14  Added MPI2_SCSIIO_CONTROL_SHIFT_DATADIRECTION.
358  *  04-09-13  02.00.15  Added SCSIStatusQualifier field to MPI2_SCSI_IO_REPLY,
359  *                      replacing the Reserved4 field.
360  *  11-18-14  02.00.16  Updated copyright information.
361  *  03-16-15  02.00.17  Updated for MPI v2.6.
362  *                      Added MPI26_SCSIIO_IOFLAGS_ESCAPE_PASSTHROUGH.
363  *                      Added MPI2_SEP_REQ_SLOTSTATUS_DEV_OFF and
364  *                      MPI2_SEP_REPLY_SLOTSTATUS_DEV_OFF.
365  *  08-26-15  02.00.18  Added SCSITASKMGMT_MSGFLAGS for Target Reset.
366  *  12-18-15  02.00.19  Added EEDPObservedValue added to SCSI IO Reply message.
367  *  01-04-16  02.00.20  Modified EEDP reported values in SCSI IO Reply message.
368  *  --------------------------------------------------------------------------
369
370 mpi2_ioc.h
371  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
372  *  06-04-07  02.00.01  In IOCFacts Reply structure, renamed MaxDevices to
373  *                      MaxTargets.
374  *                      Added TotalImageSize field to FWDownload Request.
375  *                      Added reserved words to FWUpload Request.
376  *  06-26-07  02.00.02  Added IR Configuration Change List Event.
377  *  08-31-07  02.00.03  Removed SystemReplyQueueDepth field from the IOCInit
378  *                      request and replaced it with
379  *                      ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth.
380  *                      Replaced the MinReplyQueueDepth field of the IOCFacts
381  *                      reply with MaxReplyDescriptorPostQueueDepth.
382  *                      Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum
383  *                      depth for the Reply Descriptor Post Queue.
384  *                      Added SASAddress field to Initiator Device Table
385  *                      Overflow Event data.
386  *  10-31-07  02.00.04  Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING
387  *                      for SAS Initiator Device Status Change Event data.
388  *                      Modified Reason Code defines for SAS Topology Change
389  *                      List Event data, including adding a bit for PHY Vacant
390  *                      status, and adding a mask for the Reason Code.
391  *                      Added define for
392  *                      MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING.
393  *                      Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID.
394  *  12-18-07  02.00.05  Added Boot Status defines for the IOCExceptions field of
395  *                      the IOCFacts Reply.
396  *                      Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
397  *                      Moved MPI2_VERSION_UNION to mpi2.h.
398  *                      Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks
399  *                      instead of enables, and added SASBroadcastPrimitiveMasks
400  *                      field.
401  *                      Added Log Entry Added Event and related structure.
402  *  02-29-08  02.00.06  Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID.
403  *                      Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET.
404  *                      Added MaxVolumes and MaxPersistentEntries fields to
405  *                      IOCFacts reply.
406  *                      Added ProtocalFlags and IOCCapabilities fields to
407  *                      MPI2_FW_IMAGE_HEADER.
408  *                      Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT.
409  *  03-03-08  02.00.07  Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to
410  *                      a U16 (from a U32).
411  *                      Removed extra 's' from EventMasks name.
412  *  06-27-08  02.00.08  Fixed an offset in a comment.
413  *  10-02-08  02.00.09  Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST.
414  *                      Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
415  *                      renamed MinReplyFrameSize to ReplyFrameSize.
416  *                      Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX.
417  *                      Added two new RAIDOperation values for Integrated RAID
418  *                      Operations Status Event data.
419  *                      Added four new IR Configuration Change List Event data
420  *                      ReasonCode values.
421  *                      Added two new ReasonCode defines for SAS Device Status
422  *                      Change Event data.
423  *                      Added three new DiscoveryStatus bits for the SAS
424  *                      Discovery event data.
425  *                      Added Multiplexing Status Change bit to the PhyStatus
426  *                      field of the SAS Topology Change List event data.
427  *                      Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY.
428  *                      BootFlags are now product-specific.
429  *                      Added defines for the indivdual signature bytes
430  *                      for MPI2_INIT_IMAGE_FOOTER.
431  *  01-19-09  02.00.10  Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define.
432  *                      Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR
433  *                      define.
434  *                      Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE
435  *                      define.
436  *                      Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define.
437  *  05-06-09  02.00.11  Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define.
438  *                      Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define.
439  *                      Added two new reason codes for SAS Device Status Change
440  *                      Event.
441  *                      Added new event: SAS PHY Counter.
442  *  07-30-09  02.00.12  Added GPIO Interrupt event define and structure.
443  *                      Added MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
444  *                      Added new product id family for 2208.
445  *  10-28-09  02.00.13  Added HostMSIxVectors field to MPI2_IOC_INIT_REQUEST.
446  *                      Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
447  *                      Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
448  *                      Added MPI2_IOCFACTS_CAPABILITY_HOST_BASED_DISCOVERY.
449  *                      Added MPI2_EVENT_HOST_BASED_DISCOVERY_PHY define.
450  *                      Added MPI2_EVENT_SAS_TOPO_ES_NO_EXPANDER define.
451  *                      Added Host Based Discovery Phy Event data.
452  *                      Added defines for ProductID Product field
453  *                      (MPI2_FW_HEADER_PID_).
454  *                      Modified values for SAS ProductID Family
455  *                      (MPI2_FW_HEADER_PID_FAMILY_).
456  *  02-10-10  02.00.14  Added SAS Quiesce Event structure and defines.
457  *                      Added PowerManagementControl Request structures and
458  *                      defines.
459  *  05-12-10  02.00.15  Marked Task Set Full Event as obsolete.
460  *                      Added MPI2_EVENT_SAS_TOPO_LR_UNSUPPORTED_PHY define.
461  *  11-10-10  02.00.16  Added MPI2_FW_DOWNLOAD_ITYPE_MIN_PRODUCT_SPECIFIC.
462  *  02-23-11  02.00.17  Added SAS NOTIFY Primitive event, and added
463  *                      SASNotifyPrimitiveMasks field to
464  *                      MPI2_EVENT_NOTIFICATION_REQUEST.
465  *                      Added Temperature Threshold Event.
466  *                      Added Host Message Event.
467  *                      Added Send Host Message request and reply.
468  *  05-25-11  02.00.18  For Extended Image Header, added
469  *                      MPI2_EXT_IMAGE_TYPE_MIN_PRODUCT_SPECIFIC and
470  *                      MPI2_EXT_IMAGE_TYPE_MAX_PRODUCT_SPECIFIC defines.
471  *                      Deprecated MPI2_EXT_IMAGE_TYPE_MAX define.
472  *  08-24-11  02.00.19  Added PhysicalPort field to
473  *                      MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE structure.
474  *                      Marked MPI2_PM_CONTROL_FEATURE_PCIE_LINK as obsolete.
475  *  11-18-11  02.00.20  Incorporating additions for MPI v2.5.
476  *  03-29-12  02.00.21  Added a product specific range to event values.
477  *  07-26-12  02.00.22  Added MPI2_IOCFACTS_EXCEPT_PARTIAL_MEMORY_FAILURE.
478  *                      Added ElapsedSeconds field to
479  *                      MPI2_EVENT_DATA_IR_OPERATION_STATUS.
480  *  08-19-13  02.00.23  For IOCInit, added MPI2_IOCINIT_MSGFLAG_RDPQ_ARRAY_MODE
481  *                      and MPI2_IOC_INIT_RDPQ_ARRAY_ENTRY.
482  *                      Added MPI2_IOCFACTS_CAPABILITY_RDPQ_ARRAY_CAPABLE.
483  *                      Added MPI2_FW_DOWNLOAD_ITYPE_PUBLIC_KEY.
484  *                      Added Encrypted Hash Extended Image.
485  *  12-05-13  02.00.24  Added MPI25_HASH_IMAGE_TYPE_BIOS.
486  *  11-18-14  02.00.25  Updated copyright information.
487  *  03-16-15  02.00.26  Updated for MPI v2.6.
488  *                      Added MPI2_EVENT_ACTIVE_CABLE_EXCEPTION and
489  *                      MPI26_EVENT_DATA_ACTIVE_CABLE_EXCEPT.
490  *                      Added MPI2_EVENT_PCIE_LINK_COUNTER and
491  *                      MPI26_EVENT_DATA_PCIE_LINK_COUNTER.
492  *                      Added MPI26_CTRL_OP_SHUTDOWN.
493  *                      Added MPI26_CTRL_OP_LINK_CLEAR_ERROR_LOG
494  *                      Added MPI26_FW_HEADER_PID_FAMILY_3324_SAS
495  *  08-25-15  02.00.27  Added IC ARCH Class based signature defines.
496  *  --------------------------------------------------------------------------
497
498 mpi2_raid.h
499  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
500  *  08-31-07  02.00.01  Modifications to RAID Action request and reply,
501  *                      including the Actions and ActionData.
502  *  02-29-08  02.00.02  Added MPI2_RAID_ACTION_ADATA_DISABL_FULL_REBUILD.
503  *  05-21-08  02.00.03  Added MPI2_RAID_VOL_CREATION_NUM_PHYSDISKS so that
504  *                      the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT
505  *                      can be sized by the build environment.
506  *  07-30-09  02.00.04  Added proper define for the Use Default Settings bit of
507  *                      VolumeCreationFlags and marked the old one as obsolete.
508  *  05-12-10  02.00.05  Added MPI2_RAID_VOL_FLAGS_OP_MDC define.
509  *  08-24-10  02.00.06  Added MPI2_RAID_ACTION_COMPATIBILITY_CHECK along with
510  *                      related structures and defines.
511  *                      Added product-specific range to RAID Action values.
512  *  11-18-11  02.00.07  Incorporating additions for MPI v2.5.
513  *  02-06-12  02.00.08  Added MPI2_RAID_ACTION_PHYSDISK_HIDDEN.
514  *  07-26-12  02.00.09  Added ElapsedSeconds field to MPI2_RAID_VOL_INDICATOR.
515  *                      Added MPI2_RAID_VOL_FLAGS_ELAPSED_SECONDS_VALID define.
516  *  04-17-13  02.00.10  Added MPI25_RAID_ACTION_ADATA_ALLOW_PI.
517  *  --------------------------------------------------------------------------
518
519 mpi2_sas.h
520  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
521  *  06-26-07  02.00.01  Added Clear All Persistent Operation to SAS IO Unit
522  *                      Control Request.
523  *  10-02-08  02.00.02  Added Set IOC Parameter Operation to SAS IO Unit Control
524  *                      Request.
525  *  10-28-09  02.00.03  Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
526  *                      to MPI2_SGE_IO_UNION since it supports chained SGLs.
527  *  05-12-10  02.00.04  Modified some comments.
528  *  08-11-10  02.00.05  Added NCQ operations to SAS IO Unit Control.
529  *  11-18-11  02.00.06  Incorporating additions for MPI v2.5.
530  *  07-10-12  02.00.07  Added MPI2_SATA_PT_SGE_UNION for use in the SATA
531  *                      Passthrough Request message.
532  *  08-19-13  02.00.08  Made MPI2_SAS_OP_TRANSMIT_PORT_SELECT_SIGNAL obsolete
533  *                      for anything newer than MPI v2.0.
534  *  11-18-14  02.00.09  Updated copyright information.
535  *  03-16-15  02.00.10  Updated for MPI v2.6.
536  *                      Added MPI2_SATA_PT_REQ_PT_FLAGS_FPDMA.
537  *  --------------------------------------------------------------------------
538
539 mpi2_targ.h
540  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
541  *  08-31-07  02.00.01  Added Command Buffer Data Location Address Space bits to
542  *                      BufferPostFlags field of CommandBufferPostBase Request.
543  *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
544  *  10-02-08  02.00.03  Removed NextCmdBufferOffset from
545  *                      MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
546  *                      Target Status Send Request only takes a single SGE for
547  *                      response data.
548  *  02-10-10  02.00.04  Added comment to MPI2_TARGET_SSP_RSP_IU structure.
549  *  11-18-11  02.00.05  Incorporating additions for MPI v2.5.
550  *  11-27-12  02.00.06  Added InitiatorDevHandle field to MPI2_TARGET_MODE_ABORT
551  *                      request message structure.
552  *                      Added AbortType MPI2_TARGET_MODE_ABORT_DEVHANDLE and
553  *                      MPI2_TARGET_MODE_ABORT_ALL_COMMANDS.
554  *  06-13-14  02.00.07  Added MinMSIxIndex and MaxMSIxIndex fields to
555  *                      MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
556  *  11-18-14  02.00.08  Updated copyright information.
557  *  03-16-15  02.00.09  Updated for MPI v2.6.
558  *                      Added MPI26_TARGET_ASSIST_IOFLAGS_ESCAPE_PASSTHROUGH.
559  *  --------------------------------------------------------------------------
560
561 mpi2_tool.h
562  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
563  *  12-18-07  02.00.01  Added Diagnostic Buffer Post and Diagnostic Release
564  *                      structures and defines.
565  *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
566  *  05-06-09  02.00.03  Added ISTWI Read Write Tool and Diagnostic CLI Tool.
567  *  07-30-09  02.00.04  Added ExtendedType field to DiagnosticBufferPost request
568  *                      and reply messages.
569  *                      Added MPI2_DIAG_BUF_TYPE_EXTENDED.
570  *                      Incremented MPI2_DIAG_BUF_TYPE_COUNT.
571  *  05-12-10  02.00.05  Added Diagnostic Data Upload tool.
572  *  08-11-10  02.00.06  Added defines that were missing for Diagnostic Buffer
573  *                      Post Request.
574  *  05-25-11  02.00.07  Added Flags field and related defines to
575  *                      MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST.
576  *  11-18-11  02.00.08  Incorporating additions for MPI v2.5.
577  *  07-10-12  02.00.09  Add MPI v2.5 Toolbox Diagnostic CLI Tool Request
578  *                      message.
579  *  07-26-12  02.00.10  Modified MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST so that
580  *                      it uses MPI Chain SGE as well as MPI Simple SGE.
581  *  08-19-13  02.00.11  Added MPI2_TOOLBOX_TEXT_DISPLAY_TOOL and related info.
582  *  01-08-14  02.00.12  Added MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC.
583  *  11-18-14  02.00.13  Updated copyright information.
584  *  --------------------------------------------------------------------------
585
586 mpi2_type.h
587  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
588  *  11-18-14  02.00.01  Updated copyright information.
589  *  --------------------------------------------------------------------------
590
591 mpi2_ra.h
592  *  05-06-09  02.00.00  Initial version.
593  *  11-18-14  02.00.01  Updated copyright information.
594  *  --------------------------------------------------------------------------
595
596 mpi2_hbd.h
597  *  10-28-09  02.00.00  Initial version.
598  *  08-11-10  02.00.01  Removed PortGroups, DmaGroup, and ControlGroup from
599  *                      HBD Action request, replaced by AdditionalInfo field.
600  *  11-18-11  02.00.02  Incorporating additions for MPI v2.5.
601  *  11-18-14  02.00.03  Updated copyright information.
602  *  --------------------------------------------------------------------------
603
604
605 mpi2_history.txt         Parts list history
606
607 Filename     02.00.42
608 ----------   --------
609 mpi2.h       02.00.42
610 mpi2_cnfg.h  02.00.35
611 mpi2_init.h  02.00.20
612 mpi2_ioc.h   02.00.27
613 mpi2_raid.h  02.00.11
614 mpi2_sas.h   02.00.10
615 mpi2_targ.h  02.00.09
616 mpi2_tool.h  02.00.13
617 mpi2_type.h  02.00.01
618 mpi2_ra.h    02.00.01
619 mpi2_hbd.h   02.00.03
620
621 Filename     02.00.41  02.00.40  02.00.39  02.00.38  02.00.37  02.00.36
622 ----------   --------  --------  --------  --------  --------  --------
623 mpi2.h       02.00.41  02.00.40  02.00.39  02.00.38  02.00.37  02.00.36
624 mpi2_cnfg.h  02.00.35  02.00.34  02.00.33  02.00.32  02.00.31  02.00.30
625 mpi2_init.h  02.00.19  02.00.18  02.00.17  02.00.17  02.00.17  02.00.16
626 mpi2_ioc.h   02.00.27  02.00.27  02.00.26  02.00.26  02.00.26  02.00.25
627 mpi2_raid.h  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11
628 mpi2_sas.h   02.00.10  02.00.10  02.00.10  02.00.10  02.00.10  02.00.09
629 mpi2_targ.h  02.00.09  02.00.09  02.00.09  02.00.09  02.00.09  02.00.08
630 mpi2_tool.h  02.00.13  02.00.13  02.00.13  02.00.13  02.00.13  02.00.13
631 mpi2_type.h  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
632 mpi2_ra.h    02.00.01  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
633 mpi2_hbd.h   02.00.03  02.00.03  02.00.03  02.00.03  02.00.03  02.00.03
634
635 Filename     02.00.35  02.00.34  02.00.33  02.00.32  02.00.31  02.00.30
636 ----------   --------  --------  --------  --------  --------  --------
637 mpi2.h       02.00.35  02.00.34  02.00.33  02.00.32  02.00.31  02.00.30
638 mpi2_cnfg.h  02.00.29  02.00.28  02.00.27  02.00.26  02.00.25  02.00.25
639 mpi2_init.h  02.00.15  02.00.15  02.00.15  02.00.15  02.00.15  02.00.15
640 mpi2_ioc.h   02.00.24  02.00.24  02.00.24  02.00.23  02.00.22  02.00.22
641 mpi2_raid.h  02.00.10  02.00.10  02.00.10  02.00.10  02.00.10  02.00.09
642 mpi2_sas.h   02.00.08  02.00.08  02.00.08  02.00.08  02.00.07  02.00.07
643 mpi2_targ.h  02.00.07  02.00.06  02.00.06  02.00.06  02.00.06  02.00.06
644 mpi2_tool.h  02.00.12  02.00.12  02.00.11  02.00.11  02.00.10  02.00.10
645 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
646 mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
647 mpi2_hbd.h   02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
648
649 Filename     02.00.29  02.00.28  02.00.27  02.00.26  02.00.25  02.00.24
650 ----------   --------  --------  --------  --------  --------  --------
651 mpi2.h       02.00.29  02.00.28  02.00.27  02.00.26  02.00.25  02.00.24
652 mpi2_cnfg.h  02.00.24  02.00.23  02.00.22  02.00.22  02.00.22  02.00.22
653 mpi2_init.h  02.00.14  02.00.14  02.00.14  02.00.14  02.00.13  02.00.13
654 mpi2_ioc.h   02.00.22  02.00.22  02.00.22  02.00.21  02.00.21  02.00.20
655 mpi2_raid.h  02.00.09  02.00.09  02.00.09  02.00.08  02.00.08  02.00.08
656 mpi2_sas.h   02.00.07  02.00.07  02.00.07  02.00.07  02.00.06  02.00.06
657 mpi2_targ.h  02.00.06  02.00.06  02.00.05  02.00.05  02.00.05  02.00.05
658 mpi2_tool.h  02.00.10  02.00.10  02.00.10  02.00.09  02.00.08  02.00.08
659 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
660 mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
661 mpi2_hbd.h   02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
662
663 Filename     02.00.23  02.00.22  02.00.21  02.00.20  02.00.19  02.00.18
664 ----------   --------  --------  --------  --------  --------  --------
665 mpi2.h       02.00.23  02.00.22  02.00.21  02.00.20  02.00.19  02.00.18
666 mpi2_cnfg.h  02.00.22  02.00.21  02.00.20  02.00.19  02.00.18  02.00.17
667 mpi2_init.h  02.00.12  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11
668 mpi2_ioc.h   02.00.20  02.00.19  02.00.18  02.00.17  02.00.17  02.00.16
669 mpi2_raid.h  02.00.07  02.00.06  02.00.05  02.00.05  02.00.05  02.00.05
670 mpi2_sas.h   02.00.06  02.00.05  02.00.05  02.00.05  02.00.05  02.00.05
671 mpi2_targ.h  02.00.05  02.00.04  02.00.04  02.00.04  02.00.04  02.00.04
672 mpi2_tool.h  02.00.08  02.00.07  02.00.07  02.00.06  02.00.06  02.00.06
673 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
674 mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
675 mpi2_hbd.h   02.00.02  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
676
677 Filename     02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
678 ----------   --------  --------  --------  --------  --------  --------
679 mpi2.h       02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
680 mpi2_cnfg.h  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
681 mpi2_init.h  02.00.10  02.00.10  02.00.09  02.00.08  02.00.07  02.00.07
682 mpi2_ioc.h   02.00.15  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
683 mpi2_raid.h  02.00.05  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
684 mpi2_sas.h   02.00.05  02.00.04  02.00.03  02.00.03  02.00.02  02.00.02
685 mpi2_targ.h  02.00.04  02.00.04  02.00.04  02.00.03  02.00.03  02.00.03
686 mpi2_tool.h  02.00.06  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
687 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
688 mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
689 mpi2_hbd.h   02.00.01  02.00.00  02.00.00  02.00.00
690
691 Filename     02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
692 ----------   --------  --------  --------  --------  --------  --------
693 mpi2.h       02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
694 mpi2_cnfg.h  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06  02.00.06
695 mpi2_init.h  02.00.06  02.00.06  02.00.05  02.00.05  02.00.04  02.00.03
696 mpi2_ioc.h   02.00.10  02.00.09  02.00.08  02.00.07  02.00.07  02.00.06
697 mpi2_raid.h  02.00.03  02.00.03  02.00.03  02.00.03  02.00.02  02.00.02
698 mpi2_sas.h   02.00.02  02.00.02  02.00.01  02.00.01  02.00.01  02.00.01
699 mpi2_targ.h  02.00.03  02.00.03  02.00.02  02.00.02  02.00.02  02.00.02
700 mpi2_tool.h  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
701 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
702
703 Filename     02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
704 ----------   --------  --------  --------  --------  --------  --------
705 mpi2.h       02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
706 mpi2_cnfg.h  02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
707 mpi2_init.h  02.00.02  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00
708 mpi2_ioc.h   02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
709 mpi2_raid.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
710 mpi2_sas.h   02.00.01  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00
711 mpi2_targ.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
712 mpi2_tool.h  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
713 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
714