RE: [ANNOUNCE] QLogic qla2xxx driver update available (v8.00.00b7).

From: Andrew Vasquez
Date: Fri Dec 05 2003 - 20:16:28 EST


On Friday, December 05, 2003 12:53 PM, Andrew Vasquez wrote:
> All,
>
> A new version of the 8.x series driver for Linux 2.6.x kernels has
> been uploaded to SourceForge:
>
> http://sourceforge.net/projects/linux-qla2xxx/
>

False start. I've uploaded 8.00.00b8 to the SF site. This driver
instructs the mid-layer to perform its initial scan with
scsi_scan_host(). During testing, I disable the scan. Sorry for
the confusion.

BTW: a simple patch to fix the problem against b7 follows.
Please dismiss 8.00.00b7 (I've since removed it from the SF site).

Regards,
Andrew Vasquez


diff -Nurd 80000b7/qla_os.c 80000b7-scan/qla_os.c
--- 80000b7/qla_os.c 2003-12-05 10:39:58.000000000 -0800
+++ 80000b7-scan/qla_os.c 2003-12-05 16:40:21.855654968 -0800
@@ -72,7 +72,7 @@

int ql2xsuspendcount = SUSPEND_COUNT;

-int ql2xdoinitscan = 0;
+int ql2xdoinitscan = 1;

int qla2x00_retryq_dmp;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/