Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 351d529f9beeb4e5d936a6d5e3e7813a > files > 2179

kernel-2.6.18-128.29.1.el5.src.rpm

From: Jiri Pirko <jpirko@redhat.com>
Date: Thu, 10 Sep 2009 16:01:59 +0200
Subject: [scsi] add LSI storage IDs
Message-id: 20090910140159.GA3672@psychotron.lab.eng.brq.redhat.com
O-Subject: [RHEL5.3.z patch 7/10] BZ506905 Add LSI storage IDs
Bugzilla: 506905
RH-Acked-by: Don Howard <dhoward@redhat.com>
RH-Acked-by: Mike Christie <mchristi@redhat.com>

BZ506905
https://bugzilla.redhat.com/show_bug.cgi?id=506905

Description:
The original patch from the serie is not applicable on 5.3.z. I made a
replacement patch for this.

This is a simple patch. Please review and ack.

Jirka

Signed-off-by: Jiri Pirko <jpirko@redhat.com>

diff --git a/drivers/scsi/device_handler/scsi_dh_rdac.c b/drivers/scsi/device_handler/scsi_dh_rdac.c
index a8b6135..a01caa3 100644
--- a/drivers/scsi/device_handler/scsi_dh_rdac.c
+++ b/drivers/scsi/device_handler/scsi_dh_rdac.c
@@ -625,6 +625,8 @@ const struct scsi_dh_devlist rdac_dev_list[] = {
 	{"STK", "OPENstorage D280"},
 	{"SUN", "CSM200_R"},
 	{"SUN", "LCSM100_F"},
+	{"LSI", "INF-01-00"},
+	{"ENGENIO", "INF-01-00"},
 	{NULL, NULL},
 };