From: Martin Michlmayr <tbm@cyrius.com>
To: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] scsi: Disable advansys on ARM and MIPS
Date: Tue, 30 Sep 2008 14:31:08 +0300 [thread overview]
Message-ID: <20080930113108.GU8356@deprecation.cyrius.com> (raw)
In-Reply-To: <20080930073439.GA11059@infradead.org>
* Christoph Hellwig <hch@infradead.org> [2008-09-30 03:34]:
> I'd still call it broken everywhere. People who really care about this
> driver should just help with the full dma api translation, if only by
> testing patches.
I don't have the hardware or care about the driver, but I care about
the compilation errors on ARM and MIPS that were not there before
willy's patch. Anyway, since you say it's broken, how about putting
back in the original Kconfig depends and add parisc to the list.
I don't care which patch goes in, as long as the compilation error
goes away.
From: Martin Michlmayr <tbm@cyrius.com>
Subject: [PATCH] scsi: Enable advansys on x86_32 and parisc only
Commit 9d511a4b29de6764931343d03e493f2e04df0271 ("advansys: Changes to
work on parisc") removed the "depends on BROKEN || X86_32" line from
the advansys Kconfig entry. Unfortunately, this led to compilation
errors on ARM and MIPS (that are not related). Nobody looked into this
issue since I reported it in January 2008, but Russell King said that
the driver is completely broken on ARM, and Christoph Hellwig
calls it "broken everywhere". So let's put in the original depends on
BROKEN and make the driver available on x86_32 and parisc.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -520,6 +520,7 @@ config SCSI_ADVANSYS
tristate "AdvanSys SCSI support"
depends on SCSI && VIRT_TO_BUS
depends on ISA || EISA || PCI
+ depends on BROKEN || X86_32 || PARISC
help
This is a driver for all SCSI host adapters manufactured by
AdvanSys. It is documented in the kernel source in
--
Martin Michlmayr
http://www.cyrius.com/
next prev parent reply other threads:[~2008-09-30 11:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-30 7:23 [PATCH] scsi: Disable advansys on ARM and MIPS Martin Michlmayr
2008-09-30 7:34 ` Christoph Hellwig
2008-09-30 11:31 ` Martin Michlmayr [this message]
2008-09-30 16:13 ` Matthew Wilcox
2008-10-02 7:49 ` Martin Michlmayr
2008-10-02 11:24 ` Matthew Wilcox
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=20080930113108.GU8356@deprecation.cyrius.com \
--to=tbm@cyrius.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox