Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17098
b: refs/heads/master
c: b9c4c60
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Dworzak authored and Jeff Garzik committed Jan 9, 2006
1 parent 4c95884 commit 432d10e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 38843888e3e9fb7006d72d55b8e6ffcc925cf18a
refs/heads/master: b9c4c609660e00377f0b30dfbbec0f1918b56aba
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/tulip_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ static int __devinit tulip_init_one (struct pci_dev *pdev,
dev->dev_addr, 6);
}
#endif
#if defined(__i386__) /* Patch up x86 BIOS bug. */
#if defined(__i386__) || defined(__x86_64__) /* Patch up x86 BIOS bug. */
if (last_irq)
irq = last_irq;
#endif
Expand Down

0 comments on commit 432d10e

Please sign in to comment.