1. 02 May, 2003 4 commits
    • Christoph Hellwig's avatar
      [PATCH] remove scsi_device proc printing from drivers · f99dbcfa
      Christoph Hellwig authored
      A bunch of drivers contain loops over host->my_devices in their
      proc_info method just to printout info we already get from sysfs.
      Kill those, the ones that actually add additional information
      from their private data need to get sysfs attributes for the fist.
      
      BTW, does someone have opintions on reading of /proc/scsi/scsi?
      It's just a duplication of the sysfs tree so it should probably
      go away also.  OTOH there's a slightly higher chance on userland
      actually using this than for the LLDDs..
      f99dbcfa
    • Justin T. Gibbs's avatar
      [PATCH] fix aci7xxx locking problem · caddf53a
      Justin T. Gibbs authored
      > On Thu, May 01, 2003 at 04:28:12PM -0600, Justin T. Gibbs wrote:
      >> Folks,
      >>
      >> I've just uploaded version 1.3.8 of the aic79xx driver and version
      >> 6.2.33 of the aic7xxx driver.  Both are available for 2.4.X and
      >> 2.5.X kernels in either bk send format or as a tarball from here:
      >>
      >> http://people.FreeBSD.org/~gibbs/linux/SRC/
      >
      > Hi Justin,
      >
      > I've just tested it and I still have the deadlock on SMP. I also tried with
      > noapic, but it didn't change. I have reduced the TCQ from 253 to 32, and I
      > had the impression that it was more difficult to trigger, although I cannot
      > be certain. With 32, I could boot and go to about half the 'make -j 8 dep',
      > while it hanged during init script with 253. I may retest by the week-end, but
      > now I'm going to sleep. Now I'm back to 6.2.28 and everything's OK.
      
      Can you try with this patch?  It seems I forgot to pull part of a change
      from the aic79xx driver into the aic7xxx driver.  This could easily cause
      a lock order reversal. <sigh>
      caddf53a
    • James Bottomley's avatar
      Merge raven.il.steeleye.com:/home/jejb/BK/scsi-aic7xxx-2.5 · a3cd35fe
      James Bottomley authored
      into raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
      a3cd35fe
    • Paul Mackerras's avatar
      [PATCH] Update mesh.c and mac53c94.c drivers · 9cab3f14
      Paul Mackerras authored
      This patch updates the mesh and mac53c94 SCSI host bus adaptor
      drivers so that their interrupt routines return an irqreturn_t.
      
      Please apply.
      
      Thanks,
      Paul.
      9cab3f14
  2. 01 May, 2003 7 commits
  3. 30 Apr, 2003 20 commits
  4. 01 May, 2003 4 commits
  5. 30 Apr, 2003 5 commits