Skip to content

Commit

Permalink
cxgb4: add new PCI IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Aug 2, 2010
1 parent 7a3acb8 commit ac50bed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/net/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ enum {

static DEFINE_PCI_DEVICE_TABLE(cxgb4_pci_tbl) = {
CH_DEVICE(0xa000, 0), /* PE10K */
CH_DEVICE(0x4001, 0),
CH_DEVICE(0x4002, 0),
CH_DEVICE(0x4003, 0),
CH_DEVICE(0x4004, 0),
CH_DEVICE(0x4005, 0),
CH_DEVICE(0x4006, 0),
CH_DEVICE(0x4007, 0),
CH_DEVICE(0x4008, 0),
CH_DEVICE(0x4009, 0),
CH_DEVICE(0x400a, 0),
{ 0, }
};

Expand Down

0 comments on commit ac50bed

Please sign in to comment.