* [PATCH 1/2] cxgb4: Adds device ID for few more Chelsio Adapters
2014-03-27 12:47 [PATCH 0/2] Adds new device ID for Chelsio Adapters Hariprasad Shenai
@ 2014-03-27 12:47 ` Hariprasad Shenai
2014-03-27 12:47 ` [PATCH 2/2] cxgb4vf: Adds device Id for few more Chelsio adapters Hariprasad Shenai
2014-03-28 20:35 ` [PATCH 0/2] Adds new device ID for Chelsio Adapters David Miller
2 siblings, 0 replies; 4+ messages in thread
From: Hariprasad Shenai @ 2014-03-27 12:47 UTC (permalink / raw)
To: netdev; +Cc: davem, dm, leedom, kumaras, santosh, nirranjan, hariprasad
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
---
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
index a7a41e0..6fe5891 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) = {
CH_DEVICE(0x5013, 4),
CH_DEVICE(0x5014, 4),
CH_DEVICE(0x5015, 4),
+ CH_DEVICE(0x5080, 4),
+ CH_DEVICE(0x5081, 4),
+ CH_DEVICE(0x5082, 4),
+ CH_DEVICE(0x5083, 4),
+ CH_DEVICE(0x5084, 4),
+ CH_DEVICE(0x5085, 4),
CH_DEVICE(0x5401, 4),
CH_DEVICE(0x5402, 4),
CH_DEVICE(0x5403, 4),
@@ -277,6 +283,12 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
CH_DEVICE(0x5413, 4),
CH_DEVICE(0x5414, 4),
CH_DEVICE(0x5415, 4),
+ CH_DEVICE(0x5480, 4),
+ CH_DEVICE(0x5481, 4),
+ CH_DEVICE(0x5482, 4),
+ CH_DEVICE(0x5483, 4),
+ CH_DEVICE(0x5484, 4),
+ CH_DEVICE(0x5485, 4),
{ 0, }
};
--
1.8.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/2] cxgb4vf: Adds device Id for few more Chelsio adapters
2014-03-27 12:47 [PATCH 0/2] Adds new device ID for Chelsio Adapters Hariprasad Shenai
2014-03-27 12:47 ` [PATCH 1/2] cxgb4: Adds device ID for few more " Hariprasad Shenai
@ 2014-03-27 12:47 ` Hariprasad Shenai
2014-03-28 20:35 ` [PATCH 0/2] Adds new device ID for Chelsio Adapters David Miller
2 siblings, 0 replies; 4+ messages in thread
From: Hariprasad Shenai @ 2014-03-27 12:47 UTC (permalink / raw)
To: netdev; +Cc: davem, dm, leedom, kumaras, santosh, nirranjan, hariprasad
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
---
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
index 1d0fe9b..5285928 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) = {
CH_DEVICE(0x5811, 0), /* T520-lp-cr */
CH_DEVICE(0x5812, 0), /* T560-cr */
CH_DEVICE(0x5813, 0), /* T580-cr */
+ CH_DEVICE(0x5814, 0), /* T580-so-cr */
+ CH_DEVICE(0x5815, 0), /* T502-bt */
+ CH_DEVICE(0x5880, 0),
+ CH_DEVICE(0x5881, 0),
+ CH_DEVICE(0x5882, 0),
+ CH_DEVICE(0x5883, 0),
+ CH_DEVICE(0x5884, 0),
+ CH_DEVICE(0x5885, 0),
{ 0, }
};
--
1.8.4
^ permalink raw reply related [flat|nested] 4+ messages in thread