cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters
authorVipul Pandya <vipul@chelsio.com>
Mon, 5 Mar 2012 22:56:36 +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/cxgb4/cxgb4_main.c

index e83d12c..9d76e59 100644 (file)
@@ -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, }
 };