aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
diff options
context:
space:
mode:
authorHariprasad Shenai <hariprasad@chelsio.com>2014-02-18 07:26:15 -0500
committerDavid S. Miller <davem@davemloft.net>2014-02-18 16:23:01 -0500
commitf0a8e6dea0f6785e84673f5f9ddb620de5447aba (patch)
tree6a0d8afbf3223ab2c45c775f9d3f04fef8a6b566 /drivers/net/ethernet/chelsio
parent0034b2986ae44c72f8b784cf419e67f48e5304de (diff)
cxgb4: Add more PCI device ids.
Signed-off-by: Hariprasad Shenai <hariprasad@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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
index d431ad7a3db9..4660f55e292b 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
@@ -254,6 +254,8 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
254 CH_DEVICE(0x5011, 4), 254 CH_DEVICE(0x5011, 4),
255 CH_DEVICE(0x5012, 4), 255 CH_DEVICE(0x5012, 4),
256 CH_DEVICE(0x5013, 4), 256 CH_DEVICE(0x5013, 4),
257 CH_DEVICE(0x5014, 4),
258 CH_DEVICE(0x5015, 4),
257 CH_DEVICE(0x5401, 4), 259 CH_DEVICE(0x5401, 4),
258 CH_DEVICE(0x5402, 4), 260 CH_DEVICE(0x5402, 4),
259 CH_DEVICE(0x5403, 4), 261 CH_DEVICE(0x5403, 4),
@@ -273,6 +275,8 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
273 CH_DEVICE(0x5411, 4), 275 CH_DEVICE(0x5411, 4),
274 CH_DEVICE(0x5412, 4), 276 CH_DEVICE(0x5412, 4),
275 CH_DEVICE(0x5413, 4), 277 CH_DEVICE(0x5413, 4),
278 CH_DEVICE(0x5414, 4),
279 CH_DEVICE(0x5415, 4),
276 { 0, } 280 { 0, }
277}; 281};
278 282