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@xxxxxxxxxx> --- 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/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html