* [PATCH] Sparse LUN support
@ 2004-01-14 5:30 srikrish
0 siblings, 0 replies; only message in thread
From: srikrish @ 2004-01-14 5:30 UTC (permalink / raw)
To: linux-kernel
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...
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-01-14 5:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-14 5:30 [PATCH] Sparse LUN support srikrish
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox