Deleted Added
full compact
bxe.h (315881) bxe.h (321517)
1/*-
2 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
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 *
8 * 1. Redistributions of source code must retain the above copyright

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

23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
24 * THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef __BXE_H__
28#define __BXE_H__
29
30#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
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 *
8 * 1. Redistributions of source code must retain the above copyright

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

23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
24 * THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef __BXE_H__
28#define __BXE_H__
29
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: stable/11/sys/dev/bxe/bxe.h 315881 2017-03-24 02:58:20Z davidcs $");
31__FBSDID("$FreeBSD: stable/11/sys/dev/bxe/bxe.h 321517 2017-07-26 11:04:30Z ae $");
32
33#include <sys/param.h>
34#include <sys/kernel.h>
35#include <sys/systm.h>
36#include <sys/lock.h>
37#include <sys/mutex.h>
38#include <sys/sx.h>
39#include <sys/module.h>

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

163 return (log);
164}
165#define ilog2(x) bxe_ilog2(x)
166#endif
167
168#include "ecore_sp.h"
169
170#define BRCM_VENDORID 0x14e4
32
33#include <sys/param.h>
34#include <sys/kernel.h>
35#include <sys/systm.h>
36#include <sys/lock.h>
37#include <sys/mutex.h>
38#include <sys/sx.h>
39#include <sys/module.h>

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

163 return (log);
164}
165#define ilog2(x) bxe_ilog2(x)
166#endif
167
168#include "ecore_sp.h"
169
170#define BRCM_VENDORID 0x14e4
171#define QLOGIC_VENDORID 0x1077
171#define PCI_ANY_ID (uint16_t)(~0U)
172
173struct bxe_device_type
174{
175 uint16_t bxe_vid;
176 uint16_t bxe_did;
177 uint16_t bxe_svid;
178 uint16_t bxe_sdid;

--- 2307 unchanged lines hidden ---
172#define PCI_ANY_ID (uint16_t)(~0U)
173
174struct bxe_device_type
175{
176 uint16_t bxe_vid;
177 uint16_t bxe_did;
178 uint16_t bxe_svid;
179 uint16_t bxe_sdid;

--- 2307 unchanged lines hidden ---