* [PATCH] Mark lanstreamer driver as not 64bit clean
@ 2004-03-17 11:01 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2004-03-17 11:01 UTC (permalink / raw)
To: mikep, linux-tr, netdev
It does extremly unsafe things with the PCI DMA API and spews some nasty
warnings on a 64bit compile.
Disable the lanstreamer driver for 64bit hosts for now.
-Andi
diff -u linux/drivers/net/tokenring/Kconfig-o linux/drivers/net/tokenring/Kconfig
--- linux/drivers/net/tokenring/Kconfig-o 1970-01-01 01:12:51.000000000 +0100
+++ linux/drivers/net/tokenring/Kconfig 2004-03-17 11:59:40.000000000 +0100
@@ -54,7 +54,7 @@
config IBMLS
tristate "IBM Lanstreamer chipset PCI adapter support"
- depends on TR && PCI
+ depends on TR && PCI && !64BIT
help
This is support for IBM Lanstreamer PCI Token Ring Cards.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-17 11:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-17 11:01 [PATCH] Mark lanstreamer driver as not 64bit clean Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).