Page MenuHomeFreeBSD

D11478.diff
No OneTemporary

D11478.diff

Index: head/sys/dev/bxe/bxe.h
===================================================================
--- head/sys/dev/bxe/bxe.h
+++ head/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: head/sys/dev/bxe/bxe.c
===================================================================
--- head/sys/dev/bxe/bxe.c
+++ head/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
Fri, Dec 20, 2:01 PM (21 h, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15530741
Default Alt Text
D11478.diff (799 B)

Event Timeline