From: Alex Tomas <alex@clusterfs.com>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] fix against sym53c8xx v.2
Date: Fri, 24 Oct 2003 23:50:06 +0400 [thread overview]
Message-ID: <20031024235006.34e00c2e.alex@clusterfs.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
hi!
without following patch I couldn't get 160MB from my disk.
removed line restores previous clocking value (0 in my case).
so, driver thinks disk isn't DT-capable ...
with best regards, Alex
[-- Attachment #2: sym53c8xx2-160-fix.patch --]
[-- Type: application/octet-stream, Size: 509 bytes --]
Index: linux-2.6.0-test7/drivers/scsi/sym53c8xx_2/sym_misc.c
===================================================================
--- linux-2.6.0-test7.orig/drivers/scsi/sym53c8xx_2/sym_misc.c 2003-10-24 23:35:37.000000000 +0400
+++ linux-2.6.0-test7/drivers/scsi/sym53c8xx_2/sym_misc.c 2003-10-24 23:37:06.000000000 +0400
@@ -328,7 +328,6 @@
tp->inq_byte56 != inq_byte56) {
tp->inq_version = inq_version;
tp->inq_byte7 = inq_byte7;
- tp->inq_byte56 = inq_byte56;
return 1;
}
return 0;
reply other threads:[~2003-10-24 19:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20031024235006.34e00c2e.alex@clusterfs.com \
--to=alex@clusterfs.com \
--cc=linux-kernel@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
Powered by JetHome