diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2017-07-19 14:21:29 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2017-07-19 14:21:29 +0000 |
| commit | 27a8713f744d7b2808138f3c39e10e8fcf85a0e0 (patch) | |
| tree | a0d5461e729d4e610c1ffc9507c73d18579a271c /sys/dev/bxe | |
| parent | e6db6692e56348398139bf1809feb65fccc1ca87 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bxe')
| -rw-r--r-- | sys/dev/bxe/bxe.c | 6 | ||||
| -rw-r--r-- | sys/dev/bxe/bxe.h | 1 |
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 |
