summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2012-12-22 07:47:07 +0000
committernp <np@FreeBSD.org>2012-12-22 07:47:07 +0000
commit32527711e11108602452789b89ff5efdbdc3fef2 (patch)
treeaf120e97da03dacbaceeaddd5bfb0991a8db6643
parentbe1bdf30b663996cb89012b8c0ed6c52665109de (diff)
downloadFreeBSD-src-32527711e11108602452789b89ff5efdbdc3fef2.zip
FreeBSD-src-32527711e11108602452789b89ff5efdbdc3fef2.tar.gz
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
-rw-r--r--sys/dev/cxgbe/t4_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c
index 03c4a3f..aeaa4d2 100644
--- a/sys/dev/cxgbe/t4_main.c
+++ b/sys/dev/cxgbe/t4_main.c
@@ -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
OpenPOWER on IntegriCloud