Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] scsi_dh_rdac: Adding couple more vendor product ids

This patch adds couple more Vendor/Product IDs for RDAC.. There are no
functional changes.

Signed-off-by: Babu Moger <babu.moger@netapp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

Moger, Babu and committed by
James Bottomley
66195fc9 ad4f4c1d

+2
+2
drivers/scsi/device_handler/scsi_dh_rdac.c
··· 795 795 {"IBM", "3526"}, 796 796 {"SGI", "TP9400"}, 797 797 {"SGI", "TP9500"}, 798 + {"SGI", "TP9700"}, 798 799 {"SGI", "IS"}, 799 800 {"STK", "OPENstorage D280"}, 800 801 {"SUN", "CSM200_R"}, ··· 815 814 {"SUN", "CSM100_R_FC"}, 816 815 {"SUN", "STK6580_6780"}, 817 816 {"SUN", "SUN_6180"}, 817 + {"SUN", "ArrayStorage"}, 818 818 {NULL, NULL}, 819 819 }; 820 820