[PATCH 1/4] scsi: megaraid_sas -- add hibernation support

2007-09-13 Thread linux-box
The megaraid_sas driver doesn't support the hibernation, the suspend/resume routine implemented to support the hibernation. Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- drivers/scsi/megaraid/megaraid_sas.c | 309 +++-- drivers/scsi/megaraid/megaraid_sas.h |1 2 file

PATCH 2/4] scsi: megaraid_sas -- add module param fast_load

2007-09-13 Thread linux-box
Driver will skip physical devices scan for the first time if the fast_load is set Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- drivers/scsi/megaraid/megaraid_sas.c | 69 +++-- 1 files changed, 55 insertions(+), 14 deletions(-) diff -rupN linux-2.6.22_orig/drivers/scsi/m

[PATCH 3/4] scsi: megaraid_sas - add module param max_sectors, cmd_per_lun

2007-09-13 Thread linux-box
Adding module parameters to configure max sectors per request & # of cmds for each lun. Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Re-submitting drivers/scsi/megaraid/megaraid_sas.c | 93 - drivers/scsi/megaraid/megaraid_sas.h |2 2 files changed, 93 insertion

[PATCH 4/4] scsi: megaraid_sas - update version and Changelog

2007-09-13 Thread linux-box
Update version and Changelog Signed-off-by: Bo Yang <[EMAIL PROTECTED]> --- Re-submitting Documentation/scsi/ChangeLog.megaraid_sas | 211 drivers/scsi/megaraid/megaraid_sas.c |2 drivers/scsi/megaraid/megaraid_sas.h |6 3 files changed, 215 insertions(+)