Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204019
b: refs/heads/master
c: ac50bed
h: refs/heads/master
i:
  204017: 4cf34a0
  204015: 91b8cf8
v: v3
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Aug 2, 2010
1 parent b54f376 commit f6dae01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a3acb852839fd8c1a590ae396e856d75c5faf7b
refs/heads/master: ac50bed3755f96dd3ad3502aa0e0df146aa4ff57
10 changes: 10 additions & 0 deletions trunk/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 f6dae01

Please sign in to comment.