1. 21 Mar, 2004 3 commits
    • James Bottomley's avatar
      [PATCH] More domain validation fixes and additions · cd06e33f
      James Bottomley authored
      Following testing in more extreme situations, the following problems
      turned up:
      
      - The error handler can offline the device during DV (most particularly
      true when transport parameters are undetectably mismatched).  Fixed by
      modifying the state model to allow this and then having DV set the
      device back online for the retry.
      
      - DV needs to be serialised.  Fixed by introducing a per device
      semaphore.
      
      - Cosmetically, it's nice to trigger DV from userland, so added a
      revalidate sysfs entry.
      cd06e33f
    • James Bottomley's avatar
      Merge mulgrave.(none):/home/jejb/BK/scsi-for-linus-2.6 · 1606be01
      James Bottomley authored
      into mulgrave.(none):/home/jejb/BK/scsi-misc-2.6
      1606be01
    • Andi Kleen's avatar
      [PATCH] Hack mptfusion to work on >4GB machines · 4ad1e20a
      Andi Kleen authored
      fusion needs several separately allocated coherent regions and
      requires that they all be in the same 4GB segment.  Obviously this may
      fail.  The hack is to force the coherent_dma_mask to 0xffffffff thus
      ensuring that all the allocations occur within the first 4GB.  This
      hack breaks Altix entirely.
      4ad1e20a
  2. 20 Mar, 2004 4 commits
  3. 19 Mar, 2004 33 commits