Page MenuHomeFreeBSD

D11478.1788375624.diff
No OneTemporary

Size
769 B
Referenced Files
None
Subscribers
None

D11478.1788375624.diff

Index: sys/dev/bxe/bxe.h
===================================================================
--- sys/dev/bxe/bxe.h
+++ sys/dev/bxe/bxe.h
@@ -168,6 +168,7 @@
#include "ecore_sp.h"
#define BRCM_VENDORID 0x14e4
+#define QLOGIC_VENDORID 0x1077
#define PCI_ANY_ID (uint16_t)(~0U)
struct bxe_device_type
Index: sys/dev/bxe/bxe.c
===================================================================
--- sys/dev/bxe/bxe.c
+++ sys/dev/bxe/bxe.c
@@ -167,6 +167,12 @@
"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,

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 2, 7:00 PM (12 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29503992
Default Alt Text
D11478.1788375624.diff (769 B)

Event Timeline