Re: Problem with 2.4.14prex and qlogicfc

From: David S. Miller (davem@redhat.com)
Date: Thu Oct 18 2001 - 07:25:10 EST


Please try this patch:

--- linux/drivers/scsi/qlogicfc.h.~1~ Tue Nov 28 08:33:08 2000
+++ linux/drivers/scsi/qlogicfc.h Thu Oct 18 05:22:52 2001
@@ -62,13 +62,8 @@
  * determined for each queue request anew.
  */
 
-#if BITS_PER_LONG > 32
 #define DATASEGS_PER_COMMAND 2
 #define DATASEGS_PER_CONT 5
-#else
-#define DATASEGS_PER_COMMAND 3
-#define DATASEGS_PER_CONT 7
-#endif
 
 #define QLOGICFC_REQ_QUEUE_LEN 127 /* must be power of two - 1 */
 #define QLOGICFC_MAX_SG(ql) (DATASEGS_PER_COMMAND + (((ql) > 0) ? DATASEGS_PER_CONT*((ql) - 1) : 0))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 23 2001 - 21:00:19 EST