The aic94xx driver in my-scsi and aic94xx James Bottomley tree does not compile on s390. Since the driver is generic, it makes sense to fix. The patch is quite simple: diff -uNr linux-2.6.17.noarch.orig/include/scsi/libsas.h linux-2.6.17.noarch/include/scsi/libsas.h --- linux-2.6.17.noarch.orig/include/scsi/libsas.h 2006-09-11 16:29:48.000000000 -0400 +++ linux-2.6.17.noarch/include/scsi/libsas.h 2006-09-11 16:34:33.000000000 -0400 @@ -32,6 +32,7 @@ #include <scsi/sas.h> #include <linux/list.h> #include <asm/semaphore.h> +#include <asm/scatterlist.h> #include <scsi/scsi_device.h> #include <scsi/scsi_cmnd.h> #include <scsi/scsi_transport_sas.h> -- Konrad Rzeszutek 1-(978)-392-3903 or 1-(617)-693-1718 IBM on-site partner. - 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