[PATCH] Sparse LUN support

From: srikrish
Date: Wed Jan 14 2004 - 00:29:44 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/