03 Feb, 2008

1 commit


27 May, 2007

1 commit


27 Jan, 2007

1 commit

  • The included patch fixes the following issues:

    1. qla3xxx/qla4xxx co-existence issue which can result in a lockup
    when qla3xxx driver is unloaded, or when ifdown; ifup is performed on
    one of the interfaces correponding to qla3xxx. This is because qla4xxx
    HBA supports one ethernet and iscsi interfaces per port. Both iscsi
    and ethernet interfaces share the same state machine. The problem has
    to do with synchronizing access to the state machine in the event of a
    reset

    2. mutex_lock() is sometimes not followed by mutex_unlock() prior to
    invoking a msleep() in qla4xxx_mailbox_command()

    Signed-off-by: James Bottomley

    David C Somayajulu
     

23 Nov, 2006

1 commit

  • This patch provides the following:

    1. adds support for the next version of Qlogic's iSCSI HBA, qla4032
    (PCI Device ID 4032).

    2. removes dead code related to topcat chip and renames
    qla4010_soft_reset to qla4xxx_soft_reset (minor changes).

    Signed-off-by: David Somayajulu
    Signed-off-by: James Bottomley

    David C Somayajulu
     

05 Oct, 2006

1 commit