]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.fixes/scsi_dh-add-del-ids-to-rdac
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / scsi_dh-add-del-ids-to-rdac
CommitLineData
82094b55
AF
1From: Yanqing Liu <Yanqing_Liu@Dell.com>
2Subject: add support for next generation of Dell PV array
3References: bnc#535801
4Patch-mainline: Not yet
5
6http://marc.info/?l=dm-devel&m=125053752401784&w=2
7
8This patch is to add DM support for next generation of Dell
9PowerVault storage array.
10
11Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
12
13--- linux/drivers/scsi/device_handler/scsi_dh_rdac.c.orig
14+++ linux/drivers/scsi/device_handler/scsi_dh_rdac.c
15@@ -611,6 +611,8 @@ static const struct scsi_dh_devlist rdac
16 {"SUN", "LCSM100_F", 0},
17 {"DELL", "MD3000", 0},
18 {"DELL", "MD3000i", 0},
19+ {"DELL", "MD32xx", 0},
20+ {"DELL", "MD32xxi", 0},
21 {"LSI", "INF-01-00"},
22 {"ENGENIO", "INF-01-00"},
23 {NULL, NULL, 0},