public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: Disable advansys on ARM and MIPS
@ 2008-09-30  7:23 Martin Michlmayr
  2008-09-30  7:34 ` Christoph Hellwig
  2008-09-30 16:13 ` Matthew Wilcox
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Michlmayr @ 2008-09-30  7:23 UTC (permalink / raw)
  To: linux-scsi

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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-02 11:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2008-09-30 16:13 ` Matthew Wilcox
2008-10-02  7:49   ` Martin Michlmayr
2008-10-02 11:24     ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox