Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133842
b: refs/heads/master
c: 5ec99fd
h: refs/heads/master
v: v3
  • Loading branch information
Cesar Eduardo Barros authored and David S. Miller committed Jan 21, 2009
1 parent 5733da8 commit 3a33ed0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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: f08d7c36ccde73ea098dfda8ab63540978e9beb5
refs/heads/master: 5ec99fdf8e1a6ee90fce22c2fce94871ab44e8ba
8 changes: 2 additions & 6 deletions trunk/drivers/net/sc92031.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

#include <asm/irq.h>

#define PCI_VENDOR_ID_SILAN 0x1904
#define PCI_DEVICE_ID_SILAN_SC92031 0x2031
#define PCI_DEVICE_ID_SILAN_8139D 0x8139

#define SC92031_NAME "sc92031"

/* BAR 0 is MMIO, BAR 1 is PIO */
Expand Down Expand Up @@ -1592,8 +1588,8 @@ static int sc92031_resume(struct pci_dev *pdev)
}

static struct pci_device_id sc92031_pci_device_id_table[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_SILAN, PCI_DEVICE_ID_SILAN_SC92031) },
{ PCI_DEVICE(PCI_VENDOR_ID_SILAN, PCI_DEVICE_ID_SILAN_8139D) },
{ PCI_DEVICE(PCI_VENDOR_ID_SILAN, 0x2031) },
{ PCI_DEVICE(PCI_VENDOR_ID_SILAN, 0x8139) },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, sc92031_pci_device_id_table);
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/pci_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,8 @@

#define PCI_VENDOR_ID_TOPSPIN 0x1867

#define PCI_VENDOR_ID_SILAN 0x1904

#define PCI_VENDOR_ID_TDI 0x192E
#define PCI_DEVICE_ID_TDI_EHCI 0x0101

Expand Down

0 comments on commit 3a33ed0

Please sign in to comment.