[parisc-linux-cvs] linux deller

Helge Deller deller@gmx.de
Wed, 5 Jun 2002 21:44:13 +0200


--Boundary-00=_Nom/86kx40HB/P8
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline

On Wednesday 05 June 2002 21:34, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	linux
> Changes by:	deller	02/06/05 13:34:56
>
> Modified files:
> 	.              : Makefile
> 	drivers/scsi   : 53c700.h
>
> Log message:
> -2.4.18-pa35
> - reverted NCR_700_MAX_TAGS back to the original value of 16,
> I think the hangs I got on the 715/50 seems to have been fixed by the
> latest irq.c changes and were not related to a value of NCR_700_MAX_TAGS
> beeing 4 or 16.


--Boundary-00=_Nom/86kx40HB/P8
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="diff2"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="diff2"

Index: Makefile
===================================================================
RCS file: /var/cvs/linux/Makefile,v
retrieving revision 1.305
diff -u -p -r1.305 Makefile
--- Makefile	2002/06/04 16:09:48	1.305
+++ Makefile	2002/06/05 19:31:49
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 18
-EXTRAVERSION = -pa34
+EXTRAVERSION = -pa35
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 
Index: drivers/scsi/53c700.h
===================================================================
RCS file: /var/cvs/linux/drivers/scsi/53c700.h,v
retrieving revision 1.3
diff -u -p -r1.3 53c700.h
--- drivers/scsi/53c700.h	2002/04/15 23:58:12	1.3
+++ drivers/scsi/53c700.h	2002/06/05 19:31:51
@@ -29,7 +29,7 @@
 #define NCR_700_LUN_MASK		(NCR_700_MAX_LUNS - 1)
 /* Alter this with care: too many tags won't give the elevator a chance to
  * work; too few will cause the device to operate less efficiently */
-#define NCR_700_MAX_TAGS		4 /* 16 */
+#define NCR_700_MAX_TAGS		16
 /* magic byte identifying an internally generated REQUEST_SENSE command */
 #define NCR_700_INTERNAL_SENSE_MAGIC	0x42
 

--Boundary-00=_Nom/86kx40HB/P8--