mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 06:34:17 +08:00
[SCSI] scsi_dh_rdac: Add support for Sun StorageTek ST2500, ST2510 and ST2530
These storage arrays can use RDAC when configured with 'linux' as the initiator. http://www.sun.com/storage/disk_systems/workgroup/2500/ http://www.sun.com/storage/disk_systems/workgroup/2510/ http://www.sun.com/storage/disk_systems/workgroup/2530/ Signed-off-by: Charlie Brady <charlieb@budge.apana.org.au> Reviewed-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
parent
89a3681041
commit
5bab08858c
@ -628,6 +628,9 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
|
|||||||
{"SGI", "IS"},
|
{"SGI", "IS"},
|
||||||
{"STK", "OPENstorage D280"},
|
{"STK", "OPENstorage D280"},
|
||||||
{"SUN", "CSM200_R"},
|
{"SUN", "CSM200_R"},
|
||||||
|
{"SUN", "LCSM100_I"},
|
||||||
|
{"SUN", "LCSM100_S"},
|
||||||
|
{"SUN", "LCSM100_E"},
|
||||||
{"SUN", "LCSM100_F"},
|
{"SUN", "LCSM100_F"},
|
||||||
{"DELL", "MD3000"},
|
{"DELL", "MD3000"},
|
||||||
{"DELL", "MD3000i"},
|
{"DELL", "MD3000i"},
|
||||||
|
Loading…
Reference in New Issue
Block a user