svn commit: r326026 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Mon Nov 20 19:50:50 UTC 2017


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


More information about the svn-src-all mailing list