1. 29 Jun, 2003 2 commits
    • Kai Mäkisara's avatar
      [PATCH] scsi_ioctl_send_command fix · fa8ecc35
      Kai Mäkisara authored
      The SCSI_IOCTL_SEND_COMMAND ioctl does not work in 2.5.73-bk7. The
      following patch (possibly mangled by my mail client) does fix the problem
      (introduced in 2.5.73):
      fa8ecc35
    • James Bottomley's avatar
      Fix scsi device starvation handling · 67f3135d
      James Bottomley authored
      Doing some debugging after the SDET failure, I found that
      if we reject a command at zero depth, we can get into the
      infinite loop where we refuse a command to a LUN because it
      is starved, but there's no returning command to run the SCSI
      queues and fix the starvation.
      
      The solution is to accept the command and remove the LUN from
      the starved list.
      67f3135d
  2. 28 Jun, 2003 4 commits
  3. 27 Jun, 2003 2 commits
    • Anton Blanchard's avatar
      [PATCH] remove a bogus check in sym2 driver · 70426f72
      Anton Blanchard authored
      The sym2 driver has a check for a very broken bios where it seems
      devices appear twice. This test is broken on a machine with PCI domains
      since busnumber:devfn is not a unique identifier.
      
      When we move to the scsi hotplug interface all this code will go away
      but in the short term we need the following fix.
      70426f72
    • Mark Haverkamp's avatar
      [PATCH] Fix aacraid status returns · 3e0298a4
      Mark Haverkamp authored
      aacraid was using the old and erroneously unshifted status return
      codes.  Switch it to use the new SAM_STAT_ codes that don't need
      shifting.
      3e0298a4
  4. 26 Jun, 2003 9 commits
  5. 25 Jun, 2003 22 commits
  6. 26 Jun, 2003 1 commit