I reported the following back in January: "Commit 9d511a4b29de6764931343d03e493f2e04df0271 removed the "depends on BROKEN || X86_32" line from advansys' Kconfig entry. I'm not sure that was such a great idea - the module doesn't compile at least on ARM and MIPS", see http://www.mail-archive.com/linux-scsi@xxxxxxxxxxxxxxx/msg12773.html for the error messages. Russell King had major concerns about the driver on ARM: http://www.mail-archive.com/linux-scsi@xxxxxxxxxxxxxxx/msg12789.html willy, are you planning to work again on this driver in the near future? If not, I suggest the following patch to undo some of the damage caused by the removal of BROKEN. --- 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