Deleted Added
full compact
mpi_fc.h (147883) mpi_fc.h (154603)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_fc.h 147883 2005-07-10 15:05:39Z scottl $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_fc.h 154603 2006-01-21 00:29:52Z mjacob $ */
2/*-
3 * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:
9 * 1. Redistributions of source code must retain the above copyright

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

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.
2/*-
3 * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:
9 * 1. Redistributions of source code must retain the above copyright

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

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.
31 *
32 *
33 * Name: MPI_FC.H
31 *
32 *
33 * Name: mpi_fc.h
34 * Title: MPI Fibre Channel messages and structures
35 * Creation Date: June 12, 2000
36 *
34 * Title: MPI Fibre Channel messages and structures
35 * Creation Date: June 12, 2000
36 *
37 * MPI_FC.H Version: 01.02.04
37 * mpi_fc.h Version: 01.05.01
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 * 06-06-00 01.00.01 Update version number for 1.0 release.

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

60 * Added MPI_FC_PRIM_SEND_FLAGS_RESET_LINK define.
61 * Added structure offset comments.
62 * 04-09-01 01.01.07 Added RspLength field to MSG_LINK_SERVICE_RSP_REQUEST.
63 * 08-08-01 01.02.01 Original release for v1.2 work.
64 * 09-28-01 01.02.02 Change name of reserved field in
65 * MSG_LINK_SERVICE_RSP_REPLY.
66 * 05-31-02 01.02.03 Adding AliasIndex to FC Direct Access requests.
67 * 01-16-04 01.02.04 Added define for MPI_FC_PRIM_SEND_FLAGS_ML_RESET_LINK.
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 * 06-06-00 01.00.01 Update version number for 1.0 release.

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

60 * Added MPI_FC_PRIM_SEND_FLAGS_RESET_LINK define.
61 * Added structure offset comments.
62 * 04-09-01 01.01.07 Added RspLength field to MSG_LINK_SERVICE_RSP_REQUEST.
63 * 08-08-01 01.02.01 Original release for v1.2 work.
64 * 09-28-01 01.02.02 Change name of reserved field in
65 * MSG_LINK_SERVICE_RSP_REPLY.
66 * 05-31-02 01.02.03 Adding AliasIndex to FC Direct Access requests.
67 * 01-16-04 01.02.04 Added define for MPI_FC_PRIM_SEND_FLAGS_ML_RESET_LINK.
68 * 05-11-04 01.03.01 Original release for MPI v1.3.
69 * 08-19-04 01.05.01 Original release for MPI v1.5.
68 * --------------------------------------------------------------------------
69 */
70
71#ifndef MPI_FC_H
72#define MPI_FC_H
73
74
75/*****************************************************************************
76*
70 * --------------------------------------------------------------------------
71 */
72
73#ifndef MPI_FC_H
74#define MPI_FC_H
75
76
77/*****************************************************************************
78*
77* F C T a r g e t M o d e M e s s a g e s
79* F C D i r e c t A c c e s s M e s s a g e s
78*
79*****************************************************************************/
80
81/****************************************************************************/
82/* Link Service Buffer Post messages */
83/****************************************************************************/
84
85typedef struct _MSG_LINK_SERVICE_BUFFER_POST_REQUEST

--- 307 unchanged lines hidden ---
80*
81*****************************************************************************/
82
83/****************************************************************************/
84/* Link Service Buffer Post messages */
85/****************************************************************************/
86
87typedef struct _MSG_LINK_SERVICE_BUFFER_POST_REQUEST

--- 307 unchanged lines hidden ---