Deleted Added
full compact
mpi_ioc.h (139749) mpi_ioc.h (147883)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_ioc.h 139749 2005-01-06 01:43:34Z imp $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_ioc.h 147883 2005-07-10 15:05:39Z scottl $ */
2/*-
2/*-
3 * Copyright (c) 2000, 2001 by LSI Logic Corporation
4 *
3 * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors.
4 * All rights reserved.
5 *
5 * Redistribution and use in source and binary forms, with or without
6 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
7 * modification, are permitted provided that the following conditions are
8 * met:
8 * 1. Redistributions of source code must retain the above copyright
9 * 1. Redistributions of source code must retain the above copyright
9 * notice immediately at the beginning of the file, without modification,
10 * this list of conditions, and the following disclaimer.
11 * 2. The name of the author may not be used to endorse or promote products
12 * derived from this software without specific prior written permission.
13 *
14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
12 * substantially similar to the "NO WARRANTY" disclaimer below
13 * ("Disclaimer") and any redistribution must be conditioned upon including
14 * a substantially similar Disclaimer requirement for further binary
15 * redistribution.
16 * 3. Neither the name of the LSI Logic Corporation nor the names of its
17 * contributors may be used to endorse or promote products derived from
18 * this software without specific prior written permission.
19 *
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
18 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
24 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
30 * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 *
27 * Name: MPI_IOC.H
28 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
29 * Creation Date: August 11, 2000
30 *
31 *
32 *
33 * Name: MPI_IOC.H
34 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
35 * Creation Date: August 11, 2000
36 *
31 * MPI_IOC.H Version: 01.02.07
37 * MPI_IOC.H Version: 01.02.08
32 *
33 * Version History
34 * ---------------
35 *
36 * Date Version Description
37 * -------- -------- ------------------------------------------------------
38 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
39 * 05-24-00 00.10.02 Added _MSG_IOC_INIT_REPLY structure.

--- 33 unchanged lines hidden (view full) ---

73 * MPI_FW_UPLOAD_ITYPE_NVDATA.
74 * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
75 * 11-01-01 01.02.04 Added defines for MPI_EXT_IMAGE_HEADER ImageType field.
76 * 03-14-02 01.02.05 Added HeaderVersion field to MSG_IOC_FACTS_REPLY.
77 * 05-31-02 01.02.06 Added define for
78 * MPI_IOCFACTS_EXCEPT_RAID_CONFIG_INVALID.
79 * Added AliasIndex to EVENT_DATA_LOGOUT structure.
80 * 04-01-03 01.02.07 Added defines for MPI_FW_HEADER_SIGNATURE_.
38 *
39 * Version History
40 * ---------------
41 *
42 * Date Version Description
43 * -------- -------- ------------------------------------------------------
44 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
45 * 05-24-00 00.10.02 Added _MSG_IOC_INIT_REPLY structure.

--- 33 unchanged lines hidden (view full) ---

79 * MPI_FW_UPLOAD_ITYPE_NVDATA.
80 * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
81 * 11-01-01 01.02.04 Added defines for MPI_EXT_IMAGE_HEADER ImageType field.
82 * 03-14-02 01.02.05 Added HeaderVersion field to MSG_IOC_FACTS_REPLY.
83 * 05-31-02 01.02.06 Added define for
84 * MPI_IOCFACTS_EXCEPT_RAID_CONFIG_INVALID.
85 * Added AliasIndex to EVENT_DATA_LOGOUT structure.
86 * 04-01-03 01.02.07 Added defines for MPI_FW_HEADER_SIGNATURE_.
87 * 06-26-03 01.02.08 Added new values to the product family defines.
81 * --------------------------------------------------------------------------
82 */
83
84#ifndef MPI_IOC_H
85#define MPI_IOC_H
86
87
88/*****************************************************************************

--- 606 unchanged lines hidden (view full) ---

695#define MPI_FW_HEADER_PID_FAMILY_1030B1_SCSI (0x0003)
696#define MPI_FW_HEADER_PID_FAMILY_1030C0_SCSI (0x0004)
697#define MPI_FW_HEADER_PID_FAMILY_1020A0_SCSI (0x0005)
698#define MPI_FW_HEADER_PID_FAMILY_1020B0_SCSI (0x0006)
699#define MPI_FW_HEADER_PID_FAMILY_1020B1_SCSI (0x0007)
700#define MPI_FW_HEADER_PID_FAMILY_1020C0_SCSI (0x0008)
701#define MPI_FW_HEADER_PID_FAMILY_1035A0_SCSI (0x0009)
702#define MPI_FW_HEADER_PID_FAMILY_1035B0_SCSI (0x000A)
88 * --------------------------------------------------------------------------
89 */
90
91#ifndef MPI_IOC_H
92#define MPI_IOC_H
93
94
95/*****************************************************************************

--- 606 unchanged lines hidden (view full) ---

702#define MPI_FW_HEADER_PID_FAMILY_1030B1_SCSI (0x0003)
703#define MPI_FW_HEADER_PID_FAMILY_1030C0_SCSI (0x0004)
704#define MPI_FW_HEADER_PID_FAMILY_1020A0_SCSI (0x0005)
705#define MPI_FW_HEADER_PID_FAMILY_1020B0_SCSI (0x0006)
706#define MPI_FW_HEADER_PID_FAMILY_1020B1_SCSI (0x0007)
707#define MPI_FW_HEADER_PID_FAMILY_1020C0_SCSI (0x0008)
708#define MPI_FW_HEADER_PID_FAMILY_1035A0_SCSI (0x0009)
709#define MPI_FW_HEADER_PID_FAMILY_1035B0_SCSI (0x000A)
710#define MPI_FW_HEADER_PID_FAMILY_1030TA0_SCSI (0x000B)
711#define MPI_FW_HEADER_PID_FAMILY_1020TA0_SCSI (0x000C)
703#define MPI_FW_HEADER_PID_FAMILY_909_FC (0x0000)
704#define MPI_FW_HEADER_PID_FAMILY_919_FC (0x0001)
705#define MPI_FW_HEADER_PID_FAMILY_919X_FC (0x0002)
706
707typedef struct _MPI_EXT_IMAGE_HEADER
708{
709 U8 ImageType; /* 00h */
710 U8 Reserved; /* 01h */

--- 15 unchanged lines hidden ---
712#define MPI_FW_HEADER_PID_FAMILY_909_FC (0x0000)
713#define MPI_FW_HEADER_PID_FAMILY_919_FC (0x0001)
714#define MPI_FW_HEADER_PID_FAMILY_919X_FC (0x0002)
715
716typedef struct _MPI_EXT_IMAGE_HEADER
717{
718 U8 ImageType; /* 00h */
719 U8 Reserved; /* 01h */

--- 15 unchanged lines hidden ---