diff options
author | Matthew Wilcox <matthew@wil.cx> | 2007-07-26 11:39:46 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:39:19 -0400 |
commit | 2ffb45c672eff6a797712c5c8b5a6ddf3692187a (patch) | |
tree | 1f650098df1760cad3091e26ff760b25a6384b06 /drivers/scsi/scsi_devinfo.c | |
parent | ce3a7f1202e02324841ef87d7d3f08ff351d07c7 (diff) |
[SCSI] Add QUANTUM XP34301 to the blacklist
According to the AdvanSys driver, this device has a problem with tagged
queueing.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_devinfo.c')
-rw-r--r-- | drivers/scsi/scsi_devinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index e2ea739e33df..348cc5a6e3cd 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c | |||
@@ -214,6 +214,7 @@ static struct { | |||
214 | {"PIONEER", "CD-ROM DRM-604X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, | 214 | {"PIONEER", "CD-ROM DRM-604X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, |
215 | {"PIONEER", "CD-ROM DRM-624X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, | 215 | {"PIONEER", "CD-ROM DRM-624X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, |
216 | {"Promise", "", NULL, BLIST_SPARSELUN}, | 216 | {"Promise", "", NULL, BLIST_SPARSELUN}, |
217 | {"QUANTUM", "XP34301", "1071", BLIST_NOTQ}, | ||
217 | {"REGAL", "CDC-4X", NULL, BLIST_MAX5LUN | BLIST_SINGLELUN}, | 218 | {"REGAL", "CDC-4X", NULL, BLIST_MAX5LUN | BLIST_SINGLELUN}, |
218 | {"SanDisk", "ImageMate CF-SD1", NULL, BLIST_FORCELUN}, | 219 | {"SanDisk", "ImageMate CF-SD1", NULL, BLIST_FORCELUN}, |
219 | {"SEAGATE", "ST34555N", "0930", BLIST_NOTQ}, /* Chokes on tagged INQUIRY */ | 220 | {"SEAGATE", "ST34555N", "0930", BLIST_NOTQ}, /* Chokes on tagged INQUIRY */ |