linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: Adrien Corbi?re <corbiere@iutc3.unicaen.fr>,
	James Bottomley <James.Bottomley@steeleye.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: Problem with 2.6 kernel and sym53c8xx driver
Date: Wed, 1 Mar 2006 12:04:46 -0700	[thread overview]
Message-ID: <20060301190446.GD1598@parisc-linux.org> (raw)
In-Reply-To: <4405EF0E.1090403@iutc3.unicaen.fr>

On Wed, Mar 01, 2006 at 07:59:26PM +0100, Adrien Corbi?re wrote:
> Matthew Wilcox a ?crit :
> 
> >This looks like a problem with the BROWNIE device, as I've found a
> >similar problem here:
> >http://lists.suse.com/archive/suse-amd64/2004-Mar/0069.html

> Thanks a lot! I've applyed the patch on kernel 2.6.15.4, and it works 
> very well ! The ouput of dmesg is :

My goodness.  Looks like when it gets a REPORT_LUNs, it just spews
complete crap onto the scsi bus ;-)

James, can we add this one to the blacklist?

Signed-off-by: Matthew Wilcox <matthew@wil.cx>

Index: ./drivers/scsi/scsi_devinfo.c
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/scsi/scsi_devinfo.c,v
retrieving revision 1.16
diff -u -p -r1.16 scsi_devinfo.c
--- ./drivers/scsi/scsi_devinfo.c	17 Jan 2006 14:51:49 -0000	1.16
+++ ./drivers/scsi/scsi_devinfo.c	1 Mar 2006 13:17:21 -0000
@@ -126,6 +126,7 @@ static struct {
 	{"ADAPTEC", "Adaptec 5400S", NULL, BLIST_FORCELUN},
 	{"AFT PRO", "-IX CF", "0.0>", BLIST_FORCELUN},
 	{"BELKIN", "USB 2 HS-CF", "1.95",  BLIST_FORCELUN | BLIST_INQUIRY_36},
+	{"BROWNIE", "1600U3P", NULL, BLIST_NOREPORTLUN},
 	{"CANON", "IPUBJD", NULL, BLIST_SPARSELUN},
 	{"CBOX3", "USB Storage-SMC", "300A", BLIST_FORCELUN | BLIST_INQUIRY_36},
 	{"CMD", "CRA-7280", NULL, BLIST_SPARSELUN},	/* CMD RAID Controller */

      reply	other threads:[~2006-03-01 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <440481D2.6030107@iutc3.unicaen.fr>
2006-03-01 13:20 ` Problem with 2.6 kernel and sym53c8xx driver Matthew Wilcox
2006-03-01 18:59   ` Adrien Corbière
2006-03-01 19:04     ` Matthew Wilcox [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060301190446.GD1598@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=James.Bottomley@steeleye.com \
    --cc=corbiere@iutc3.unicaen.fr \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).