diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-09-25 14:53:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-28 17:32:11 -0400 |
commit | 91c04a9eb3a9b7e340a59446989263bfe31aee62 (patch) | |
tree | 93319bedf53ebb92d2cbcdcc50a2c453db32b763 /drivers/net/ethernet/chelsio | |
parent | b961f9a48844ecf33fa687bcb0cd7c6a33de7b5d (diff) |
cxgb4/cxgb4vf: Add Devicde ID for two more adapter
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 | ||||
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index eeec49540233..b9596a3668af 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | |||
@@ -284,6 +284,8 @@ static const struct pci_device_id cxgb4_pci_tbl[] = { | |||
284 | CH_DEVICE(0x5084, 4), | 284 | CH_DEVICE(0x5084, 4), |
285 | CH_DEVICE(0x5085, 4), | 285 | CH_DEVICE(0x5085, 4), |
286 | CH_DEVICE(0x5086, 4), | 286 | CH_DEVICE(0x5086, 4), |
287 | CH_DEVICE(0x5087, 4), | ||
288 | CH_DEVICE(0x5088, 4), | ||
287 | CH_DEVICE(0x5401, 4), | 289 | CH_DEVICE(0x5401, 4), |
288 | CH_DEVICE(0x5402, 4), | 290 | CH_DEVICE(0x5402, 4), |
289 | CH_DEVICE(0x5403, 4), | 291 | CH_DEVICE(0x5403, 4), |
@@ -312,6 +314,8 @@ static const struct pci_device_id cxgb4_pci_tbl[] = { | |||
312 | CH_DEVICE(0x5484, 4), | 314 | CH_DEVICE(0x5484, 4), |
313 | CH_DEVICE(0x5485, 4), | 315 | CH_DEVICE(0x5485, 4), |
314 | CH_DEVICE(0x5486, 4), | 316 | CH_DEVICE(0x5486, 4), |
317 | CH_DEVICE(0x5487, 4), | ||
318 | CH_DEVICE(0x5488, 4), | ||
315 | { 0, } | 319 | { 0, } |
316 | }; | 320 | }; |
317 | 321 | ||
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c index 656c36e403af..8498a641b2e3 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | |||
@@ -2961,6 +2961,8 @@ static const struct pci_device_id cxgb4vf_pci_tbl[] = { | |||
2961 | CH_DEVICE(0x5884), | 2961 | CH_DEVICE(0x5884), |
2962 | CH_DEVICE(0x5885), | 2962 | CH_DEVICE(0x5885), |
2963 | CH_DEVICE(0x5886), | 2963 | CH_DEVICE(0x5886), |
2964 | CH_DEVICE(0x5887), | ||
2965 | CH_DEVICE(0x5888), | ||
2964 | { 0, } | 2966 | { 0, } |
2965 | }; | 2967 | }; |
2966 | 2968 | ||