* more devinfo updates
@ 2006-10-01 0:42 michaelc
2006-10-01 0:42 ` [PATCH 1/4] scsi_devinfo: add EMC Invista michaelc
0 siblings, 1 reply; 5+ messages in thread
From: michaelc @ 2006-10-01 0:42 UTC (permalink / raw)
To: linux-scsi
The following patches add devinfo entries we had in RHEL4.
Changes since last time:
- Drop entries that were questionable with the current code and
needed testing or there was conflicting info.
- Add new entries for Hitachi and HP devices that have scsi2 support
and support luns higher than 7 and sparse lu numbering.
Patches were made against scsi-misc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/4] scsi_devinfo: add EMC Invista
2006-10-01 0:42 more devinfo updates michaelc
@ 2006-10-01 0:42 ` michaelc
2006-10-01 0:42 ` [PATCH 2/4] scsi_devinfo: add Tornado michaelc
0 siblings, 1 reply; 5+ messages in thread
From: michaelc @ 2006-10-01 0:42 UTC (permalink / raw)
To: linux-scsi; +Cc: Mike Christie
From: Mike Christie <michaelc@cs.wisc.edu>
This is from RHEL4. This box can support
scsi2 and can also support BLIST_SPARSELUN | BLIST_LARGELUN.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
---
drivers/scsi/scsi_devinfo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
index 3d0429b..cbf733b 100644
--- a/drivers/scsi/scsi_devinfo.c
+++ b/drivers/scsi/scsi_devinfo.c
@@ -150,6 +150,7 @@ static struct {
{"DELL", "PERCRAID", NULL, BLIST_FORCELUN},
{"DGC", "RAID", NULL, BLIST_SPARSELUN}, /* Dell PV 650F, storage on LUN 0 */
{"DGC", "DISK", NULL, BLIST_SPARSELUN}, /* Dell PV 650F, no storage on LUN 0 */
+ {"EMC", "Invista", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
{"EMULEX", "MD21/S2 ESDI", NULL, BLIST_SINGLELUN},
{"FSC", "CentricStor", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
--
1.4.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/4] scsi_devinfo: add Tornado
2006-10-01 0:42 ` [PATCH 1/4] scsi_devinfo: add EMC Invista michaelc
@ 2006-10-01 0:42 ` michaelc
2006-10-01 0:42 ` [PATCH 3/4] scsi_devinfo: add nec istorage michaelc
0 siblings, 1 reply; 5+ messages in thread
From: michaelc @ 2006-10-01 0:42 UTC (permalink / raw)
To: linux-scsi; +Cc: Mike Christie
From: Mike Christie <michaelc@cs.wisc.edu>
This is from RHEL4. I do not have any info from our bugzilla. All
I could find was something like this thread
http://lkml.org/lkml/2005/1/7/346
Report lun for linux does not work. It may be our lun format code or
it may be the device. It is probably not worth it to add anything
special for this device, so the patch just adds BLIST_NOREPORTLUN.
This patch can be dropped if you feel BLIST_NOREPORTLUN is just
a hack.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
---
drivers/scsi/scsi_devinfo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
index cbf733b..f6aadbd 100644
--- a/drivers/scsi/scsi_devinfo.c
+++ b/drivers/scsi/scsi_devinfo.c
@@ -211,6 +211,7 @@ static struct {
{"SUN", "T300", "*", BLIST_SPARSELUN},
{"SUN", "T4", "*", BLIST_SPARSELUN},
{"TEXEL", "CD-ROM", "1.06", BLIST_BORKEN},
+ {"Tornado-", "F4", "*", BLIST_NOREPORTLUN},
{"TOSHIBA", "CDROM", NULL, BLIST_ISROM},
{"TOSHIBA", "CD-ROM", NULL, BLIST_ISROM},
{"USB2.0", "SMARTMEDIA/XD", NULL, BLIST_FORCELUN | BLIST_INQUIRY_36},
--
1.4.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/4] scsi_devinfo: add nec istorage
2006-10-01 0:42 ` [PATCH 2/4] scsi_devinfo: add Tornado michaelc
@ 2006-10-01 0:42 ` michaelc
2006-10-01 0:42 ` [PATCH 4/4] scsi_devinfo: scsi2 HP and Hitachi entries michaelc
0 siblings, 1 reply; 5+ messages in thread
From: michaelc @ 2006-10-01 0:42 UTC (permalink / raw)
To: linux-scsi; +Cc: Mike Christie
From: Mike Christie <michaelc@cs.wisc.edu>
>From RHEL4: NEC iStorage devices are SCSI-2 devices but they
support the report luns opcode.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
---
drivers/scsi/scsi_devinfo.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
index f6aadbd..dc1e1eb 100644
--- a/drivers/scsi/scsi_devinfo.c
+++ b/drivers/scsi/scsi_devinfo.c
@@ -189,6 +189,7 @@ static struct {
{"NAKAMICH", "MJ-4.8S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"NAKAMICH", "MJ-5.16S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"NEC", "PD-1 ODX654P", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
+ {"NEC", "iStorage", NULL, BLIST_REPORTLUN2},
{"NRC", "MBR-7", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"NRC", "MBR-7.4", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"PIONEER", "CD-ROM DRM-600", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
--
1.4.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 4/4] scsi_devinfo: scsi2 HP and Hitachi entries
2006-10-01 0:42 ` [PATCH 3/4] scsi_devinfo: add nec istorage michaelc
@ 2006-10-01 0:42 ` michaelc
0 siblings, 0 replies; 5+ messages in thread
From: michaelc @ 2006-10-01 0:42 UTC (permalink / raw)
To: linux-scsi; +Cc: Mike Christie
From: Mike Christie <michaelc@cs.wisc.edu>
>From RHEL4: This is a bulk addition of several HP and Hitachi entries.
When SCSI-2 they can support luns past 7 and sparse luns.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
---
drivers/scsi/scsi_devinfo.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
index dc1e1eb..ce63044 100644
--- a/drivers/scsi/scsi_devinfo.c
+++ b/drivers/scsi/scsi_devinfo.c
@@ -162,6 +162,11 @@ static struct {
{"HITACHI", "DF600", "*", BLIST_SPARSELUN},
{"HITACHI", "DISK-SUBSYSTEM", "*", BLIST_ATTACH_PQ3 | BLIST_SPARSELUN | BLIST_LARGELUN},
{"HITACHI", "OPEN-E", "*", BLIST_ATTACH_PQ3 | BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HITACHI", "OP-C-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HITACHI", "3380-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HITACHI", "3390-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HITACHI", "6586-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HITACHI", "6588-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HP", "A6189A", NULL, BLIST_SPARSELUN | BLIST_LARGELUN}, /* HP VA7400 */
{"HP", "OPEN-", "*", BLIST_REPORTLUN2}, /* HP XP Arrays */
{"HP", "NetRAID-4M", NULL, BLIST_FORCELUN},
@@ -169,6 +174,14 @@ static struct {
{"HP", "C1557A", NULL, BLIST_FORCELUN},
{"HP", "C3323-300", "4269", BLIST_NOTQ},
{"HP", "C5713A", NULL, BLIST_NOREPORTLUN},
+ {"HP", "DF400", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "DF500", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "DF600", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "OP-C-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "3380-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "3390-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "6586-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"HP", "6588-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"IBM", "AuSaV1S2", NULL, BLIST_FORCELUN},
{"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"IBM", "2105", NULL, BLIST_RETRY_HWERROR},
--
1.4.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-01 1:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-01 0:42 more devinfo updates michaelc
2006-10-01 0:42 ` [PATCH 1/4] scsi_devinfo: add EMC Invista michaelc
2006-10-01 0:42 ` [PATCH 2/4] scsi_devinfo: add Tornado michaelc
2006-10-01 0:42 ` [PATCH 3/4] scsi_devinfo: add nec istorage michaelc
2006-10-01 0:42 ` [PATCH 4/4] scsi_devinfo: scsi2 HP and Hitachi entries michaelc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox