public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Michlmayr <tbm@cyrius.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH] scsi: Disable advansys on ARM and MIPS
Date: Tue, 30 Sep 2008 10:23:54 +0300	[thread overview]
Message-ID: <20080930072354.GA24133@deprecation.cyrius.com> (raw)

Commit 9d511a4b29de6764931343d03e493f2e04df0271 ("advansys: Changes to
work on parisc") removed the "depends on BROKEN || X86_32" line from
advansys' Kconfig entry.  Unfortunately, this led to compilation errors
on ARM and MIPS (that are not related).  Since nobody looked into this
issue since I reported it in January 2008 and Russell King said that
the driver is completely broken on ARM, let's undo some of the damage
caused by the removal of the "BROKEN" Kconfig depends by disabling the
driver on ARM and MIPS.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

--- a/drivers/scsi/Kconfig	2007-12-27 19:16:18.000000000 +0000
+++ b/drivers/scsi/Kconfig	2007-12-27 19:16:58.000000000 +0000
@@ -523,6 +523,7 @@
 	tristate "AdvanSys SCSI support"
 	depends on SCSI && VIRT_TO_BUS
 	depends on ISA || EISA || PCI
+	depends on (!MIPS && !ARM) || BROKEN
 	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/

             reply	other threads:[~2008-09-30  7:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-30  7:23 Martin Michlmayr [this message]
2008-09-30  7:34 ` [PATCH] scsi: Disable advansys on ARM and MIPS Christoph Hellwig
2008-09-30 11:31   ` Martin Michlmayr
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=20080930072354.GA24133@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