1. 04 May, 2004 4 commits
    • Andrew Morton's avatar
      [PATCH] aic7xxx deadlock fix · c817fa04
      Andrew Morton authored
      We cannot call del_timer_sync() from within that timer's handler function!
      c817fa04
    • Jeremy Higdon's avatar
      [PATCH] minor changes to qla1280 driver · c891f36a
      Jeremy Higdon authored
      On one of our big machines we found a problem with posted writes while
      running AIM.
      
      Two writes of the Request Queue In pointer went out of order, making
      the chip think that it had a queue wrap.
      
      I took advantage of this opportunity to add relaxed reads, which helps
      the Altix.  It should not affect other arches.  All reads are relaxed
      except for the read of the Semaphore register.
      c891f36a
    • Alan Stern's avatar
      [PATCH] PATCH: (as255) Handle Unit Attention during INQUIRY better · c4cb6402
      Alan Stern authored
      Some buggy USB storage devices can return Unit Attention status for
      INQUIRY commands.  The current code in scsi_scan.c checks for ASC = 0x28 =
      Not ready to ready transition, but these devices can also return ASC =
      0x29 = Power-on or reset occurred.  In addition, the code doesn't retry
      the INQUIRY when these codes are received.
      c4cb6402
    • Bob Tracy's avatar
      [PATCH] sym53c500_cs PCMCIA SCSI driver (round 5) · 4e629872
      Bob Tracy authored
      Fifth attempt at a PCMCIA SCSI driver for the Symbios 53c500
      controller.  This version has all the cleanup Christoph has requested
      to date, including removal of support for the obsolete (in 2.6)
      proc_info functionality.
      
      Support for additional sysfs class device attributes has been added:
      two are read-only (irq, ioport), one is read-write (fast_pio).  The
      read-write attribute is a per-instance flag indicating the PIO speed
      of the particular HBA: valid values are 1 (enabled -- default) and 0
      (disabled).
      4e629872
  2. 30 Apr, 2004 1 commit
  3. 28 Apr, 2004 1 commit
  4. 26 Apr, 2004 1 commit
  5. 25 Apr, 2004 12 commits
  6. 22 Apr, 2004 21 commits