Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213924
b: refs/heads/master
c: ccea790
h: refs/heads/master
v: v3
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Aug 24, 2010
1 parent 57acdcb commit 361c979
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1707aec9ac884de9e3358a8e564bbce91e4346f7
refs/heads/master: ccea790ef033cc890ca4b416a783e9f9dffe556e
30 changes: 20 additions & 10 deletions trunk/drivers/net/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,26 @@ 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),
CH_DEVICE(0x4001, -1),
CH_DEVICE(0x4002, -1),
CH_DEVICE(0x4003, -1),
CH_DEVICE(0x4004, -1),
CH_DEVICE(0x4005, -1),
CH_DEVICE(0x4006, -1),
CH_DEVICE(0x4007, -1),
CH_DEVICE(0x4008, -1),
CH_DEVICE(0x4009, -1),
CH_DEVICE(0x400a, -1),
CH_DEVICE(0x4401, 4),
CH_DEVICE(0x4402, 4),
CH_DEVICE(0x4403, 4),
CH_DEVICE(0x4404, 4),
CH_DEVICE(0x4405, 4),
CH_DEVICE(0x4406, 4),
CH_DEVICE(0x4407, 4),
CH_DEVICE(0x4408, 4),
CH_DEVICE(0x4409, 4),
CH_DEVICE(0x440a, 4),
{ 0, }
};

Expand Down

0 comments on commit 361c979

Please sign in to comment.