From: Andi Kleen <ak@suse.de>
To: mikep@linuxtr.net, linux-tr@linuxtr.net, netdev@oss.sgi.com
Subject: [PATCH] Mark lanstreamer driver as not 64bit clean
Date: Wed, 17 Mar 2004 12:01:17 +0100 [thread overview]
Message-ID: <20040317120117.79cb7b78.ak@suse.de> (raw)
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.
reply other threads:[~2004-03-17 11:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040317120117.79cb7b78.ak@suse.de \
--to=ak@suse.de \
--cc=linux-tr@linuxtr.net \
--cc=mikep@linuxtr.net \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).