Hello all, Yesterday, Rick has requested to add two of the sun devices to the list of devices supported by scsi_dh_rdac by default. This patch adds the support. chandra ---------------------- Add two SUN devices to the devlist as requested in the mailing list. Reported-by: Rice Brown <rick.brown@xxxxxxxxxxxxxx> Signed-Off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Cc: Moger Babu <Babu.Moger@xxxxxxx> --- drivers/scsi/device_handler/scsi_dh_rdac.c | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.31-rc4/drivers/scsi/device_handler/scsi_dh_rdac.c =================================================================== --- linux-2.6.31-rc4.orig/drivers/scsi/device_handler/scsi_dh_rdac.c +++ linux-2.6.31-rc4/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -633,6 +633,8 @@ static const struct scsi_dh_devlist rdac {"DELL", "MD3000i"}, {"LSI", "INF-01-00"}, {"ENGENIO", "INF-01-00"}, + {"STK", "FLEXLINE 380"}, + {"SUN", "CSM100_R_FC"}, {NULL, NULL}, }; -- 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