aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHariprasad Shenai <hariprasad@chelsio.com>2014-03-27 08:47:09 -0400
committerDavid S. Miller <davem@davemloft.net>2014-03-28 16:34:40 -0400
commit0183aa626f467dad278050f0918a243164ae5916 (patch)
tree9fe196c2a6d53f98f5801822a2073c19c7401adb
parent5256d7e46a3e6d52212fe3cad2a30ca6965e85f7 (diff)
cxgb4: Adds device ID for few more Chelsio Adapters
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
index a7a41e0f3b01..6fe58913403a 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
@@ -256,6 +256,12 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
256 CH_DEVICE(0x5013, 4), 256 CH_DEVICE(0x5013, 4),
257 CH_DEVICE(0x5014, 4), 257 CH_DEVICE(0x5014, 4),
258 CH_DEVICE(0x5015, 4), 258 CH_DEVICE(0x5015, 4),
259 CH_DEVICE(0x5080, 4),
260 CH_DEVICE(0x5081, 4),
261 CH_DEVICE(0x5082, 4),
262 CH_DEVICE(0x5083, 4),
263 CH_DEVICE(0x5084, 4),
264 CH_DEVICE(0x5085, 4),
259 CH_DEVICE(0x5401, 4), 265 CH_DEVICE(0x5401, 4),
260 CH_DEVICE(0x5402, 4), 266 CH_DEVICE(0x5402, 4),
261 CH_DEVICE(0x5403, 4), 267 CH_DEVICE(0x5403, 4),
@@ -277,6 +283,12 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
277 CH_DEVICE(0x5413, 4), 283 CH_DEVICE(0x5413, 4),
278 CH_DEVICE(0x5414, 4), 284 CH_DEVICE(0x5414, 4),
279 CH_DEVICE(0x5415, 4), 285 CH_DEVICE(0x5415, 4),
286 CH_DEVICE(0x5480, 4),
287 CH_DEVICE(0x5481, 4),
288 CH_DEVICE(0x5482, 4),
289 CH_DEVICE(0x5483, 4),
290 CH_DEVICE(0x5484, 4),
291 CH_DEVICE(0x5485, 4),
280 { 0, } 292 { 0, }
281}; 293};
282 294