* [PATCH] Mark IBM TR driver as not 64 bit clean
@ 2004-01-09 9:09 Andi Kleen
2004-01-11 1:15 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2004-01-09 9:09 UTC (permalink / raw)
To: jgarzik; +Cc: netdev, mikep, linux-tr
This driver doesn't seem to be 64bit clean judging from the warnings
on x86-64. Mark it as !64BIT.
-Andi
diff -burpN -X ../KDIFX linux-vanilla/drivers/net/pcmcia/Kconfig linux-2.6.1-amd64/drivers/net/pcmcia/Kconfig
--- linux-vanilla/drivers/net/pcmcia/Kconfig 2003-09-28 10:55:00.000000000 +0200
+++ linux-2.6.1-amd64/drivers/net/pcmcia/Kconfig 2004-01-01 06:56:50.000000000 +0100
@@ -119,7 +119,7 @@ config ARCNET_COM20020_CS
config PCMCIA_IBMTR
tristate "IBM PCMCIA tokenring adapter support"
- depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA
+ depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA && !64BIT
help
Say Y here if you intend to attach this type of Token Ring PCMCIA
card to your computer. You then also need to say Y to "Token Ring
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-11 1:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-09 9:09 [PATCH] Mark IBM TR driver as not 64 bit clean Andi Kleen
2004-01-11 1:15 ` Jeff Garzik
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).