cxgb4vf: Adds device ID for few more Chelsio T4 Adapters
authorHariprasad Shenai <hariprasad@chelsio.com>
Fri, 27 Jun 2014 13:53:51 +0000 (19:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jul 2014 01:56:10 +0000 (18:56 -0700)
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c

index ff1cdd1788b5f62efdf03ffd2f501b65054383a9..f002af190a65b9c480bed607459fbf9aae3fac42 100644 (file)
@@ -2924,6 +2924,15 @@ static DEFINE_PCI_DEVICE_TABLE(cxgb4vf_pci_tbl) = {
        CH_DEVICE(0x480a, 0),   /* T404-bt */
        CH_DEVICE(0x480d, 0),   /* T480-cr */
        CH_DEVICE(0x480e, 0),   /* T440-lp-cr */
+       CH_DEVICE(0x4880, 0),
+       CH_DEVICE(0x4880, 1),
+       CH_DEVICE(0x4880, 2),
+       CH_DEVICE(0x4880, 3),
+       CH_DEVICE(0x4880, 4),
+       CH_DEVICE(0x4880, 5),
+       CH_DEVICE(0x4880, 6),
+       CH_DEVICE(0x4880, 7),
+       CH_DEVICE(0x4880, 8),
        CH_DEVICE(0x5800, 0),   /* T580-dbg */
        CH_DEVICE(0x5801, 0),   /* T520-cr */
        CH_DEVICE(0x5802, 0),   /* T522-cr */
This page took 0.029209 seconds and 5 git commands to generate.