mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix against sym53c8xx v.2
@ 2003-10-24 19:50 Alex Tomas
  0 siblings, 0 replies; only message in thread
From: Alex Tomas @ 2003-10-24 19:50 UTC (permalink / raw)
  To: linux-kernel

[-- 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-24 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-24 19:50 [PATCH] fix against sym53c8xx v.2 Alex Tomas

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