Deleted Added
full compact
mpi_type.h (102595) mpi_type.h (102599)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_type.h 102595 2002-08-30 02:34:19Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_type.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_TYPE.H
7 * Title: MPI Basic type definitions
8 * Creation Date: June 6, 2000
9 *
10 * MPI Version: 01.02.01
11 *
12 * Version History
13 * ---------------
14 *
15 * Date Version Description
16 * -------- -------- ------------------------------------------------------
17 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
18 * 06-06-00 01.00.01 Update version number for 1.0 release.
19 * 11-02-00 01.01.01 Original release for post 1.0 work
20 * 02-20-01 01.01.02 Added define and ifdef for MPI_POINTER.
21 * 08-08-01 01.02.01 Original release for v1.2 work.
22 * --------------------------------------------------------------------------
23 */
27 * Name: MPI_TYPE.H
28 * Title: MPI Basic type definitions
29 * Creation Date: June 6, 2000
30 *
31 * MPI Version: 01.02.01
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 * 06-06-00 01.00.01 Update version number for 1.0 release.
40 * 11-02-00 01.01.01 Original release for post 1.0 work
41 * 02-20-01 01.01.02 Added define and ifdef for MPI_POINTER.
42 * 08-08-01 01.02.01 Original release for v1.2 work.
43 * --------------------------------------------------------------------------
44 */
24/*
25 * Copyright (c) 2002 by Matthew Jacob
26 *
27 * Redistribution and use in source and binary forms, with or without
28 * modification, are permitted provided that the following conditions
29 * are met:
30 * 1. Redistributions of source code must retain the original LSI Logic
31 * copyright notice at the beginning of the file and the above copyright
32 * notice immediately after it, both without modification, this list of
33 * conditions, and the following disclaimer and note.
34 * 2. The name of the author or LSI Logic may not be used to endorse or
35 * promote products derived from this software without specific prior
36 * written permission.
37 *
38 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND LSI LOGIC AND CONTRIBUTORS
39 *``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
40 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
41 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
42 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
43 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
44 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
45 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
46 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
47 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 * POSSIBILITY OF SUCH DAMAGE.
49 *
50 * Note: this copyright information has been added with the express written
51 * consent of LSI Logic (available upon request) in order to clarify the
52 * original LSI Logic copyright in order to allow for unencumbered binary
53 * and source redistribution of the MPI API definitions.
54 */
55
56#ifndef MPI_TYPE_H
57#define MPI_TYPE_H
58
59
60/*******************************************************************************
61 * Define MPI_POINTER if it hasn't already been defined. By default MPI_POINTER
62 * is defined to be a near pointer. MPI_POINTER can be defined as a far pointer

--- 60 unchanged lines hidden ---
45
46#ifndef MPI_TYPE_H
47#define MPI_TYPE_H
48
49
50/*******************************************************************************
51 * Define MPI_POINTER if it hasn't already been defined. By default MPI_POINTER
52 * is defined to be a near pointer. MPI_POINTER can be defined as a far pointer

--- 60 unchanged lines hidden ---