diff mbox

[RESEND] scsi_dh_rdac: Adding couple more vendor product ids

Message ID 47D23AD8469A2B448F33C24BD7A39BD90F6A83C4@RTPMVEXC1-PRD.hq.netapp.com (mailing list archive)
State Deferred, archived
Headers show

Commit Message

babu moger Sept. 2, 2011, 3:21 p.m. UTC
This patch was not picked up yet. Resubmitting again on top of latest file.
Original patch is here http://marc.info/?l=dm-devel&m=130203604024614&w=2

This patch adds couple more Vendor/Product IDs for RDAC.. There are no functional changes.

Signed-off-by: Babu Moger <babu.moger@netapp.com>
---



--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

--- linux-3.1-rc4/drivers/scsi/device_handler/scsi_dh_rdac.c.orig	2011-09-02 09:48:16.000000000 -0500
+++ linux-3.1-rc4/drivers/scsi/device_handler/scsi_dh_rdac.c	2011-09-02 09:49:24.000000000 -0500
@@ -796,6 +796,7 @@  static const struct scsi_dh_devlist rdac
 	{"IBM", "3526"},
 	{"SGI", "TP9400"},
 	{"SGI", "TP9500"},
+	{"SGI", "TP9700"},
 	{"SGI", "IS"},
 	{"STK", "OPENstorage D280"},
 	{"SUN", "CSM200_R"},
@@ -815,6 +816,7 @@  static const struct scsi_dh_devlist rdac
 	{"SUN", "CSM100_R_FC"},
 	{"SUN", "STK6580_6780"},
 	{"SUN", "SUN_6180"},
+	{"SUN", "ArrayStorage"},
 	{NULL, NULL},
 };