Commit f637d577cfe7b9fabf09a7e6a3c59f62b3225cd5

Authored by Vipul Pandya
Committed by David S. Miller
1 parent 1d4526e037

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
... ... @@ -196,6 +196,8 @@
196 196 CH_DEVICE(0x4408, 4),
197 197 CH_DEVICE(0x4409, 4),
198 198 CH_DEVICE(0x440a, 4),
  199 + CH_DEVICE(0x440d, 4),
  200 + CH_DEVICE(0x440e, 4),
199 201 { 0, }
200 202 };
201 203