Deleted Added
full compact
if_bcefw.h (176448) if_bcefw.h (178132)
1/*-
1/*-
2 * Copyright (c) 2006-2007 Broadcom Corporation
2 * Copyright (c) 2006-2008 Broadcom Corporation
3 * David Christensen <davidch@broadcom.com>. All rights reserved.
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

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

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 *
3 * David Christensen <davidch@broadcom.com>. All rights reserved.
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

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

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 *
29 * $FreeBSD: head/sys/dev/bce/if_bcefw.h 176448 2008-02-22 00:46:22Z davidch $
29 * $FreeBSD: head/sys/dev/bce/if_bcefw.h 178132 2008-04-11 23:10:40Z davidch $
30 */
31
32/*
33 * This file contains firmware data derived from proprietary unpublished
30 */
31
32/*
33 * This file contains firmware data derived from proprietary unpublished
34 * source code, Copyright (c) 2004, 2005, 2007 Broadcom Corporation.
34 * source code, Copyright (c) 2004, 2005, 2007, 2008 Broadcom Corporation.
35 *
36 * Permission is hereby granted for the distribution of this firmware data
37 * in hexadecimal or equivalent format, provided this copyright notice is
38 * accompanying it.
39 */
40
41/* Firmware release 4.4.3 */
42int bce_COM_b06FwReleaseMajor = 0x1;

--- 6998 unchanged lines hidden ---
35 *
36 * Permission is hereby granted for the distribution of this firmware data
37 * in hexadecimal or equivalent format, provided this copyright notice is
38 * accompanying it.
39 */
40
41/* Firmware release 4.4.3 */
42int bce_COM_b06FwReleaseMajor = 0x1;

--- 6998 unchanged lines hidden ---