Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49027
b: refs/heads/master
c: e81e557
h: refs/heads/master
i:
  49025: af020b5
  49023: bd37e83
v: v3
  • Loading branch information
Chris Snook authored and Jeff Garzik committed Feb 17, 2007
1 parent 2ff8c32 commit c098b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: f1e5a1a00d3991eabda41dde69d1905cad4980a0
refs/heads/master: e81e557a8f1e22fab1b1bdc649ac0d24017ddce2
2 changes: 1 addition & 1 deletion trunk/drivers/net/atl1/atl1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MODULE_VERSION(DRIVER_VERSION);
* atl1_pci_tbl - PCI Device ID Table
*/
static const struct pci_device_id atl1_pci_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, 0x1048)},
{PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L1)},
/* required last entry */
{0,}
};
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/pci_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -2089,6 +2089,7 @@
#define PCI_VENDOR_ID_PASEMI 0x1959

#define PCI_VENDOR_ID_ATTANSIC 0x1969
#define PCI_DEVICE_ID_ATTANSIC_L1 0x1048

#define PCI_VENDOR_ID_JMICRON 0x197B
#define PCI_DEVICE_ID_JMICRON_JMB360 0x2360
Expand Down

0 comments on commit c098b67

Please sign in to comment.