Deleted Added
full compact
mpi_init.h (102595) mpi_init.h (102599)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_init.h 102595 2002-08-30 02:34:19Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_init.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_INIT.H
7 * Title: MPI initiator mode messages and structures
8 * Creation Date: June 8, 2000
9 *
10 * MPI Version: 01.02.04
11 *
12 * Version History
13 * ---------------

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

27 * 08-29-01 01.02.02 Added MPI_SCSITASKMGMT_TASKTYPE_LOGICAL_UNIT_RESET.
28 * Added MPI_SCSI_STATE_QUEUE_TAG_REJECTED for
29 * MSG_SCSI_IO_REPLY.
30 * 09-28-01 01.02.03 Added structures and defines for SCSI Enclosure
31 * Processor messages.
32 * 10-04-01 01.02.04 Added defines for SEP request Action field.
33 * --------------------------------------------------------------------------
34 */
27 * Name: MPI_INIT.H
28 * Title: MPI initiator mode messages and structures
29 * Creation Date: June 8, 2000
30 *
31 * MPI Version: 01.02.04
32 *
33 * Version History
34 * ---------------

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

48 * 08-29-01 01.02.02 Added MPI_SCSITASKMGMT_TASKTYPE_LOGICAL_UNIT_RESET.
49 * Added MPI_SCSI_STATE_QUEUE_TAG_REJECTED for
50 * MSG_SCSI_IO_REPLY.
51 * 09-28-01 01.02.03 Added structures and defines for SCSI Enclosure
52 * Processor messages.
53 * 10-04-01 01.02.04 Added defines for SEP request Action field.
54 * --------------------------------------------------------------------------
55 */
35/*
36 * Copyright (c) 2002 by Matthew Jacob
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 * 1. Redistributions of source code must retain the original LSI Logic
42 * copyright notice at the beginning of the file and the above copyright
43 * notice immediately after it, both without modification, this list of
44 * conditions, and the following disclaimer and note.
45 * 2. The name of the author or LSI Logic may not be used to endorse or
46 * promote products derived from this software without specific prior
47 * written permission.
48 *
49 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND LSI LOGIC AND CONTRIBUTORS
50 *``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
51 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
52 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
53 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
54 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
55 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
56 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
57 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
58 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
59 * POSSIBILITY OF SUCH DAMAGE.
60 *
61 * Note: this copyright information has been added with the express written
62 * consent of LSI Logic (available upon request) in order to clarify the
63 * original LSI Logic copyright in order to allow for unencumbered binary
64 * and source redistribution of the MPI API definitions.
65 */
66
67#ifndef MPI_INIT_H
68#define MPI_INIT_H
69
70
71/*****************************************************************************
72*
73* S C S I I n i t i a t o r M e s s a g e s

--- 274 unchanged lines hidden ---
56
57#ifndef MPI_INIT_H
58#define MPI_INIT_H
59
60
61/*****************************************************************************
62*
63* S C S I I n i t i a t o r M e s s a g e s

--- 274 unchanged lines hidden ---