]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/scsi-dh-rdac-add-stk
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / scsi-dh-rdac-add-stk
1 From: Goldwyn Rodrigues <rgoldwyn@novell.com>
2 Subject: STK arrays missing from rdac devicehandler
3 References: bnc#503855
4
5 Some STK arrays are missing from the RDAC device handler,
6 causing multipath to malfunction.
7
8 Signed-off-by: Hannes Reinecke <hare@suse.de>
9
10 ---
11 drivers/scsi/device_handler/scsi_dh_rdac.c | 2 ++
12 1 file changed, 2 insertions(+)
13
14 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c
15 +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c
16 @@ -607,6 +607,8 @@ static const struct scsi_dh_devlist rdac
17 {"SGI", "TP9500", 0},
18 {"SGI", "IS", 0},
19 {"STK", "OPENstorage D280", 0},
20 + {"STK", "FLEXLINE 380", 0},
21 + {"SUN", "STK6580_6780", 0},
22 {"SUN", "CSM200_R", 0},
23 {"SUN", "LCSM100_F", 0},
24 {"DELL", "MD3000", 0},