svn commit: r278286 - stable/10/sys/dev/cxgbe
John Baldwin
jhb at FreeBSD.org
Thu Feb 5 20:59:04 UTC 2015
Author: jhb
Date: Thu Feb 5 20:59:03 2015
New Revision: 278286
URL: https://svnweb.freebsd.org/changeset/base/278286
Log:
MFC 274402:
Add device ID for the T502-BT (dual-port 1G) adapter.
Modified:
stable/10/sys/dev/cxgbe/t4_main.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/cxgbe/t4_main.c
==============================================================================
--- stable/10/sys/dev/cxgbe/t4_main.c Thu Feb 5 20:55:55 2015 (r278285)
+++ stable/10/sys/dev/cxgbe/t4_main.c Thu Feb 5 20:59:03 2015 (r278286)
@@ -488,6 +488,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-stable-10
mailing list