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