From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: [PATCH 11/21] Add QUANTUM XP34301 to the blacklist Date: Thu, 26 Jul 2007 13:22:47 -0400 Message-ID: <1185470577919-git-send-email-matthew@wil.cx> Return-path: Received: from mail.tor.primus.ca ([216.254.136.21]:48424 "EHLO mail-01.primus.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758294AbXGZSLn (ORCPT ); Thu, 26 Jul 2007 14:11:43 -0400 In-Reply-To: 20070726171141.GE19275@parisc-linux.org References: 20070726171141.GE19275@parisc-linux.org In-Reply-To: <20070726171141.GE19275@parisc-linux.org> References: <20070726171141.GE19275@parisc-linux.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org Cc: Matthew Wilcox According to the AdvanSys driver, this device has a problem with tagged queueing. Signed-off-by: Matthew Wilcox --- 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 19c44f0..59ef965 100644 --- a/drivers/scsi/scsi_devinfo.c +++ b/drivers/scsi/scsi_devinfo.c @@ -211,6 +211,7 @@ static struct { {"PIONEER", "CD-ROM DRM-604X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, {"PIONEER", "CD-ROM DRM-624X", NULL, BLIST_FORCELUN | BLIST_SINGLELUN}, {"Promise", "", NULL, BLIST_SPARSELUN}, + {"QUANTUM", "XP34301", "1071", BLIST_NOTQ}, {"REGAL", "CDC-4X", NULL, BLIST_MAX5LUN | BLIST_SINGLELUN}, {"SanDisk", "ImageMate CF-SD1", NULL, BLIST_FORCELUN}, {"SEAGATE", "ST34555N", "0930", BLIST_NOTQ}, /* Chokes on tagged INQUIRY */ -- 1.4.4.4