1. 19 Jan, 2004 3 commits
    • James Bottomley's avatar
      Merge mulgrave.(none):/home/jejb/BK/scsi-misc-2.6 · 6c4b9b99
      James Bottomley authored
      into mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.6
      6c4b9b99
    • 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. 18 Jan, 2004 5 commits
  3. 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
  4. 16 Jan, 2004 2 commits
    • Bjorn Helgaas's avatar
      [SERIAL] make ACPI serial module unload work · aa66974b
      Bjorn Helgaas authored
      Patch from Bjorn Helgaas
      
      This patch makes ACPI serial ports work right when the serial driver
      is built as a module.  Previously, loading worked fine, but we
      didn't clean up on module removal.
      aa66974b
    • Bjorn Helgaas's avatar
      [SERIAL] make HCDP dependent on serial console · b6bb73e1
      Bjorn Helgaas authored
      Patch from Bjorn Helgaas
      
      I propose the following HCDP Kconfig patch.  It makes HCDP
      selectable only when serial console has been selected.  One
      desirable side effect is that both are then available only
      when statically compiled in (i.e., not built as a module).
      
      The HCDP support doesn't actually depend on IA64, but I left
      that in for now because nobody else implements support for it
      and I don't want people confused by a selectable option that
      doesn't do anything.  Maybe a "depends on EFI" or something
      will be useful eventually.
      b6bb73e1
  5. 15 Jan, 2004 23 commits
  6. 14 Jan, 2004 2 commits