Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2017 14:34:40 +0000 (UTC)
From:      =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313771 - head/sys/dev/bxe
Message-ID:  <201702151434.v1FEYejW075993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702151434.v1FEYejW075993>