aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2017-07-19 14:21:29 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2017-07-19 14:21:29 +0000
commit27a8713f744d7b2808138f3c39e10e8fcf85a0e0 (patch)
treea0d5461e729d4e610c1ffc9507c73d18579a271c /sys/dev/bxe
parente6db6692e56348398139bf1809feb65fccc1ca87 (diff)
Notes
Diffstat (limited to 'sys/dev/bxe')
-rw-r--r--sys/dev/bxe/bxe.c6
-rw-r--r--sys/dev/bxe/bxe.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c
index cec8f862ce7c..e2529ade4c50 100644
--- a/sys/dev/bxe/bxe.c
+++ b/sys/dev/bxe/bxe.c
@@ -167,6 +167,12 @@ static struct bxe_device_type bxe_devs[] = {
"QLogic NetXtreme II BCM57840 4x10GbE"
},
{
+ QLOGIC_VENDORID,
+ CHIP_NUM_57840_4_10,
+ PCI_ANY_ID, PCI_ANY_ID,
+ "QLogic NetXtreme II BCM57840 4x10GbE"
+ },
+ {
BRCM_VENDORID,
CHIP_NUM_57840_2_20,
PCI_ANY_ID, PCI_ANY_ID,
diff --git a/sys/dev/bxe/bxe.h b/sys/dev/bxe/bxe.h
index 36557785b2b0..3c298f2a67c5 100644
--- a/sys/dev/bxe/bxe.h
+++ b/sys/dev/bxe/bxe.h
@@ -168,6 +168,7 @@ int bxe_ilog2(int x)
#include "ecore_sp.h"
#define BRCM_VENDORID 0x14e4
+#define QLOGIC_VENDORID 0x1077
#define PCI_ANY_ID (uint16_t)(~0U)
struct bxe_device_type