aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
diff options
context:
space:
mode:
authorVipul Pandya <vipul@chelsio.com>2012-03-05 22:56:36 +0000
committerDavid S. Miller <davem@davemloft.net>2012-03-06 16:21:17 -0500
commitf637d577cfe7b9fabf09a7e6a3c59f62b3225cd5 (patch)
treeb5eefd5fadbbcd9748a3ef1582f8401aaf4ec1e7 /drivers/net/ethernet/chelsio
parentmlx4_core: remove buggy sched_queue masking (diff)
downloadlinux-dev-f637d577cfe7b9fabf09a7e6a3c59f62b3225cd5.tar.xz
linux-dev-f637d577cfe7b9fabf09a7e6a3c59f62b3225cd5.zip
cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters
This patch adds PCI device ids for Chelsio's T480-CR and T440-LP-CR adapters. Signed-off-by: Vipul Pandya <vipul@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.c2
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 e83d12c7bf20..9d76e59d9526 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, }
};