svn commit: r314093 - stable/11/sys/dev/bxe

Roger Pau Monné royger at FreeBSD.org
Wed Feb 22 08:49:53 UTC 2017


Author: royger
Date: Wed Feb 22 08:49:52 2017
New Revision: 314093
URL: https://svnweb.freebsd.org/changeset/base/314093

Log:
  MFC r313771
  
  bxe: enable usage with NetXtreme II BCM57840 2x20GbE chip
  
  Sponsored by:   Citrix Systems R&D

Modified:
  stable/11/sys/dev/bxe/bxe.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/bxe/bxe.c
==============================================================================
--- stable/11/sys/dev/bxe/bxe.c	Wed Feb 22 08:37:51 2017	(r314092)
+++ stable/11/sys/dev/bxe/bxe.c	Wed Feb 22 08:49:52 2017	(r314093)
@@ -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