]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.fixes/scsi_dh-add-lsi-ids-to-rdac
Move xen patchset to new version's subdir.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / scsi_dh-add-lsi-ids-to-rdac
CommitLineData
00e5a55c
BS
1From 3406800934c6602ee7f7ddf5db1ab5f040cbaab3 Mon Sep 17 00:00:00 2001
2From: Hannes Reinecke <hare@suse.de>
3Date: Tue, 16 Dec 2008 09:02:47 +0100
4Subject: [PATCH] Adding LSI vendor and product IDs to RDAC device handler
5
6This patch adds LSI vendor and product ids in rdac device handler.
7
8Signed-off-by: Babu Moger <Babu.Moger@lsi.com>
9Signed-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
14diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c
15index 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--
281.5.3.2
29