lkml.org 
[lkml]   [2004]   [Jan]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From"srikrish" <>
Subject[PATCH] Sparse LUN support
DateWed, 14 Jan 2004 11:00:12 +0530
We need to add these devices to the black list - to handle sparse LUNs properly. 
Srikrishnan

--- linux-2.4.23/drivers/scsi/scsi_scan.c	2004-01-13 11:04:53.000000000 +0530
+++ linux-2.4.23.patched/drivers/scsi/scsi_scan.c	2004-01-13 11:04:36.000000000 +0530
@@ -206,6 +206,9 @@
 	{"SMSC", "USB 2 HS", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, 
 	{"XYRATEX", "RS", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
 	{"NEC", "iStorage", "*", BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
+        {"IBM", "2105800", "*", BLIST_SPARSELUN},
+        {"IBM", "2105F20", "*", BLIST_SPARSELUN},
+        {"IBM", "2145", "*", BLIST_SPARSELUN},
 
 	/*
 	 * Must be at end of list...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:00    [from the cache]
©2003-2008