Deleted Added
full compact
mpi_ioc.h (102595) mpi_ioc.h (102599)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_ioc.h 102595 2002-08-30 02:34:19Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_ioc.h 102599 2002-08-30 03:36:50Z mjacob $ */
2/*
2/*
3 * Copyright (c) 2000-2001 LSI Logic Corporation.
3 * Copyright (c) 2000, 2001 by LSI Logic Corporation
4 *
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice 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.
5 *
13 *
14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 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.
25 *
26 *
6 * Name: MPI_IOC.H
7 * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages
8 * Creation Date: August 11, 2000
9 *
10 * MPI Version: 01.02.04
11 *
12 * Version History
13 * ---------------

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

49 * Replaced a reserved field in MSG_IOC_FACTS_REPLY with
50 * IOCExceptions and changed DataImageSize to reserved.
51 * Added MPI_FW_DOWNLOAD_ITYPE_NVSTORE_DATA and
52 * MPI_FW_UPLOAD_ITYPE_NVDATA.
53 * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
54 * 11-01-01 01.02.04 Added defines for MPI_EXT_IMAGE_HEADER ImageType field.
55 * --------------------------------------------------------------------------
56 */
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 * MPI Version: 01.02.04
32 *
33 * Version History
34 * ---------------

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

70 * Replaced a reserved field in MSG_IOC_FACTS_REPLY with
71 * IOCExceptions and changed DataImageSize to reserved.
72 * Added MPI_FW_DOWNLOAD_ITYPE_NVSTORE_DATA and
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 * --------------------------------------------------------------------------
77 */
57/*
58 * Copyright (c) 2002 by Matthew Jacob
59 *
60 * Redistribution and use in source and binary forms, with or without
61 * modification, are permitted provided that the following conditions
62 * are met:
63 * 1. Redistributions of source code must retain the original LSI Logic
64 * copyright notice at the beginning of the file and the above copyright
65 * notice immediately after it, both without modification, this list of
66 * conditions, and the following disclaimer and note.
67 * 2. The name of the author or LSI Logic may not be used to endorse or
68 * promote products derived from this software without specific prior
69 * written permission.
70 *
71 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND LSI LOGIC AND CONTRIBUTORS
72 *``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
73 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
74 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
75 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
76 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
77 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
78 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
79 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
80 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
81 * POSSIBILITY OF SUCH DAMAGE.
82 *
83 * Note: this copyright information has been added with the express written
84 * consent of LSI Logic (available upon request) in order to clarify the
85 * original LSI Logic copyright in order to allow for unencumbered binary
86 * and source redistribution of the MPI API definitions.
87 */
88
89#ifndef MPI_IOC_H
90#define MPI_IOC_H
91
92
93/*****************************************************************************
94*
95* I O C M e s s a g e s

--- 624 unchanged lines hidden ---
78
79#ifndef MPI_IOC_H
80#define MPI_IOC_H
81
82
83/*****************************************************************************
84*
85* I O C M e s s a g e s

--- 624 unchanged lines hidden ---