Date: Tue, 11 Nov 2014 20:05:51 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274402 - head/sys/dev/cxgbe Message-ID: <201411112005.sABK5pNp082289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411112005.sABK5pNp082289>