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

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).