Deleted Added
full compact
if_bcefw.h (251142) if_bcefw.h (265703)
1/*-
1/*-
2 * Copyright (c) 2006-2011 Broadcom Corporation
3 * David Christensen <davidch@broadcom.com>. All rights reserved.
2 * Copyright (c) 2006-2014 QLogic Corporation
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, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
11 * documentation and/or other materials provided with the distribution.
13 * 3. Neither the name of Broadcom Corporation nor the name of its contributors
14 * may be used to endorse or promote products derived from this software
15 * without specific prior written consent.
16 *
17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
18 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
21 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGE.
28 *
12 *
13 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS'
14 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
17 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
23 * THE POSSIBILITY OF SUCH DAMAGE.
24 *
29 * $FreeBSD: head/sys/dev/bce/if_bcefw.h 251142 2013-05-30 16:09:56Z marius $
25 * $FreeBSD: head/sys/dev/bce/if_bcefw.h 265703 2014-05-08 19:40:37Z davidcs $
30 */
31
32/*
33 * This file contains firmware data derived from proprietary unpublished
26 */
27
28/*
29 * This file contains firmware data derived from proprietary unpublished
34 * source code, Copyright (c) 2004-2011 Broadcom Corporation.
30 * source code, Copyright (c) 2004-2014 QLogic Corporation.
35 *
36 * Permission is hereby granted for the distribution of this firmware data
37 * in hexadecimal or equivalent format, provided this copyright notice also
38 * accompanies it.
39 */
40
41/* Firmware release 6.0.15 for BCM5706 and BCM5708 (b06). */
42/* Firmware release 6.0.17 for BCM5709 and BCM5716 (b09). */

--- 14809 unchanged lines hidden ---
31 *
32 * Permission is hereby granted for the distribution of this firmware data
33 * in hexadecimal or equivalent format, provided this copyright notice also
34 * accompanies it.
35 */
36
37/* Firmware release 6.0.15 for BCM5706 and BCM5708 (b06). */
38/* Firmware release 6.0.17 for BCM5709 and BCM5716 (b09). */

--- 14809 unchanged lines hidden ---