Deleted Added
full compact
mpi2_type.h (283661) mpi2_type.h (299263)
1/*-
2 * Copyright (c) 2012-2015 LSI Corp.
1/*-
2 * Copyright (c) 2012-2015 LSI Corp.
3 * Copyright (c) 2013-2015 Avago Technologies
3 * Copyright (c) 2013-2016 Avago Technologies
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
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright

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

24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD
31 *
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
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright

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

24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD
31 *
32 * $FreeBSD: head/sys/dev/mpr/mpi/mpi2_type.h 283661 2015-05-28 18:24:22Z slm $
32 * $FreeBSD: head/sys/dev/mpr/mpi/mpi2_type.h 299263 2016-05-09 16:12:32Z slm $
33 */
34
35/*
36 * Copyright (c) 2000-2015 LSI Corporation.
33 */
34
35/*
36 * Copyright (c) 2000-2015 LSI Corporation.
37 * Copyright (c) 2013-2015 Avago Technologies
37 * Copyright (c) 2013-2016 Avago Technologies
38 * All rights reserved.
38 *
39 *
40 * Name: mpi2_type.h
41 * Title: MPI basic type definitions
42 * Creation Date: August 16, 2006
43 *
39 *
40 *
41 * Name: mpi2_type.h
42 * Title: MPI basic type definitions
43 * Creation Date: August 16, 2006
44 *
44 * mpi2_type.h Version: 02.00.00
45 * mpi2_type.h Version: 02.00.01
45 *
46 * Version History
47 * ---------------
48 *
49 * Date Version Description
50 * -------- -------- ------------------------------------------------------
51 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
46 *
47 * Version History
48 * ---------------
49 *
50 * Date Version Description
51 * -------- -------- ------------------------------------------------------
52 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
53 * 11-18-14 02.00.01 Updated copyright information.
52 * --------------------------------------------------------------------------
53 */
54
55#ifndef MPI2_TYPE_H
56#define MPI2_TYPE_H
57
58
59/*******************************************************************************

--- 74 unchanged lines hidden ---
54 * --------------------------------------------------------------------------
55 */
56
57#ifndef MPI2_TYPE_H
58#define MPI2_TYPE_H
59
60
61/*******************************************************************************

--- 74 unchanged lines hidden ---