summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2013-04-11 23:40:05 +0000
committernp <np@FreeBSD.org>2013-04-11 23:40:05 +0000
commit255ff35d8e6bdcc027cdd6e4cc035ebdde81be84 (patch)
treee27434c099c481e34ea8536d438d662ed497e20f
parentbdeb98927c27c3e66595a49e02219a6ad70e8449 (diff)
downloadFreeBSD-src-255ff35d8e6bdcc027cdd6e4cc035ebdde81be84.zip
FreeBSD-src-255ff35d8e6bdcc027cdd6e4cc035ebdde81be84.tar.gz
Add pciids of the T5 based cards. The ones that I haven't tested with
cxgbe(4) are disabled for now. This will change. MFC after: 2 weeks
-rw-r--r--sys/dev/cxgbe/t4_main.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c
index 3ae7ca9..95987b9 100644
--- a/sys/dev/cxgbe/t4_main.c
+++ b/sys/dev/cxgbe/t4_main.c
@@ -441,6 +441,27 @@ struct {
}, t5_pciids[] = {
{0xb000, "Chelsio Terminator 5 FPGA"},
{0x5400, "Chelsio T580-dbg"},
+ {0x5401, "Chelsio T520-CR"},
+ {0x5407, "Chelsio T520-SO"},
+ {0x5408, "Chelsio T520-CX"},
+ {0x5411, "Chelsio T520-LL-CR"},
+#ifdef notyet
+ {0x5402, "Chelsio T522-CR"},
+ {0x5403, "Chelsio T540-CR"},
+ {0x5404, "Chelsio T520-BCH"},
+ {0x5405, "Chelsio T540-BCH"},
+ {0x5406, "Chelsio T540-CH"},
+ {0x5409, "Chelsio T520-BT"},
+ {0x540a, "Chelsio T504-BT"},
+ {0x540b, "Chelsio B520-SR"},
+ {0x540c, "Chelsio B504-BT"},
+ {0x540d, "Chelsio T580-CR"},
+ {0x540e, "Chelsio T540-LP-CR"},
+ {0x540f, "Chelsio Amsterdam"},
+ {0x5410, "Chelsio T580-LP-CR"},
+ {0x5412, "Chelsio T560-CR"},
+ {0x5413, "Chelsio T580-CR"},
+#endif
};
#ifdef TCP_OFFLOAD
OpenPOWER on IntegriCloud