Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dbfb544 authored by Chandra Seetharaman's avatar Chandra Seetharaman Committed by James Bottomley
Browse files

[SCSI] scsi_dh: add two SUN devices to the list of devices supported by default

parent 95a3639e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -633,6 +633,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
	{"DELL", "MD3000i"},
	{"DELL", "MD3000i"},
	{"LSI", "INF-01-00"},
	{"LSI", "INF-01-00"},
	{"ENGENIO", "INF-01-00"},
	{"ENGENIO", "INF-01-00"},
	{"STK", "FLEXLINE 380"},
	{"SUN", "CSM100_R_FC"},
	{NULL, NULL},
	{NULL, NULL},
};
};