From: Andi Kleen <ak@muc.de>
To: linux-scsi@vger.kernel.org
Subject: [PATCH] Mark Ninja SCSI driver as !64BIT
Date: Tue, 7 Oct 2003 19:31:46 +0200 [thread overview]
Message-ID: <20031007173146.GA1598@averell> (raw)
Ninjas don't seem to like 64bit. The driver spew out so many
integer/pointer mismatch warnings that I gave up.
Mark it as !64BIT
-Andi
diff -u linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig-o linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig
--- linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig-o 2003-09-28 06:33:48.000000000 +0200
+++ linux-2.5-cleanup/drivers/scsi/pcmcia/Kconfig 2003-12-02 16:57:35.986968944 +0100
@@ -27,7 +27,7 @@
config PCMCIA_NINJA_SCSI
tristate "NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support"
- depends on m
+ depends on m && !64BIT
help
If you intend to attach this type of PCMCIA SCSI host adapter to
your computer, say Y here and read
reply other threads:[~2003-10-07 17:31 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=20031007173146.GA1598@averell \
--to=ak@muc.de \
--cc=linux-scsi@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.