All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.6.3 - remove some SGI devices from scsi_static_device_list
@ 2004-02-25  4:09 Jeremy Higdon
  0 siblings, 0 replies; only message in thread
From: Jeremy Higdon @ 2004-02-25  4:09 UTC (permalink / raw)
  To: linux-scsi

Some SGI RAID devices identify as being SCSI-3, so they don't need
to be in the scsi_static_device_list any more.  I've tested to make
sure that all luns still show up in a sparse, large config.

So I'm proposing removing them.  Thanks to hch for the suggestion.

jeremy


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1588.3.1 -> 1.1588.3.2
#	drivers/scsi/scsi_devinfo.c	1.7     -> 1.8    
#
# --------------------------------------------
# 04/02/23	jeremy@tomahawk.engr.sgi.com	1.1588.3.2
# Remove SGI TP9300, TP9400, and TP9500.  They advertise as SCSI-3, so they
# don't need to be on the device list.
# --------------------------------------------
#
diff -Nru a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
--- a/drivers/scsi/scsi_devinfo.c	Tue Feb 24 20:03:48 2004
+++ b/drivers/scsi/scsi_devinfo.c	Tue Feb 24 20:03:48 2004
@@ -178,9 +178,6 @@
 	{"SGI", "RAID3", "*", BLIST_SPARSELUN},
 	{"SGI", "RAID5", "*", BLIST_SPARSELUN},
 	{"SGI", "TP9100", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
-	{"SGI", "TP9300", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
-	{"SGI", "TP9400", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
-	{"SGI", "TP9500", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
 	{"MYLEX", "DACARMRB", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
 	{"XYRATEX", "RS", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
 	{ NULL, NULL, NULL, 0 },

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

only message in thread, other threads:[~2004-02-25  4:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-25  4:09 [PATCH] 2.6.3 - remove some SGI devices from scsi_static_device_list Jeremy Higdon

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.