Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 19:50:48 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326026 - head/sys/dev/cxgbe
Message-ID:  <201711201950.vAKJomR2034342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Mon Nov 20 19:50:48 2017
New Revision: 326026
URL: https://svnweb.freebsd.org/changeset/base/326026

Log:
  cxgbe(4): Add a custom board to the device id list.
  
  MFC after:	1 week
  Sponsored by:	Chelsio Communications

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Mon Nov 20 19:49:47 2017	(r326025)
+++ head/sys/dev/cxgbe/t4_main.c	Mon Nov 20 19:50:48 2017	(r326026)
@@ -677,6 +677,7 @@ struct {
 	/* Custom */
 	{0x6480, "Chelsio T6225 80"},
 	{0x6481, "Chelsio T62100 81"},
+	{0x6484, "Chelsio T62100 84"},
 };
 
 #ifdef TCP_OFFLOAD



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