cxgb4vf: Add support for Chelsio's T480-CR and T440-LP-CR adapters
authorVipul Pandya <vipul@chelsio.com>
Mon, 5 Mar 2012 22:56:37 +0000 (22:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Mar 2012 21:21:17 +0000 (16:21 -0500)
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>
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c

index e53365a71484baabc0f9251ef100eea7f12f027d..d963c1d57f71590afef3aabc94b81a686c8ed061 100644 (file)
@@ -2892,6 +2892,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, }
 };
 
This page took 0.026706 seconds and 5 git commands to generate.