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

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

32 * Added PriorityReason field to some replies and
33 * defined more PriorityReason codes.
34 * Added some defines for to support previous version
35 * of MPI.
36 * 10-04-01 01.02.03 Added PriorityReason to MSG_TARGET_ERROR_REPLY.
37 * 11-01-01 01.02.04 Added define for TARGET_STATUS_SEND_FLAGS_HIGH_PRIORITY.
38 * --------------------------------------------------------------------------
39 */
27 * Name: MPI_TARG.H
28 * Title: MPI Target mode messages and structures
29 * Creation Date: June 22, 2000
30 *
31 * MPI Version: 01.02.04
32 *
33 * Version History
34 * ---------------

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

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

--- 362 unchanged lines hidden ---
61
62#ifndef MPI_TARG_H
63#define MPI_TARG_H
64
65
66/******************************************************************************
67*
68* S C S I T a r g e t M e s s a g e s

--- 362 unchanged lines hidden ---