svn commit: r313771 - head/sys/dev/bxe
Roger Pau Monné
royger at FreeBSD.org
Wed Feb 15 14:34:41 UTC 2017
Author: royger
Date: Wed Feb 15 14:34:40 2017
New Revision: 313771
URL: https://svnweb.freebsd.org/changeset/base/313771
Log:
bxe: enable usage with NetXtreme II BCM57840 2x20GbE chip
Current bxe probe function won't attach to devices with the NetXtreme II
BCM57840 2x20GbE chip, enable it by adding it's chip ID to the list of
supported chips.
Tested on: HP ProLiant WS460c Gen9
Reviewed by: gnn
MFC after: 1 week
Sponsored by: Citrix Systems R&D
Differential Revision: https://reviews.freebsd.org/D9609
Modified:
head/sys/dev/bxe/bxe.c
Modified: head/sys/dev/bxe/bxe.c
==============================================================================
--- head/sys/dev/bxe/bxe.c Wed Feb 15 14:25:50 2017 (r313770)
+++ head/sys/dev/bxe/bxe.c Wed Feb 15 14:34:40 2017 (r313771)
@@ -168,6 +168,12 @@ static struct bxe_device_type bxe_devs[]
},
{
BRCM_VENDORID,
+ CHIP_NUM_57840_2_20,
+ PCI_ANY_ID, PCI_ANY_ID,
+ "QLogic NetXtreme II BCM57840 2x20GbE"
+ },
+ {
+ BRCM_VENDORID,
CHIP_NUM_57840_MF,
PCI_ANY_ID, PCI_ANY_ID,
"QLogic NetXtreme II BCM57840 MF 10GbE"
More information about the svn-src-all
mailing list