diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-03-27 08:47:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-28 16:34:40 -0400 |
commit | 63ea7dce8ce6de8d9d6b36b835219b38655b13e8 (patch) | |
tree | c5933cf23edeb2df8541ed6cf34c381d5afe1e09 | |
parent | 0183aa626f467dad278050f0918a243164ae5916 (diff) |
cxgb4vf: 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/cxgb4vf/cxgb4vf_main.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c index 1d0fe9b60312..52859288de7b 100644 --- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | |||
@@ -2944,6 +2944,14 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4vf_pci_tbl) = { | |||
2944 | CH_DEVICE(0x5811, 0), /* T520-lp-cr */ | 2944 | CH_DEVICE(0x5811, 0), /* T520-lp-cr */ |
2945 | CH_DEVICE(0x5812, 0), /* T560-cr */ | 2945 | CH_DEVICE(0x5812, 0), /* T560-cr */ |
2946 | CH_DEVICE(0x5813, 0), /* T580-cr */ | 2946 | CH_DEVICE(0x5813, 0), /* T580-cr */ |
2947 | CH_DEVICE(0x5814, 0), /* T580-so-cr */ | ||
2948 | CH_DEVICE(0x5815, 0), /* T502-bt */ | ||
2949 | CH_DEVICE(0x5880, 0), | ||
2950 | CH_DEVICE(0x5881, 0), | ||
2951 | CH_DEVICE(0x5882, 0), | ||
2952 | CH_DEVICE(0x5883, 0), | ||
2953 | CH_DEVICE(0x5884, 0), | ||
2954 | CH_DEVICE(0x5885, 0), | ||
2947 | { 0, } | 2955 | { 0, } |
2948 | }; | 2956 | }; |
2949 | 2957 | ||