Package: qla2x00-source
Version: 7.01.01-2
Severity: normal
Tags: patch

HP provide a patch to qla_fo.c which fixes a bug in the drivers failover
support.

The patch can bo obtained from HP at:
ftp://ftp.hp.com/pub/softlib/software4/COL9063/co-24300-1/contrfailure.patch

Here it is:

---8<---
--- old/qla_fo.c        2004-09-08 15:30:44.000000000 -0700
+++ qla_fo.c    2004-09-08 15:32:56.000000000 -0700
@@ -1751,7 +1751,8 @@
                                 * if we can't access port 
                                 */
                                if ((cp->sense_buffer[12] == 0x4 &&
-                                       cp->sense_buffer[13] == 0x0)) {
+                                       (cp->sense_buffer[13] == 0x0 ||
+                                       cp->sense_buffer[13] == 0x2))) {
                                        sp->err_id = SRB_ERR_DEVICE;
                                        return (TRUE);
                                }
---8<---


Alex Owen


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux falcon 2.4.27-686-smp-lvm-vfslock #1 SMP Mon Sep 27 10:07:09 BST 
2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages qla2x00-source depends on:
ii  debhelper                     4.0.2      helper programs for debian/rules
ii  make                          3.79.1-14  The GNU version of the "make" util



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to