]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.fixes/scsi_dh-add-del-ids-to-rdac
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / scsi_dh-add-del-ids-to-rdac
1 From: Yanqing Liu <Yanqing_Liu@Dell.com>
2 Subject: add support for next generation of Dell PV array
3 References: bnc#535801
4 Patch-mainline: Not yet
5
6 http://marc.info/?l=dm-devel&m=125053752401784&w=2
7
8 This patch is to add DM support for next generation of Dell
9 PowerVault storage array.
10
11 Signed-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},