From: "Roger Håkansson" <hson@ludd.luth.se>
To: Matthew Wilcox <matthew@wil.cx>
Cc: linux-scsi@vger.kernel.org
Subject: Re: sym53c8xx driver hangs
Date: Fri, 18 Feb 2005 18:05:22 +0100 [thread overview]
Message-ID: <42162052.9030304@ludd.luth.se> (raw)
In-Reply-To: <20050218121556.GY29917@parcelfarce.linux.theplanet.co.uk>
[-- Attachment #1: Type: text/plain, Size: 614 bytes --]
Matthew Wilcox wrote:
> Oh. I think I'm confused as to which version of sym2 is in which version
> of Linus' tree. The same line in my development tree reads:
>
> if ((goal->options & PPR_OPT_MASK) || (goal->period < 0xa)) {
>
> Does it still work if you use that? The problem with Frage Schnell's
> patch is that it won't try to negotiate U160 speeds; it'll be capped
> at U80.
>
Well, I guess that part of the driver is rewritten a bit, I get a
compile error if I put that in ;)
But yes, it works if I put in:
if ((tp->tinfo.goal.options & PPR_OPT_MASK) ||
(tp->tinfo.goal.period < 0xa)) {
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 2839 bytes --]
next prev parent reply other threads:[~2005-02-18 17:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-17 15:51 sym53c8xx driver hangs Roger Håkansson
2005-02-18 5:19 ` Matthew Wilcox
2005-02-18 10:05 ` Roger Håkansson
2005-02-18 12:15 ` Matthew Wilcox
2005-02-18 17:05 ` Roger Håkansson [this message]
2005-02-18 19:25 ` Matthew Wilcox
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=42162052.9030304@ludd.luth.se \
--to=hson@ludd.luth.se \
--cc=linux-scsi@vger.kernel.org \
--cc=matthew@wil.cx \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.