From: Babu Moger Date: Mon, 10 Nov 2008 23:17:48 +0000 (-0700) Subject: [SCSI] scsi_dh_rdac: Add LSI vendor and product ids in rdac device list X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=273c4781529ef1bc901a27208736b0ccabd52178;p=linux-beck.git [SCSI] scsi_dh_rdac: Add LSI vendor and product ids in rdac device list [jejb: fixed whitespace damage] Signed-off-by: Babu Moger Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c index 3e16a33927cf..53664765570a 100644 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -602,6 +602,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = { {"SUN", "LCSM100_F"}, {"DELL", "MD3000"}, {"DELL", "MD3000i"}, + {"LSI", "INF-01-00"}, + {"ENGENIO", "INF-01-00"}, {NULL, NULL}, };