Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63716
b: refs/heads/master
c: 8eb7ad6
h: refs/heads/master
v: v3
  • Loading branch information
Neil Muller authored and Jeff Garzik committed Aug 7, 2007
1 parent c485238 commit 52e475a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5845b677cf7f64a0f104609e1dfe02a439f69f71
refs/heads/master: 8eb7ad68bd10d858066ca51713ca5645996e77a5
3 changes: 3 additions & 0 deletions trunk/drivers/net/sis190.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,9 @@ static int __devinit sis190_get_mac_addr_from_apc(struct pci_dev *pdev,
pci_name(pdev));

isa_bridge = pci_get_device(PCI_VENDOR_ID_SI, 0x0965, NULL);
if (!isa_bridge)
isa_bridge = pci_get_device(PCI_VENDOR_ID_SI, 0x0966, NULL);

if (!isa_bridge) {
net_probe(tp, KERN_INFO "%s: Can not find ISA bridge.\n",
pci_name(pdev));
Expand Down

0 comments on commit 52e475a

Please sign in to comment.