[9169] in linux-scsi channel archive
[PATCH] scsi_devicelist additional devices
daemon@ATHENA.MIT.EDU (Matt_Domsch@Dell.com)
Wed Jul 12 10:49:19 2000
Message-ID: <CDF99E351003D311A8B0009027457F1403BF9237@ausxmrr501.us.dell.com>
From: Matt_Domsch@Dell.com
To: linux-scsi@vger.rutgers.edu
Date: Wed, 12 Jul 2000 09:43:26 -0500
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Below is a patch to add several additional devices to the scsi_devicelist.
The first three are for Dell storage area network products, the last are
Sony autoloader tape devices where the tape changer is at LUN 1. Patches to
2.2.17-pre and 2.4.0-test1 are included.
Thanks,
Matt Domsch
Dell Enterprise Systems Group
Linux Development Team
--- linux-2.2.17-pre9/drivers/scsi/scsi.c.orig Wed Jun 28 11:00:18 2000
+++ linux/drivers/scsi/scsi.c Wed Jun 28 11:00:52 2000
@@ -308,6 +308,10 @@
{"iomega","jaz 1GB","J.86", BLIST_NOTQ | BLIST_NOLUN},
{"TOSHIBA","CDROM","*", BLIST_ISROM},
{"MegaRAID", "LD", "*", BLIST_FORCELUN},
+{"DGC", "RAID", "*", BLIST_SPARSELUN}, // Dell PV 650F (tgt @ LUN 0)
+{"DGC", "DISK", "*", BLIST_SPARSELUN}, // Dell PV 650F (no tgt @ LUN
0)
+{"DELL", "PV530F", "*", BLIST_SPARSELUN}, // Dell PV 530F
+{"SONY", "TSL", "*", BLIST_FORCELUN}, // DDS3 & DDS4 autoloaders
/*
* Must be at end of list...
*/
--- linux-2.4.0-test1-ac18/drivers/scsi/scsi_scan.c.orig Wed Jul 12
09:40:01 2000
+++ linux/drivers/scsi/scsi_scan.c Wed Jul 12 09:40:43 2000
@@ -138,6 +138,10 @@
{"iomega", "jaz 1GB", "J.86", BLIST_NOTQ | BLIST_NOLUN},
{"TOSHIBA","CDROM","*", BLIST_ISROM},
{"MegaRAID", "LD", "*", BLIST_FORCELUN},
+ {"DGC", "RAID", "*", BLIST_SPARSELUN}, // Dell PV 650F (tgt @
LUN 0)
+ {"DGC", "DISK", "*", BLIST_SPARSELUN}, // Dell PV 650F (no tgt
@ LUN 0)
+ {"DELL", "PV530F", "*", BLIST_SPARSELUN}, // Dell PV 530F
+ {"SONY", "TSL", "*", BLIST_FORCELUN}, // DDS3 & DDS4
autoloaders
/*
* Must be at end of list...
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu