From: Andi Kleen <ak@muc.de>
To: linux-scsi@vger.kernel.org
Subject: [PATCH] Mark aha152x as ISA and !64BIT driver
Date: Tue, 7 Oct 2003 19:33:23 +0200 [thread overview]
Message-ID: <20031007173323.GA1607@averell> (raw)
aha152x seems to be not 64bit safe and spews out warnings on x86-64.
As I think it's a ISA only driver anyways I just marked it as
ISA only and !64BIT for Alpha's sake.
diff -u linux-2.5-cleanup/drivers/scsi/Kconfig-o linux-2.5-cleanup/drivers/scsi/Kconfig
--- linux-2.5-cleanup/drivers/scsi/Kconfig-o 2003-10-02 18:12:08.000000000 +0200
+++ linux-2.5-cleanup/drivers/scsi/Kconfig 2003-12-02 16:56:28.620210248 +0100
@@ -253,7 +253,7 @@
config SCSI_AHA152X
tristate "Adaptec AHA152X/2825 support"
- depends on ISA && SCSI
+ depends on ISA && SCSI && ISA && !64BIT
---help---
This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825
SCSI host adapters. It also works for the AVA-1505, but the IRQ etc.
next reply other threads:[~2003-10-07 17:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-07 17:33 Andi Kleen [this message]
2003-10-07 18:26 ` [PATCH] Mark aha152x as ISA and !64BIT driver II Andi Kleen
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=20031007173323.GA1607@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.