From f33f887e94d07861d267c2733bd26beebadfd227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= Date: Wed, 15 Feb 2017 14:34:40 +0000 Subject: [PATCH] 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 --- sys/dev/bxe/bxe.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c index 9f86e8f2ab3..746ffdc6831 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -166,6 +166,12 @@ static struct bxe_device_type bxe_devs[] = { PCI_ANY_ID, PCI_ANY_ID, "QLogic NetXtreme II BCM57840 4x10GbE" }, + { + BRCM_VENDORID, + CHIP_NUM_57840_2_20, + PCI_ANY_ID, PCI_ANY_ID, + "QLogic NetXtreme II BCM57840 2x20GbE" + }, { BRCM_VENDORID, CHIP_NUM_57840_MF,