All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.4.20 & 2.5.63 scsi_scan.c for Sun StorEdge[tm] array SparseLUN support
@ 2003-02-24 23:07 Joel Buckley
  0 siblings, 0 replies; only message in thread
From: Joel Buckley @ 2003-02-24 23:07 UTC (permalink / raw)
  To: axboe, linux-scsi, joel.buckley

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

Jens, et.al.,

Hello, I work on the Sun StorEdge[tm] arrays for Sun Microsystems, Inc.
As part of my testing of Linux, the attached changes are needed to enable
Sparse LUN support for Sun StorEdge[tm] arrays.

Please apply to Both the 2.4.20 and 2.5.63 kernel releases.

If there are any questions, please contact me directly.

Thank you,
Joel.

-- 
Joel.Buckley@Sun.COM
Sun Microsystems, Inc.
303-272-5556  x75556 


[-- Attachment #2: linux-2.4.20-scsi_scan.c.diffs --]
[-- Type: text/plain, Size: 432 bytes --]

--- linux-2.4.20/drivers/scsi/scsi_scan.c	Thu Nov 28 16:53:14 2002
+++ linux-2.4.20/drivers/scsi/scsi_scan.c	Mon Feb 24 15:53:48 2003
@@ -182,6 +182,8 @@
 	{"HITACHI", "DF500", "*", BLIST_SPARSELUN},
 	{"HITACHI", "DF600", "*", BLIST_SPARSELUN},
 	{"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+	{"SUN", "T300", "*", BLIST_SPARSELUN},
+	{"SUN", "T4", "*", BLIST_SPARSELUN},
 
 	/*
 	 * Must be at end of list...

[-- Attachment #3: linux-2.5.63-scsi_scan.c.diffs --]
[-- Type: text/plain, Size: 427 bytes --]

--- linux-2.5.63/drivers/scsi/scsi_scan.c	Mon Feb 24 12:05:39 2003
+++ linux-2.5.63/drivers/scsi/scsi_scan.c	Mon Feb 24 16:00:46 2003
@@ -189,6 +189,8 @@
 	{"HITACHI", "DF500", "*", BLIST_SPARSELUN},
 	{"HITACHI", "DF600", "*", BLIST_SPARSELUN},
 	{"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+	{"SUN", "T300", "*", BLIST_SPARSELUN},
+	{"SUN", "T4", "*", BLIST_SPARSELUN},
 	{ NULL, NULL, NULL, 0 },
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-24 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-24 23:07 2.4.20 & 2.5.63 scsi_scan.c for Sun StorEdge[tm] array SparseLUN support Joel Buckley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.