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