]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/scsi_dh-add-lsi-ids-to-rdac
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-add-lsi-ids-to-rdac
1 From 3406800934c6602ee7f7ddf5db1ab5f040cbaab3 Mon Sep 17 00:00:00 2001
2 From: Hannes Reinecke <hare@suse.de>
3 Date: Tue, 16 Dec 2008 09:02:47 +0100
4 Subject: [PATCH] Adding LSI vendor and product IDs to RDAC device handler
5
6 This patch adds LSI vendor and product ids in rdac device handler.
7
8 Signed-off-by: Babu Moger <Babu.Moger@lsi.com>
9 Signed-off-by: Hannes Reinecke <hare@suse.de>
10 ---
11 drivers/scsi/device_handler/scsi_dh_rdac.c | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c
15 index 67e5e52..f25a03e 100644
16 --- a/drivers/scsi/device_handler/scsi_dh_rdac.c
17 +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c
18 @@ -602,6 +602,8 @@ static const struct scsi_dh_devlist rdac_dev_list[] = {
19 {"SUN", "LCSM100_F", 0},
20 {"DELL", "MD3000", 0},
21 {"DELL", "MD3000i", 0},
22 + {"LSI", "INF-01-00"},
23 + {"ENGENIO", "INF-01-00"},
24 {NULL, NULL, 0},
25 };
26
27 --
28 1.5.3.2
29