Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266415
b: refs/heads/master
c: a355d86
h: refs/heads/master
i:
  266413: 6328491
  266411: d2d2543
  266407: aba29b5
  266399: e65a638
v: v3
  • Loading branch information
françois romieu authored and David S. Miller committed Oct 3, 2011
1 parent 776539b commit 97fca5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 5d472b7377ce5f02929ae0bed53407aa795571dd
refs/heads/master: a355d865f99d0dbbaba5595416e292592bd347dd
8 changes: 4 additions & 4 deletions trunk/drivers/net/ethernet/tehuti/tehuti.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
#include "tehuti.h"

static DEFINE_PCI_DEVICE_TABLE(bdx_pci_tbl) = {
{0x1FC9, 0x3009, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0x1FC9, 0x3010, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0x1FC9, 0x3014, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0}
{ PCI_VDEVICE(TEHUTI, 0x3009), },
{ PCI_VDEVICE(TEHUTI, 0x3010), },
{ PCI_VDEVICE(TEHUTI, 0x3014), },
{ 0 }
};

MODULE_DEVICE_TABLE(pci, bdx_pci_tbl);
Expand Down

0 comments on commit 97fca5b

Please sign in to comment.