1. 19 Jan, 2004 2 commits
    • Andrew Vasquez's avatar
      [PATCH] No LUNs detected with qla2xxx / qla2300 · 6ce612a6
      Andrew Vasquez authored
      The problem is during the removal of the failover and IOCTL code
      from the scsi-qla2xxx-2.6 tree, one critical piece of code
      (a one-liner) was inadvertently removed that effectively disables
      the drivers ability to bind fcports (devices found in the loop
      or fabric) to the SCSI nexus (h/b/t/l).
      6ce612a6
    • Jes Sorensen's avatar
      [PATCH] qla1280 update · 85c9dbd5
      Jes Sorensen authored
      I am attaching the latest patch for qla1280, which includes Andrew's and
      James' patches (modulo the 64 bit enable part) as well changes to make
      it handle pci_set_dma_mask() correctly and switch to only use one of the
      two SCSI command issuing versions depending on whether the driver is
      compiled for 64 or 32 bit DMA. The old code effectively did this anyway,
      but with this change it is no longer compiling in the part not used.
      85c9dbd5
  2. 17 Jan, 2004 5 commits
    • Mike Anderson's avatar
      [PATCH] scsi_eh_flush_done_q return status · f8c493c5
      Mike Anderson authored
      This patch fixes a bug in scsi_eh_flush_done_q when the allowed count has
      been exceeded and the command errored for a timeout. The bug is that the
      result will be left at zero and the command finished.
      
       patched-scsi-misc-2.7-andmike/drivers/scsi/scsi_error.c |   28 +++++++---------
       1 files changed, 13 insertions(+), 15 deletions(-)
      f8c493c5
    • Martin Hicks's avatar
      [PATCH] Fix error path when adding sysfs attributes · 5f85fc98
      Martin Hicks authored
      Stop adding sysfs attributes after we call scsi_remove_device()
      when we encounter an error.  Also a small whitespace cleanup
      and removing a useless "return".
      5f85fc98
    • Eric Dean Moore's avatar
      [PATCH] MPT Fusion x86-64 boot fix · a6206b72
      Eric Dean Moore authored
      a6206b72
    • James Bottomley's avatar
      aha152x PCMCIA fix · cfa9494e
      James Bottomley authored
      From: Thomas Schlichter <thomas.schlichter@web.de>
      
      the attached patch fixes a link error of the kernel module 'drivers/scsi/
      pcmcia/aha152x_cs.ko' because of two module_init() and two module_exit() 
      functions. Now the module links but I did not test it further...
      cfa9494e
    • Andrew Morton's avatar
      [PATCH] fix qla2xxx build for older gcc's · 48acea24
      Andrew Morton authored
      drivers/scsi/qla2xxx/qla_def.h:1139: warning: unnamed struct/union that defines no instances
      drivers/scsi/qla2xxx/qla_iocb.c:440: union has no member named `standard'
      
      Older gcc's don't understand anonymous unions.
      48acea24
  3. 15 Jan, 2004 15 commits
  4. 14 Jan, 2004 18 commits