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

John Baldwin jhb at FreeBSD.org
Tue Nov 11 20:05:51 UTC 2014


Author: jhb
Date: Tue Nov 11 20:05:50 2014
New Revision: 274402
URL: https://svnweb.freebsd.org/changeset/base/274402

Log:
  Add device ID for the T502-BT (dual-port 1G) adapter.
  
  Reviewed by:	np
  MFC after:	1 week

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

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Tue Nov 11 19:52:24 2014	(r274401)
+++ head/sys/dev/cxgbe/t4_main.c	Tue Nov 11 20:05:50 2014	(r274402)
@@ -490,6 +490,7 @@ struct {
 	{0x5411,  "Chelsio T520-LL-CR"},	/* 2 x 10G */
 	{0x5412,  "Chelsio T560-CR"},		/* 1 x 40G, 2 x 10G */
 	{0x5414,  "Chelsio T580-LP-SO-CR"},	/* 2 x 40G, nomem */
+	{0x5415,  "Chelsio T502-BT"},		/* 2 x 1G */
 #ifdef notyet
 	{0x5404,  "Chelsio T520-BCH"},
 	{0x5405,  "Chelsio T540-BCH"},


More information about the svn-src-head mailing list