aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorChristoph Dworzak <dworz@amazing.ch>2006-01-06 14:49:22 -0500
committerJeff Garzik <jgarzik@pobox.com>2006-01-09 10:48:09 -0500
commitb9c4c609660e00377f0b30dfbbec0f1918b56aba (patch)
treeb74be9c12a4a5fe7b960a7c76b37566755dfa2fa /drivers
parent[PATCH] PPC44x EMAC driver: disable TX status deferral in half-duplex mode (diff)
downloadlinux-dev-b9c4c609660e00377f0b30dfbbec0f1918b56aba.tar.xz
linux-dev-b9c4c609660e00377f0b30dfbbec0f1918b56aba.zip
[PATCH] tulip: enable multiport NIC BIOS fixups for x86_64
A BIOS bug affecting some multiport tulip NICs requires an irq fixup in tulip_core.c. This has only been enabled for i686, but it is needed for x86_64 as well. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/tulip/tulip_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c
index 125ed00e95a5..c67c91251d04 100644
--- a/drivers/net/tulip/tulip_core.c
+++ b/drivers/net/tulip/tulip_core.c
@@ -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