diff options
author | jhb <jhb@FreeBSD.org> | 2015-02-05 20:59:03 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-02-05 20:59:03 +0000 |
commit | 1b3da1fcaef99bb904c140b8f841bef2f3e2fbfc (patch) | |
tree | 2ad6d48c739e354cac3d4fd6c3df9cd9621da0df | |
parent | 34369aa374076807c478e6f5977f216d893c74fc (diff) | |
download | FreeBSD-src-1b3da1fcaef99bb904c140b8f841bef2f3e2fbfc.zip FreeBSD-src-1b3da1fcaef99bb904c140b8f841bef2f3e2fbfc.tar.gz |
MFC 274402:
Add device ID for the T502-BT (dual-port 1G) adapter.
-rw-r--r-- | sys/dev/cxgbe/t4_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c index 1d5b15d..6954b71 100644 --- a/sys/dev/cxgbe/t4_main.c +++ b/sys/dev/cxgbe/t4_main.c @@ -488,6 +488,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"}, |