2 ==============================
3 MPI Header File Change History
4 ==============================
6 Copyright (c) 2000-2005 LSI Logic Corporation.
8 ---------------------------------------
9 Header Set Release Version: 01.05.10
10 Header Set Release Date: 03-11-05
11 ---------------------------------------
13 Filename Current version Prior version
14 ---------- --------------- -------------
15 mpi.h 01.05.08 01.05.07
16 mpi_ioc.h 01.05.09 01.05.08
17 mpi_cnfg.h 01.05.09 01.05.08
18 mpi_init.h 01.05.05 01.05.04
19 mpi_targ.h 01.05.05 01.05.04
20 mpi_fc.h 01.05.01 01.05.01
21 mpi_lan.h 01.05.01 01.05.01
22 mpi_raid.h 01.05.02 01.05.02
23 mpi_tool.h 01.05.03 01.05.03
24 mpi_inb.h 01.05.01 01.05.01
25 mpi_sas.h 01.05.01 01.05.01
26 mpi_type.h 01.05.01 01.05.01
27 mpi_history.txt 01.05.09 01.05.09
30 * Date Version Description
31 * -------- -------- ------------------------------------------------------
34 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
35 * 05-24-00 00.10.02 Added MPI_IOCSTATUS_SCSI_RESIDUAL_MISMATCH definition.
36 * 06-06-00 01.00.01 Update MPI_VERSION_MAJOR and MPI_VERSION_MINOR.
37 * 06-22-00 01.00.02 Added MPI_IOCSTATUS_LAN_ definitions.
38 * Removed LAN_SUSPEND function definition.
39 * Added MPI_MSGFLAGS_CONTINUATION_REPLY definition.
40 * 06-30-00 01.00.03 Added MPI_CONTEXT_REPLY_TYPE_LAN definition.
41 * Added MPI_GET/SET_CONTEXT_REPLY_TYPE macros.
42 * 07-27-00 01.00.04 Added MPI_FAULT_ definitions.
43 * Removed MPI_IOCSTATUS_MSG/DATA_XFER_ERROR definitions.
44 * Added MPI_IOCSTATUS_INTERNAL_ERROR definition.
45 * Added MPI_IOCSTATUS_TARGET_XFER_COUNT_MISMATCH.
46 * 11-02-00 01.01.01 Original release for post 1.0 work
47 * 12-04-00 01.01.02 Added new function codes.
48 * 01-09-01 01.01.03 Added more definitions to the system interface section
49 * Added MPI_IOCSTATUS_TARGET_STS_DATA_NOT_SENT.
50 * 01-25-01 01.01.04 Changed MPI_VERSION_MINOR from 0x00 to 0x01.
51 * 02-20-01 01.01.05 Started using MPI_POINTER.
52 * Added defines for MPI_DIAG_PREVENT_IOC_BOOT and
53 * MPI_DIAG_CLEAR_FLASH_BAD_SIG.
54 * Obsoleted MPI_IOCSTATUS_TARGET_FC_ defines.
55 * 02-27-01 01.01.06 Removed MPI_HOST_INDEX_REGISTER define.
56 * Added function codes for RAID.
57 * 04-09-01 01.01.07 Added alternate define for MPI_DOORBELL_ACTIVE,
58 * MPI_DOORBELL_USED, to better match the spec.
59 * 08-08-01 01.02.01 Original release for v1.2 work.
60 * Changed MPI_VERSION_MINOR from 0x01 to 0x02.
61 * Added define MPI_FUNCTION_TOOLBOX.
62 * 09-28-01 01.02.02 New function code MPI_SCSI_ENCLOSURE_PROCESSOR.
63 * 11-01-01 01.02.03 Changed name to MPI_FUNCTION_SCSI_ENCLOSURE_PROCESSOR.
64 * 03-14-02 01.02.04 Added MPI_HEADER_VERSION_ defines.
65 * 05-31-02 01.02.05 Bumped MPI_HEADER_VERSION_UNIT.
66 * 07-12-02 01.02.06 Added define for MPI_FUNCTION_MAILBOX.
67 * 09-16-02 01.02.07 Bumped value for MPI_HEADER_VERSION_UNIT.
68 * 11-15-02 01.02.08 Added define MPI_IOCSTATUS_TARGET_INVALID_IO_INDEX and
69 * obsoleted define MPI_IOCSTATUS_TARGET_INVALID_IOCINDEX.
70 * 04-01-03 01.02.09 New IOCStatus code: MPI_IOCSTATUS_FC_EXCHANGE_CANCELED
71 * 06-26-03 01.02.10 Bumped MPI_HEADER_VERSION_UNIT value.
72 * 01-16-04 01.02.11 Added define for MPI_IOCLOGINFO_TYPE_SHIFT.
73 * 04-29-04 01.02.12 Added function codes for MPI_FUNCTION_DIAG_BUFFER_POST
74 * and MPI_FUNCTION_DIAG_RELEASE.
75 * Added MPI_IOCSTATUS_DIAGNOSTIC_RELEASED define.
76 * Bumped MPI_HEADER_VERSION_UNIT value.
77 * 05-11-04 01.03.01 Bumped MPI_VERSION_MINOR for MPI v1.3.
78 * Added codes for Inband.
79 * 08-19-04 01.05.01 Added defines for Host Buffer Access Control doorbell.
80 * Added define for offset of High Priority Request Queue.
81 * Added new function codes and new IOCStatus codes.
82 * Added a IOCLogInfo type of SAS.
83 * 12-07-04 01.05.02 Bumped MPI_HEADER_VERSION_UNIT.
84 * 12-09-04 01.05.03 Bumped MPI_HEADER_VERSION_UNIT.
85 * 01-15-05 01.05.04 Bumped MPI_HEADER_VERSION_UNIT.
86 * 02-09-05 01.05.05 Bumped MPI_HEADER_VERSION_UNIT.
87 * 02-22-05 01.05.06 Bumped MPI_HEADER_VERSION_UNIT.
88 * 03-11-05 01.05.07 Removed function codes for SCSI IO 32 and
89 * TargetAssistExtended requests.
90 * Removed EEDP IOCStatus codes.
91 * 06-24-05 01.05.08 Added function codes for SCSI IO 32 and
92 * TargetAssistExtended requests.
93 * Added EEDP IOCStatus codes.
94 * --------------------------------------------------------------------------
97 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
98 * 05-24-00 00.10.02 Added _MSG_IOC_INIT_REPLY structure.
99 * 06-06-00 01.00.01 Added CurReplyFrameSize field to _MSG_IOC_FACTS_REPLY.
100 * 06-12-00 01.00.02 Added _MSG_PORT_ENABLE_REPLY structure.
101 * Added _MSG_EVENT_ACK_REPLY structure.
102 * Added _MSG_FW_DOWNLOAD_REPLY structure.
103 * Added _MSG_TOOLBOX_REPLY structure.
104 * 06-30-00 01.00.03 Added MaxLanBuckets to _PORT_FACT_REPLY structure.
105 * 07-27-00 01.00.04 Added _EVENT_DATA structure definitions for _SCSI,
106 * _LINK_STATUS, _LOOP_STATE and _LOGOUT.
107 * 08-11-00 01.00.05 Switched positions of MsgLength and Function fields in
108 * _MSG_EVENT_ACK_REPLY structure to match specification.
109 * 11-02-00 01.01.01 Original release for post 1.0 work
110 * Added a value for Manufacturer to WhoInit
111 * 12-04-00 01.01.02 Modified IOCFacts reply, added FWUpload messages, and
112 * removed toolbox message.
113 * 01-09-01 01.01.03 Added event enabled and disabled defines.
114 * Added structures for FwHeader and DataHeader.
115 * Added ImageType to FwUpload reply.
116 * 02-20-01 01.01.04 Started using MPI_POINTER.
117 * 02-27-01 01.01.05 Added event for RAID status change and its event data.
118 * Added IocNumber field to MSG_IOC_FACTS_REPLY.
119 * 03-27-01 01.01.06 Added defines for ProductId field of MPI_FW_HEADER.
120 * Added structure offset comments.
121 * 04-09-01 01.01.07 Added structure EVENT_DATA_EVENT_CHANGE.
122 * 08-08-01 01.02.01 Original release for v1.2 work.
123 * New format for FWVersion and ProductId in
124 * MSG_IOC_FACTS_REPLY and MPI_FW_HEADER.
125 * 08-31-01 01.02.02 Addded event MPI_EVENT_SCSI_DEVICE_STATUS_CHANGE and
126 * related structure and defines.
127 * Added event MPI_EVENT_ON_BUS_TIMER_EXPIRED.
128 * Added MPI_IOCINIT_FLAGS_DISCARD_FW_IMAGE.
129 * Replaced a reserved field in MSG_IOC_FACTS_REPLY with
130 * IOCExceptions and changed DataImageSize to reserved.
131 * Added MPI_FW_DOWNLOAD_ITYPE_NVSTORE_DATA and
132 * MPI_FW_UPLOAD_ITYPE_NVDATA.
133 * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
134 * 11-01-01 01.02.04 Added defines for MPI_EXT_IMAGE_HEADER ImageType field.
135 * 03-14-02 01.02.05 Added HeaderVersion field to MSG_IOC_FACTS_REPLY.
136 * 05-31-02 01.02.06 Added define for
137 * MPI_IOCFACTS_EXCEPT_RAID_CONFIG_INVALID.
138 * Added AliasIndex to EVENT_DATA_LOGOUT structure.
139 * 04-01-03 01.02.07 Added defines for MPI_FW_HEADER_SIGNATURE_.
140 * 06-26-03 01.02.08 Added new values to the product family defines.
141 * 04-29-04 01.02.09 Added IOCCapabilities field to MSG_IOC_FACTS_REPLY and
142 * added related defines.
143 * 05-11-04 01.03.01 Original release for MPI v1.3.
144 * 08-19-04 01.05.01 Added four new fields to MSG_IOC_INIT.
145 * Added three new fields to MSG_IOC_FACTS_REPLY.
146 * Defined four new bits for the IOCCapabilities field of
147 * the IOCFacts reply.
148 * Added two new PortTypes for the PortFacts reply.
149 * Added six new events along with their EventData
151 * Added a new MsgFlag to the FwDownload request to
152 * indicate last segment.
153 * Defined a new image type of boot loader.
154 * Added FW family codes for SAS product families.
155 * 10-05-04 01.05.02 Added ReplyFifoHostSignalingAddr field to
156 * MSG_IOC_FACTS_REPLY.
157 * 12-07-04 01.05.03 Added more defines for SAS Discovery Error event.
158 * 12-09-04 01.05.04 Added Unsupported device to SAS Device event.
159 * 01-15-05 01.05.05 Added event data for SAS SES Event.
160 * 02-09-05 01.05.06 Added MPI_FW_UPLOAD_ITYPE_FW_BACKUP define.
161 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts
162 * Reply and IOC Init Request.
163 * 03-11-05 01.05.08 Added family code for 1068E family.
164 * Removed IOCFacts Reply EEDP Capability bit.
165 * 06-24-05 01.05.09 Added 5 new IOCFacts Reply IOCCapabilities bits.
166 * Added Max SATA Targets to SAS Discovery Error event.
167 * --------------------------------------------------------------------------
170 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
171 * 06-06-00 01.00.01 Update version number for 1.0 release.
172 * 06-08-00 01.00.02 Added _PAGEVERSION definitions for all pages.
173 * Added FcPhLowestVersion, FcPhHighestVersion, Reserved2
174 * fields to FC_DEVICE_0 page, updated the page version.
175 * Changed _FREE_RUNNING_CLOCK to _PACING_TRANSFERS in
176 * SCSI_PORT_0, SCSI_DEVICE_0 and SCSI_DEVICE_1 pages
177 * and updated the page versions.
178 * Added _RESPONSE_ID_MASK definition to SCSI_PORT_1
179 * page and updated the page version.
180 * Added Information field and _INFO_PARAMS_NEGOTIATED
181 * definitionto SCSI_DEVICE_0 page.
182 * 06-22-00 01.00.03 Removed batch controls from LAN_0 page and updated the
184 * Added BucketsRemaining to LAN_1 page, redefined the
185 * state values, and updated the page version.
186 * Revised bus width definitions in SCSI_PORT_0,
187 * SCSI_DEVICE_0 and SCSI_DEVICE_1 pages.
188 * 06-30-00 01.00.04 Added MaxReplySize to LAN_1 page and updated the page
190 * Moved FC_DEVICE_0 PageAddress description to spec.
191 * 07-27-00 01.00.05 Corrected the SubsystemVendorID and SubsystemID field
192 * widths in IOC_0 page and updated the page version.
193 * 11-02-00 01.01.01 Original release for post 1.0 work
194 * Added Manufacturing pages, IO Unit Page 2, SCSI SPI
195 * Port Page 2, FC Port Page 4, FC Port Page 5
196 * 12-04-00 01.01.03 Config page changes to match MPI rev 1.00.01.
197 * 12-05-00 01.01.04 Modified config page actions.
198 * 01-09-01 01.01.05 Added defines for page address formats.
199 * Data size for Manufacturing pages 2 and 3 no longer
201 * Io Unit Page 2 size is fixed at 4 adapters and some
202 * flags were changed.
203 * SCSI Port Page 2 Device Settings modified.
204 * New fields added to FC Port Page 0 and some flags
206 * Removed impedance flash from FC Port Page 1.
207 * Added FC Port pages 6 and 7.
208 * 01-25-01 01.01.06 Added MaxInitiators field to FcPortPage0.
209 * 01-29-01 01.01.07 Changed some defines to make them 32 character unique.
210 * Added some LinkType defines for FcPortPage0.
211 * 02-20-01 01.01.08 Started using MPI_POINTER.
212 * 02-27-01 01.01.09 Replaced MPI_CONFIG_PAGETYPE_SCSI_LUN with
213 * MPI_CONFIG_PAGETYPE_RAID_VOLUME.
214 * Added definitions and structures for IOC Page 2 and
215 * RAID Volume Page 2.
216 * 03-27-01 01.01.10 Added CONFIG_PAGE_FC_PORT_8 and CONFIG_PAGE_FC_PORT_9.
217 * CONFIG_PAGE_FC_PORT_3 now supports persistent by DID.
218 * Added VendorId and ProductRevLevel fields to
219 * RAIDVOL2_IM_PHYS_ID struct.
220 * Modified values for MPI_FCPORTPAGE0_FLAGS_ATTACH_
221 * defines to make them compatible to MPI version 1.0.
222 * Added structure offset comments.
223 * 04-09-01 01.01.11 Added some new defines for the PageAddress field and
224 * removed some obsolete ones.
225 * Added IO Unit Page 3.
226 * Modified defines for Scsi Port Page 2.
227 * Modified RAID Volume Pages.
228 * 08-08-01 01.02.01 Original release for v1.2 work.
229 * Added SepID and SepBus to RVP2 IMPhysicalDisk struct.
230 * Added defines for the SEP bits in RVP2 VolumeSettings.
231 * Modified the DeviceSettings field in RVP2 to use the
233 * Added defines for SES, SAF-TE, and cross channel for
234 * IOCPage2 CapabilitiesFlags.
235 * Removed define for MPI_IOUNITPAGE2_FLAGS_RAID_DISABLE.
237 * MPI_SCSIPORTPAGE2_PORT_FLAGS_PARITY_ENABLE.
238 * Added define for MPI_CONFIG_PAGEATTR_RO_PERSISTENT.
239 * 08-29-01 01.02.02 Fixed value for MPI_MANUFACTPAGE_DEVID_53C1035.
240 * Added defines for MPI_FCPORTPAGE1_FLAGS_HARD_ALPA_ONLY
241 * and MPI_FCPORTPAGE1_FLAGS_IMMEDIATE_ERROR_REPLY.
242 * Removed MPI_SCSIPORTPAGE0_CAP_PACING_TRANSFERS,
243 * MPI_SCSIDEVPAGE0_NP_PACING_TRANSFERS, and
244 * MPI_SCSIDEVPAGE1_RP_PACING_TRANSFERS, and
245 * MPI_SCSIDEVPAGE1_CONF_PPR_ALLOWED.
246 * Added defines for MPI_SCSIDEVPAGE1_CONF_WDTR_DISALLOWED
247 * and MPI_SCSIDEVPAGE1_CONF_SDTR_DISALLOWED.
248 * Added OnBusTimerValue to CONFIG_PAGE_SCSI_PORT_1.
249 * Added rejected bits to SCSI Device Page 0 Information.
250 * Increased size of ALPA array in FC Port Page 2 by one
251 * and removed a one byte reserved field.
252 * 09-28-01 01.02.03 Swapped NegWireSpeedLow and NegWireSpeedLow in
253 * CONFIG_PAGE_LAN_1 to match preferred 64-bit ordering.
254 * Added structures for Manufacturing Page 4, IO Unit
255 * Page 3, IOC Page 3, IOC Page 4, RAID Volume Page 0, and
256 * RAID PhysDisk Page 0.
257 * 10-04-01 01.02.04 Added define for MPI_CONFIG_PAGETYPE_RAID_PHYSDISK.
258 * Modified some of the new defines to make them 32
260 * Modified how variable length pages (arrays) are defined.
261 * Added generic defines for hot spare pools and RAID
263 * 11-01-01 01.02.05 Added define for MPI_IOUNITPAGE1_DISABLE_IR.
264 * 03-14-02 01.02.06 Added PCISlotNum field to CONFIG_PAGE_IOC_1 along with
265 * related define, and bumped the page version define.
266 * 05-31-02 01.02.07 Added a Flags field to CONFIG_PAGE_IOC_2_RAID_VOL in a
267 * reserved byte and added a define.
269 * MPI_RAIDVOL0_STATUS_FLAG_VOLUME_INACTIVE.
270 * Added new config page: CONFIG_PAGE_IOC_5.
271 * Added MaxAliases, MaxHardAliases, and NumCurrentAliases
272 * fields to CONFIG_PAGE_FC_PORT_0.
273 * Added AltConnector and NumRequestedAliases fields to
274 * CONFIG_PAGE_FC_PORT_1.
275 * Added new config page: CONFIG_PAGE_FC_PORT_10.
276 * 07-12-02 01.02.08 Added more MPI_MANUFACTPAGE_DEVID_ defines.
277 * Added additional MPI_SCSIDEVPAGE0_NP_ defines.
278 * Added more MPI_SCSIDEVPAGE1_RP_ defines.
280 * MPI_SCSIDEVPAGE1_CONF_EXTENDED_PARAMS_ENABLE.
281 * Added new config page: CONFIG_PAGE_SCSI_DEVICE_3.
282 * Modified MPI_FCPORTPAGE5_FLAGS_ defines.
283 * 09-16-02 01.02.09 Added MPI_SCSIDEVPAGE1_CONF_FORCE_PPR_MSG define.
284 * 11-15-02 01.02.10 Added ConnectedID defines for CONFIG_PAGE_SCSI_PORT_0.
285 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
286 * Added more Flags defines for CONFIG_PAGE_FC_DEVICE_0.
287 * 04-01-03 01.02.11 Added RR_TOV field and additional Flags defines for
288 * CONFIG_PAGE_FC_PORT_1.
289 * Added define MPI_FCPORTPAGE5_FLAGS_DISABLE to disable
291 * Added more device id defines.
292 * 06-26-03 01.02.12 Added MPI_IOUNITPAGE1_IR_USE_STATIC_VOLUME_ID define.
293 * Added TargetConfig and IDConfig fields to
294 * CONFIG_PAGE_SCSI_PORT_1.
295 * Added more PortFlags defines for CONFIG_PAGE_SCSI_PORT_2
297 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
298 * In CONFIG_PAGE_FC_DEVICE_0, replaced Reserved1 field
299 * with ADISCHardALPA.
300 * Added MPI_FC_DEVICE_PAGE0_PROT_FCP_RETRY define.
301 * 01-16-04 01.02.13 Added InitiatorDeviceTimeout and InitiatorIoPendTimeout
302 * fields and related defines to CONFIG_PAGE_FC_PORT_1.
304 * MPI_FCPORTPAGE1_FLAGS_SOFT_ALPA_FALLBACK.
305 * Added new fields to the substructures of
306 * CONFIG_PAGE_FC_PORT_10.
307 * 04-29-04 01.02.14 Added define for IDP bit for CONFIG_PAGE_SCSI_PORT_0,
308 * CONFIG_PAGE_SCSI_DEVICE_0, and
309 * CONFIG_PAGE_SCSI_DEVICE_1. Also bumped Page Version for
311 * 05-11-04 01.03.01 Added structure for CONFIG_PAGE_INBAND_0.
312 * 08-19-04 01.05.01 Modified MSG_CONFIG request to support extended config
314 * Added a new structure for extended config page header.
315 * Added new extended config pages types and structures for
316 * SAS IO Unit, SAS Expander, SAS Device, and SAS PHY.
317 * Replaced a reserved byte in CONFIG_PAGE_MANUFACTURING_4
318 * to add a Flags field.
319 * Two new Manufacturing config pages (5 and 6).
320 * Two new bits defined for IO Unit Page 1 Flags field.
321 * Modified CONFIG_PAGE_IO_UNIT_2 to add three new fields
322 * to specify the BIOS boot device.
323 * Four new Flags bits defined for IO Unit Page 2.
324 * Added IO Unit Page 4.
325 * Added EEDP Flags settings to IOC Page 1.
326 * Added new BIOS Page 1 config page.
327 * 10-05-04 01.05.02 Added define for
328 * MPI_IOCPAGE1_INITIATOR_CONTEXT_REPLY_DISABLE.
329 * Added new Flags field to CONFIG_PAGE_MANUFACTURING_5 and
330 * associated defines.
331 * Added more defines for SAS IO Unit Page 0
332 * DiscoveryStatus field.
333 * Added define for MPI_SAS_IOUNIT0_DS_SUBTRACTIVE_LINK
334 * and MPI_SAS_IOUNIT0_DS_TABLE_LINK.
335 * Added defines for Physical Mapping Modes to SAS IO Unit
338 * MPI_SAS_DEVICE0_FLAGS_PORT_SELECTOR_ATTACH.
339 * 10-27-04 01.05.03 Added defines for new SAS PHY page addressing mode.
340 * Added defines for MaxTargetSpinUp to BIOS Page 1.
341 * Added 5 new ControlFlags defines for SAS IO Unit
343 * Added MaxNumPhysicalMappedIDs field to SAS IO Unit
345 * Added AccessStatus field to SAS Device Page 0 and added
346 * new Flags bits for supported SATA features.
347 * 12-07-04 01.05.04 Added config page structures for BIOS Page 2, RAID
348 * Volume Page 1, and RAID Physical Disk Page 1.
349 * Replaced IO Unit Page 1 BootTargetID,BootBus, and
350 * BootAdapterNum with reserved field.
351 * Added DataScrubRate and ResyncRate to RAID Volume
353 * Added MPI_SAS_IOUNIT2_FLAGS_RESERVE_ID_0_FOR_BOOT
355 * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1
357 * Added Auto Port Config flag define for SAS IOUNIT
358 * Page 1 ControlFlags.
359 * Added Disabled bad Phy define to Expander Page 1
360 * Discovery Info field.
361 * Added SAS/SATA device support to SAS IOUnit Page 1
363 * Added Unsupported device to SAS Dev Page 0 Flags field
364 * Added disable use SATA Hash Address for SAS IOUNIT
365 * page 1 in ControlFields.
366 * 01-15-05 01.05.06 Added defaults for data scrub rate and resync rate to
367 * Manufacturing Page 4.
368 * Added new defines for BIOS Page 1 IOCSettings field.
369 * Added ExtDiskIdentifier field to RAID Physical Disk
371 * Added new defines for SAS IO Unit Page 1 ControlFlags
372 * and to SAS Device Page 0 Flags to control SATA devices.
373 * Added defines and structures for the new Log Page 0, a
374 * new type of configuration page.
375 * 02-09-05 01.05.07 Added InactiveStatus field to RAID Volume Page 0.
376 * Added WWID field to RAID Volume Page 1.
377 * Added PhysicalPort field to SAS Expander pages 0 and 1.
378 * 03-11-05 01.05.08 Removed the EEDP flags from IOC Page 1.
379 * Added Enclosure/Slot boot device format to BIOS Page 2.
380 * New status value for RAID Volume Page 0 VolumeStatus
381 * (VolumeState subfield).
382 * New value for RAID Physical Page 0 InactiveStatus.
383 * Added Inactive Volume Member flag RAID Physical Disk
384 * Page 0 PhysDiskStatus field.
385 * New physical mapping mode in SAS IO Unit Page 2.
386 * Added CONFIG_PAGE_SAS_ENCLOSURE_0.
387 * Added Slot and Enclosure fields to SAS Device Page 0.
388 * 06-24-05 01.05.09 Added EEDP defines to IOC Page 1.
389 * Added more RAID type defines to IOC Page 2.
390 * Added Port Enable Delay settings to BIOS Page 1.
391 * Added Bad Block Table Full define to RAID Volume Page 0.
392 * Added Previous State defines to RAID Physical Disk
394 * Added Max Sata Targets define for DiscoveryStatus field
395 * of SAS IO Unit Page 0.
396 * Added Device Self Test to Control Flags of SAS IO Unit
398 * Added Direct Attach Starting Slot Number define for SAS
400 * Added new fields in SAS Device Page 2 for enclosure
402 * Added OwnerDevHandle and Flags field to SAS PHY Page 0.
403 * Added IOC GPIO Flags define to SAS Enclosure Page 0.
404 * Fixed the value for MPI_SAS_IOUNIT1_CONTROL_DEV_SATA_SUPPORT.
405 * --------------------------------------------------------------------------
408 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
409 * 05-24-00 00.10.02 Added SenseBufferLength to _MSG_SCSI_IO_REPLY.
410 * 06-06-00 01.00.01 Update version number for 1.0 release.
411 * 06-08-00 01.00.02 Added MPI_SCSI_RSP_INFO_ definitions.
412 * 11-02-00 01.01.01 Original release for post 1.0 work
413 * 12-04-00 01.01.02 Added MPI_SCSIIO_CONTROL_NO_DISCONNECT.
414 * 02-20-01 01.01.03 Started using MPI_POINTER.
415 * 03-27-01 01.01.04 Added structure offset comments.
416 * 04-10-01 01.01.05 Added new MsgFlag for MSG_SCSI_TASK_MGMT.
417 * 08-08-01 01.02.01 Original release for v1.2 work.
418 * 08-29-01 01.02.02 Added MPI_SCSITASKMGMT_TASKTYPE_LOGICAL_UNIT_RESET.
419 * Added MPI_SCSI_STATE_QUEUE_TAG_REJECTED for
421 * 09-28-01 01.02.03 Added structures and defines for SCSI Enclosure
422 * Processor messages.
423 * 10-04-01 01.02.04 Added defines for SEP request Action field.
424 * 05-31-02 01.02.05 Added MPI_SCSIIO_MSGFLGS_CMD_DETERMINES_DATA_DIR define
425 * for SCSI IO requests.
426 * 11-15-02 01.02.06 Added special extended SCSI Status defines for FCP.
427 * 06-26-03 01.02.07 Added MPI_SCSI_STATUS_FCPEXT_UNASSIGNED define.
428 * 05-11-04 01.03.01 Original release for MPI v1.3.
429 * 08-19-04 01.05.01 Added MsgFlags defines for EEDP to SCSI IO request.
430 * Added new word to MSG_SCSI_IO_REPLY to add TaskTag field
431 * and a reserved U16.
432 * Added new MSG_SCSI_IO32_REQUEST structure.
433 * Added a TaskType of Clear Task Set to SCSI
434 * Task Management request.
435 * 12-07-04 01.05.02 Added support for Task Management Query Task.
436 * 01-15-05 01.05.03 Modified SCSI Enclosure Processor Request to support
438 * 03-11-05 01.05.04 Removed EEDP flags from SCSI IO Request.
439 * Removed SCSI IO 32 Request.
440 * Modified SCSI Enclosure Processor Request and Reply to
441 * support Enclosure/Slot addressing rather than WWID
443 * 06-24-05 01.05.05 Added SCSI IO 32 structures and defines.
444 * Added four new defines for SEP SlotStatus.
445 * --------------------------------------------------------------------------
448 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
449 * 06-06-00 01.00.01 Update version number for 1.0 release.
450 * 06-22-00 01.00.02 Added _MSG_TARGET_CMD_BUFFER_POST_REPLY structure.
451 * Corrected DECSRIPTOR typo to DESCRIPTOR.
452 * 11-02-00 01.01.01 Original release for post 1.0 work
453 * Modified target mode to use IoIndex instead of
454 * HostIndex and IocIndex. Added Alias.
455 * 01-09-01 01.01.02 Added defines for TARGET_ASSIST_FLAGS_REPOST_CMD_BUFFER
456 * and TARGET_STATUS_SEND_FLAGS_REPOST_CMD_BUFFER.
457 * 02-20-01 01.01.03 Started using MPI_POINTER.
458 * Added structures for MPI_TARGET_SCSI_SPI_CMD_BUFFER and
459 * MPI_TARGET_FCP_CMD_BUFFER.
460 * 03-27-01 01.01.04 Added structure offset comments.
461 * 08-08-01 01.02.01 Original release for v1.2 work.
462 * 09-28-01 01.02.02 Added structure for MPI_TARGET_SCSI_SPI_STATUS_IU.
463 * Added PriorityReason field to some replies and
464 * defined more PriorityReason codes.
465 * Added some defines for to support previous version
467 * 10-04-01 01.02.03 Added PriorityReason to MSG_TARGET_ERROR_REPLY.
468 * 11-01-01 01.02.04 Added define for TARGET_STATUS_SEND_FLAGS_HIGH_PRIORITY.
469 * 03-14-02 01.02.05 Modified MPI_TARGET_FCP_RSP_BUFFER to get the proper
471 * 05-31-02 01.02.06 Modified TARGET_MODE_REPLY_ALIAS_MASK to only include
473 * Added AliasIndex field to MPI_TARGET_FCP_CMD_BUFFER.
474 * 09-16-02 01.02.07 Added flags for confirmed completion.
475 * Added PRIORITY_REASON_TARGET_BUSY.
476 * 11-15-02 01.02.08 Added AliasID field to MPI_TARGET_SCSI_SPI_CMD_BUFFER.
477 * 04-01-03 01.02.09 Added OptionalOxid field to MPI_TARGET_FCP_CMD_BUFFER.
478 * 05-11-04 01.03.01 Original release for MPI v1.3.
479 * 08-19-04 01.05.01 Added new request message structures for
480 * MSG_TARGET_CMD_BUF_POST_BASE_REQUEST,
481 * MSG_TARGET_CMD_BUF_POST_LIST_REQUEST, and
482 * MSG_TARGET_ASSIST_EXT_REQUEST.
483 * Added new structures for SAS SSP Command buffer, SSP
484 * Task buffer, and SSP Status IU.
485 * 10-05-04 01.05.02 MSG_TARGET_CMD_BUFFER_POST_BASE_LIST_REPLY added.
486 * 02-22-05 01.05.03 Changed a comment.
487 * 03-11-05 01.05.04 Removed TargetAssistExtended Request.
488 * 06-24-05 01.05.05 Added TargetAssistExtended structures and defines.
489 * --------------------------------------------------------------------------
492 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
493 * 06-06-00 01.00.01 Update version number for 1.0 release.
494 * 06-12-00 01.00.02 Added _MSG_FC_ABORT_REPLY structure.
495 * 11-02-00 01.01.01 Original release for post 1.0 work
496 * 12-04-00 01.01.02 Added messages for Common Transport Send and
498 * 01-09-01 01.01.03 Modifed some of the new flags to have an MPI prefix
499 * and modified the FcPrimitiveSend flags.
500 * 01-25-01 01.01.04 Move InitiatorIndex in LinkServiceRsp reply to a larger
502 * Added FC_ABORT_TYPE_CT_SEND_REQUEST and
503 * FC_ABORT_TYPE_EXLINKSEND_REQUEST for FcAbort request.
504 * Added MPI_FC_PRIM_SEND_FLAGS_STOP_SEND.
505 * 02-20-01 01.01.05 Started using MPI_POINTER.
506 * 03-27-01 01.01.06 Added Flags field to MSG_LINK_SERVICE_BUFFER_POST_REPLY
507 * and defined MPI_LS_BUF_POST_REPLY_FLAG_NO_RSP_NEEDED.
508 * Added MPI_FC_PRIM_SEND_FLAGS_RESET_LINK define.
509 * Added structure offset comments.
510 * 04-09-01 01.01.07 Added RspLength field to MSG_LINK_SERVICE_RSP_REQUEST.
511 * 08-08-01 01.02.01 Original release for v1.2 work.
512 * 09-28-01 01.02.02 Change name of reserved field in
513 * MSG_LINK_SERVICE_RSP_REPLY.
514 * 05-31-02 01.02.03 Adding AliasIndex to FC Direct Access requests.
515 * 01-16-04 01.02.04 Added define for MPI_FC_PRIM_SEND_FLAGS_ML_RESET_LINK.
516 * 05-11-04 01.03.01 Original release for MPI v1.3.
517 * 08-19-04 01.05.01 Original release for MPI v1.5.
518 * --------------------------------------------------------------------------
521 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
522 * 05-24-00 00.10.02 Added LANStatus field to _MSG_LAN_SEND_REPLY.
523 * Added LANStatus field to _MSG_LAN_RECEIVE_POST_REPLY.
524 * Moved ListCount field in _MSG_LAN_RECEIVE_POST_REPLY.
525 * 06-06-00 01.00.01 Update version number for 1.0 release.
526 * 06-12-00 01.00.02 Added MPI_ to BUCKETSTATUS_ definitions.
527 * 06-22-00 01.00.03 Major changes to match new LAN definition in 1.0 spec.
528 * 06-30-00 01.00.04 Added Context Reply definitions per revised proposal.
529 * Changed transaction context usage to bucket/buffer.
530 * 07-05-00 01.00.05 Removed LAN_RECEIVE_POST_BUCKET_CONTEXT_MASK definition
531 * to lan private header file
532 * 11-02-00 01.01.01 Original release for post 1.0 work
533 * 02-20-01 01.01.02 Started using MPI_POINTER.
534 * 03-27-01 01.01.03 Added structure offset comments.
535 * 08-08-01 01.02.01 Original release for v1.2 work.
536 * 05-11-04 01.03.01 Original release for MPI v1.3.
537 * 08-19-04 01.05.01 Original release for MPI v1.5.
538 * --------------------------------------------------------------------------
541 * 02-27-01 01.01.01 Original release for this file.
542 * 03-27-01 01.01.02 Added structure offset comments.
543 * 08-08-01 01.02.01 Original release for v1.2 work.
544 * 08-29-01 01.02.02 Added DIAG_DATA_UPLOAD_HEADER and related defines.
545 * 09-28-01 01.02.02 Major rework for MPI v1.2 Integrated RAID changes.
546 * 10-04-01 01.02.03 Added ActionData defines for
547 * MPI_RAID_ACTION_DELETE_VOLUME action.
548 * 11-01-01 01.02.04 Added define for MPI_RAID_ACTION_ADATA_DO_NOT_SYNC.
549 * 03-14-02 01.02.05 Added define for MPI_RAID_ACTION_ADATA_LOW_LEVEL_INIT.
550 * 05-07-02 01.02.06 Added define for MPI_RAID_ACTION_ACTIVATE_VOLUME,
551 * MPI_RAID_ACTION_INACTIVATE_VOLUME, and
552 * MPI_RAID_ACTION_ADATA_INACTIVATE_ALL.
553 * 07-12-02 01.02.07 Added structures for Mailbox request and reply.
554 * 11-15-02 01.02.08 Added missing MsgContext field to MSG_MAILBOX_REQUEST.
555 * 04-01-03 01.02.09 New action data option flag for
556 * MPI_RAID_ACTION_DELETE_VOLUME.
557 * 05-11-04 01.03.01 Original release for MPI v1.3.
558 * 08-19-04 01.05.01 Original release for MPI v1.5.
559 * 01-15-05 01.05.02 Added defines for the two new RAID Actions for
560 * _SET_RESYNC_RATE and _SET_DATA_SCRUB_RATE.
561 * --------------------------------------------------------------------------
564 * 08-08-01 01.02.01 Original release.
565 * 08-29-01 01.02.02 Added DIAG_DATA_UPLOAD_HEADER and related defines.
566 * 01-16-04 01.02.03 Added defines and structures for new tools
567 *. MPI_TOOLBOX_ISTWI_READ_WRITE_TOOL and
568 * MPI_TOOLBOX_FC_MANAGEMENT_TOOL.
569 * 04-29-04 01.02.04 Added message structures for Diagnostic Buffer Post and
570 * Diagnostic Release requests and replies.
571 * 05-11-04 01.03.01 Original release for MPI v1.3.
572 * 08-19-04 01.05.01 Original release for MPI v1.5.
573 * 10-06-04 01.05.02 Added define for MPI_DIAG_BUF_TYPE_COUNT.
574 * 02-09-05 01.05.03 Added frame size option to FC management tool.
575 * Added Beacon tool to the Toolbox.
576 * --------------------------------------------------------------------------
579 * 05-11-04 01.03.01 Original release.
580 * 08-19-04 01.05.01 Original release for MPI v1.5.
581 * --------------------------------------------------------------------------
584 * 08-19-04 01.05.01 Original release.
585 * --------------------------------------------------------------------------
588 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
589 * 06-06-00 01.00.01 Update version number for 1.0 release.
590 * 11-02-00 01.01.01 Original release for post 1.0 work
591 * 02-20-01 01.01.02 Added define and ifdef for MPI_POINTER.
592 * 08-08-01 01.02.01 Original release for v1.2 work.
593 * 05-11-04 01.03.01 Original release for MPI v1.3.
594 * 08-19-04 01.05.01 Original release for MPI v1.5.
595 * --------------------------------------------------------------------------
597 mpi_history.txt Parts list history
599 Filename 01.05.10 01.05.09
600 ---------- -------- --------
601 mpi.h 01.05.08 01.05.07
602 mpi_ioc.h 01.05.09 01.05.08
603 mpi_cnfg.h 01.05.09 01.05.08
604 mpi_init.h 01.05.05 01.05.04
605 mpi_targ.h 01.05.05 01.05.04
606 mpi_fc.h 01.05.01 01.05.01
607 mpi_lan.h 01.05.01 01.05.01
608 mpi_raid.h 01.05.02 01.05.02
609 mpi_tool.h 01.05.03 01.05.03
610 mpi_inb.h 01.05.01 01.05.01
611 mpi_sas.h 01.05.01 01.05.01
612 mpi_type.h 01.05.01 01.05.01
614 Filename 01.05.08 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03
615 ---------- -------- -------- -------- -------- -------- --------
616 mpi.h 01.05.06 01.05.05 01.05.04 01.05.03 01.05.02 01.05.01
617 mpi_ioc.h 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03 01.05.02
618 mpi_cnfg.h 01.05.07 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03
619 mpi_init.h 01.05.03 01.05.03 01.05.03 01.05.02 01.05.02 01.05.01
620 mpi_targ.h 01.05.03 01.05.02 01.05.02 01.05.02 01.05.02 01.05.02
621 mpi_fc.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
622 mpi_lan.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
623 mpi_raid.h 01.05.02 01.05.02 01.05.02 01.05.01 01.05.01 01.05.01
624 mpi_tool.h 01.05.03 01.05.03 01.05.02 01.05.02 01.05.02 01.05.02
625 mpi_inb.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
626 mpi_sas.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
627 mpi_type.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
629 Filename 01.05.02 01.05.01 01.03.01 01.02.14 01.02.13 01.02.12
630 ---------- -------- -------- -------- -------- -------- --------
631 mpi.h 01.05.01 01.05.01 01.03.01 01.02.12 01.02.11 01.02.10
632 mpi_ioc.h 01.05.02 01.05.01 01.03.01 01.02.09 01.02.08 01.02.08
633 mpi_cnfg.h 01.05.02 01.05.01 01.03.01 01.02.14 01.02.13 01.02.12
634 mpi_init.h 01.05.01 01.05.01 01.03.01 01.02.07 01.02.07 01.02.07
635 mpi_targ.h 01.05.02 01.05.01 01.03.01 01.02.09 01.02.09 01.02.09
636 mpi_fc.h 01.05.01 01.05.01 01.03.01 01.02.04 01.02.04 01.02.03
637 mpi_lan.h 01.05.01 01.05.01 01.03.01 01.02.01 01.02.01 01.02.01
638 mpi_raid.h 01.05.01 01.05.01 01.03.01 01.02.09 01.02.09 01.02.09
639 mpi_tool.h 01.05.02 01.05.01 01.03.01 01.02.01 01.02.01 01.02.01
640 mpi_inb.h 01.05.01 01.05.01 01.03.01
641 mpi_sas.h 01.05.01 01.05.01
642 mpi_type.h 01.05.01 01.05.01 01.03.01 01.02.04 01.02.03 01.02.02
644 Filename 01.02.11 01.02.10 01.02.09 01.02.08 01.02.07 01.02.06
645 ---------- -------- -------- -------- -------- -------- --------
646 mpi.h 01.02.09 01.02.08 01.02.07 01.02.06 01.02.05 01.02.04
647 mpi_ioc.h 01.02.07 01.02.06 01.02.06 01.02.06 01.02.06 01.02.05
648 mpi_cnfg.h 01.02.11 01.02.10 01.02.09 01.02.08 01.02.07 01.02.06
649 mpi_init.h 01.02.06 01.02.06 01.02.05 01.02.05 01.02.05 01.02.04
650 mpi_targ.h 01.02.09 01.02.08 01.02.07 01.02.06 01.02.06 01.02.05
651 mpi_fc.h 01.02.03 01.02.03 01.02.03 01.02.03 01.02.03 01.02.02
652 mpi_lan.h 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01
653 mpi_raid.h 01.02.09 01.02.08 01.02.07 01.02.07 01.02.06 01.02.05
654 mpi_tool.h 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01
655 mpi_type.h 01.02.02 01.02.02 01.02.02 01.02.02 01.02.02 01.02.02
657 Filename 01.02.05 01.02.04 01.02.03 01.02.02 01.02.01 01.01.10
658 ---------- -------- -------- -------- -------- -------- --------
659 mpi.h 01.02.03 01.02.02 01.02.02 01.02.01 01.02.01 01.01.07
660 mpi_ioc.h 01.02.04 01.02.03 01.02.03 01.02.02 01.02.01 01.01.07
661 mpi_cnfg.h 01.02.05 01.02.04 01.02.03 01.02.02 01.02.01 01.01.11
662 mpi_init.h 01.02.04 01.02.04 01.02.03 01.02.02 01.02.01 01.01.05
663 mpi_targ.h 01.02.04 01.02.03 01.02.02 01.02.01 01.02.01 01.01.04
664 mpi_fc.h 01.02.02 01.02.02 01.02.02 01.02.01 01.02.01 01.01.07
665 mpi_lan.h 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01 01.01.03
666 mpi_raid.h 01.02.04 01.02.03 01.02.02 01.02.01 01.02.01 01.01.02
667 mpi_tool.h 01.02.02 01.02.02 01.02.02 01.02.02 01.02.01
668 mpi_type.h 01.02.02 01.02.02 01.02.02 01.02.02 01.02.01 01.01.02
670 Filename 01.01.09 01.01.08 01.01.07 01.01.06 01.01.05 01.01.04
671 ---------- -------- -------- -------- -------- -------- --------
672 mpi.h 01.01.06 01.01.06 01.01.05 01.01.04 01.01.04 01.01.03
673 mpi_ioc.h 01.01.06 01.01.05 01.01.04 01.01.03 01.01.03 01.01.03
674 mpi_cnfg.h 01.01.10 01.01.09 01.01.08 01.01.07 01.01.06 01.01.05
675 mpi_init.h 01.01.04 01.01.03 01.01.03 01.01.02 01.01.02 01.01.02
676 mpi_targ.h 01.01.04 01.01.03 01.01.03 01.01.02 01.01.02 01.01.02
677 mpi_fc.h 01.01.06 01.01.05 01.01.05 01.01.04 01.01.04 01.01.03
678 mpi_lan.h 01.01.03 01.01.02 01.01.02 01.01.01 01.01.01 01.01.01
679 mpi_raid.h 01.01.02 01.01.01
680 mpi_type.h 01.01.02 01.01.02 01.01.02 01.01.01 01.01.01 01.01.01
682 Filename 01.01.03 01.01.02 01.01.01 01.00.07 01.00.06 01.00.05
683 ---------- -------- -------- -------- -------- -------- --------
684 mpi.h 01.01.02 01.01.02 01.01.01 01.00.04 01.00.04 01.00.03
685 mpi_ioc.h 01.01.02 01.01.02 01.01.01 01.00.05 01.00.04 01.00.03
686 mpi_cnfg.h 01.01.04 01.01.03 01.01.01 01.00.05 01.00.05 01.00.04
687 mpi_init.h 01.01.02 01.01.02 01.01.01 01.00.02 01.00.02 01.00.02
688 mpi_targ.h 01.01.01 01.01.01 01.01.01 01.00.02 01.00.02 01.00.02
689 mpi_fc.h 01.01.02 01.01.02 01.01.01 01.00.02 01.00.02 01.00.02
690 mpi_lan.h 01.01.01 01.01.01 01.01.01 01.00.05 01.00.05 01.00.05
691 mpi_type.h 01.01.01 01.01.01 01.01.01 01.00.01 01.00.01 01.00.01
693 Filename 01.00.04 01.00.03 01.00.02 01.00.01 00.10.02 00.10.01
694 ---------- -------- -------- -------- -------- -------- --------
695 mpi.h 01.00.02 01.00.01 01.00.01 01.00.01 00.10.02 00.10.01
696 mpi_ioc.h 01.00.02 01.00.02 01.00.01 01.00.01 00.10.02 00.10.01
697 mpi_cnfg.h 01.00.03 01.00.02 01.00.02 01.00.01 00.10.01 00.10.01
698 mpi_init.h 01.00.02 01.00.02 01.00.02 01.00.01 00.10.02 00.10.01
699 mpi_targ.h 01.00.02 01.00.01 01.00.01 01.00.01 00.10.01 00.10.01
700 mpi_fc.h 01.00.02 01.00.02 01.00.01 01.00.01 00.10.01 00.10.01
701 mpi_lan.h 01.00.03 01.00.02 01.00.01 01.00.01 00.10.02 00.10.01
702 mpi_type.h 01.00.01 01.00.01 01.00.01 01.00.01 00.10.01 00.10.01
705 * --------------------------------------------------------------------------