netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters
@ 2012-03-06  8:56 Vipul Pandya
  2012-03-06  8:56 ` [PATCH 2/2] cxgb4vf: " Vipul Pandya
  2012-03-06 21:21 ` [PATCH 1/2] cxgb4: " David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Vipul Pandya @ 2012-03-06  8:56 UTC (permalink / raw)
  To: netdev; +Cc: davem, divy, dm, Vipul Pandya

This patch adds PCI device ids for Chelsio's T480-CR and T440-LP-CR
adapters.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
index 1d88942..05ff076 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
@@ -196,6 +196,8 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
 	CH_DEVICE(0x4408, 4),
 	CH_DEVICE(0x4409, 4),
 	CH_DEVICE(0x440a, 4),
+	CH_DEVICE(0x440d, 4),
+	CH_DEVICE(0x440e, 4),
 	{ 0, }
 };
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adapters
  2012-03-06  8:56 [PATCH 1/2] cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters Vipul Pandya
@ 2012-03-06  8:56 ` Vipul Pandya
  2012-03-06 21:21   ` David Miller
  2012-03-06 21:21 ` [PATCH 1/2] cxgb4: " David Miller
  1 sibling, 1 reply; 4+ messages in thread
From: Vipul Pandya @ 2012-03-06  8:56 UTC (permalink / raw)
  To: netdev; +Cc: davem, divy, dm, Vipul Pandya

This patch adds PCI device ids for Chelsio's T480-CR and T440-LP-CR
adapters.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
---
 .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
index 3f580c0..25e3308 100644
--- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
@@ -2890,6 +2890,8 @@ static struct pci_device_id cxgb4vf_pci_tbl[] = {
 	CH_DEVICE(0x4808, 0),	/* T420-cx */
 	CH_DEVICE(0x4809, 0),	/* T420-bt */
 	CH_DEVICE(0x480a, 0),   /* T404-bt */
+	CH_DEVICE(0x480d, 0),   /* T480-cr */
+	CH_DEVICE(0x480e, 0),   /* T440-lp-cr */
 	{ 0, }
 };
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters
  2012-03-06  8:56 [PATCH 1/2] cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters Vipul Pandya
  2012-03-06  8:56 ` [PATCH 2/2] cxgb4vf: " Vipul Pandya
@ 2012-03-06 21:21 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: David Miller @ 2012-03-06 21:21 UTC (permalink / raw)
  To: vipul; +Cc: netdev, divy, dm

From: Vipul Pandya <vipul@chelsio.com>
Date: Tue,  6 Mar 2012 14:26:36 +0530

> This patch adds PCI device ids for Chelsio's T480-CR and T440-LP-CR
> adapters.
> 
> Signed-off-by: Vipul Pandya <vipul@chelsio.com>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adapters
  2012-03-06  8:56 ` [PATCH 2/2] cxgb4vf: " Vipul Pandya
@ 2012-03-06 21:21   ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2012-03-06 21:21 UTC (permalink / raw)
  To: vipul; +Cc: netdev, divy, dm

From: Vipul Pandya <vipul@chelsio.com>
Date: Tue,  6 Mar 2012 14:26:37 +0530

> This patch adds PCI device ids for Chelsio's T480-CR and T440-LP-CR
> adapters.
> 
> Signed-off-by: Vipul Pandya <vipul@chelsio.com>

Applied.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-06 21:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-06  8:56 [PATCH 1/2] cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters Vipul Pandya
2012-03-06  8:56 ` [PATCH 2/2] cxgb4vf: " Vipul Pandya
2012-03-06 21:21   ` David Miller
2012-03-06 21:21 ` [PATCH 1/2] cxgb4: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).