svn commit: r244580 - head/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Sat Dec 22 07:47:08 UTC 2012
Author: np
Date: Sat Dec 22 07:47:07 2012
New Revision: 244580
URL: http://svnweb.freebsd.org/changeset/base/244580
Log:
cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G low
profile card with a QSFP+ transceiver.
MFC after: 3 days
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c Sat Dec 22 04:53:35 2012 (r244579)
+++ head/sys/dev/cxgbe/t4_main.c Sat Dec 22 07:47:07 2012 (r244580)
@@ -371,6 +371,7 @@ struct t4_pciids {
{0x4408, "Chelsio T420-CX"},
{0x4409, "Chelsio T420-BT"},
{0x440a, "Chelsio T404-BT"},
+ {0x440e, "Chelsio T440-LP-CR"},
};
#ifdef TCP_OFFLOAD
More information about the svn-src-all
mailing list