Commit 273c4781529ef1bc901a27208736b0ccabd52178

Authored by Babu Moger
Committed by James Bottomley
1 parent dd7c34e9a2

[SCSI] scsi_dh_rdac: Add LSI vendor and product ids in rdac device list

[jejb: fixed whitespace damage]
Signed-off-by: Babu Moger <Babu.Moger@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/scsi/device_handler/scsi_dh_rdac.c
... ... @@ -602,6 +602,8 @@
602 602 {"SUN", "LCSM100_F"},
603 603 {"DELL", "MD3000"},
604 604 {"DELL", "MD3000i"},
  605 + {"LSI", "INF-01-00"},
  606 + {"ENGENIO", "INF-01-00"},
605 607 {NULL, NULL},
606 608 };
607 609