Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105711943
D11478.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
799 B
Referenced Files
None
Subscribers
None
D11478.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D11478: Add QLogic vendor id and device entry for "QLogic NetXtreme II BCM57840 4x10GbE" to bxe(4) driver
Attached
Detach File
Event Timeline
Log In to Comment