1. 07 Mar, 2005 2 commits
    • Kenn Humborg's avatar
      [PATCH] NCR5380 delayed work fix and locking fix · 5a550acd
      Kenn Humborg authored
      Changes to the NCR5380 driver between 2.6.9 and 2.6.10 replaced the
      driver's home-grown delayed work implementation with a call to
      schedule_delayed_work().  However, the delay argument was not passed
      correctly, so the work was usually scheduled for _way_ too far in
      the future.  This patch fixes this.
      
      NCR5380_print_status() is called from NCR5380_abort() and from
      NCR5380_bus_reset().  In at least the abort() case, the host lock
      has already been acquired by scsi_error.c:scsi_try_to_abort_command().
      NCR5380_print_status() calls NCR5380_proc_info() which also acquires
      and releases the host lock.  This patch removes the call to
      NCR5380_proc_info() from NCR5380_print_status.
      
      Cosmetic: Remove duplicated lines of code from NCR5380_abort().
      Signed-off-by: default avatarKenn Humborg <kenn@linux.ie>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      5a550acd
    • Dave Jones's avatar
      [PATCH] blacklist microtek scanmaker III · 868f613b
      Dave Jones authored
      To try and escape the madness of adding a zillion USB card readers
      to the SCSI whitelist, I flipped the scan all lun's by default switch
      in the fedora kernel recently to see just what breaks, in the hope
      of moving from a whitelist solution to a blacklist.
      
      Here's the first (hopefully of not too many) devices that broke.
      (See https://bugzilla.redhat.com/beta/show_bug.cgi?id=149402 for more info)
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      868f613b
  2. 03 Mar, 2005 3 commits
  3. 22 Feb, 2005 10 commits
  4. 04 Feb, 2005 1 commit
  5. 03 Feb, 2005 24 commits