Please consider for the 2.6.30 kernel. The MPT2SAS_MAJOR_VERSION didn't get bumped from 00 to 01. The applications will see it incorrectly as 00.100.02.00 driver instead of 01.100.02.00. Signed-off-by: Eric Moore <eric.moore@xxxxxxx> diff -uaprN a/drivers/scsi/mpt2sas/mpt2sas_base.h b/drivers/scsi/mpt2sas/mpt2sas_base.h --- a/drivers/scsi/mpt2sas/mpt2sas_base.h 2009-05-18 12:05:21.000000000 -0600 +++ b/drivers/scsi/mpt2sas/mpt2sas_base.h 2009-05-18 12:05:21.000000000 -0600 @@ -69,7 +69,7 @@ #define MPT2SAS_AUTHOR "LSI Corporation <DL-MPTFusionLinux@xxxxxxx>" #define MPT2SAS_DESCRIPTION "LSI MPT Fusion SAS 2.0 Device Driver" #define MPT2SAS_DRIVER_VERSION "01.100.02.00" -#define MPT2SAS_MAJOR_VERSION 00 +#define MPT2SAS_MAJOR_VERSION 01 #define MPT2SAS_MINOR_VERSION 100 #define MPT2SAS_BUILD_VERSION 02 #define MPT2SAS_RELEASE_VERSION 00 -- 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