1. 02 Aug, 2003 8 commits
    • James Bottomley's avatar
      8809148d
    • James Bottomley's avatar
      SCSI: Introduce dma_boundary parameter · 65a803ab
      James Bottomley authored
      From: Jens Axboe <axboe@suse.de>
      
      The block layer includes the ability to avoid merging if the merged
      segment would cross a particular boundary (by default, this boundary
      is set to 4GB which is the PCI DAC requirement).
      
      This patch makes the boundary tunable in SCSI for drivers that need
      different ones (usually because of card constraints)
      65a803ab
    • James Bottomley's avatar
      Kill highmem_io flag in SCSI · e15d50b3
      James Bottomley authored
      From: Jens Axboe <axboe@suse.de>
      
      Since conversion to the DMA API is a requirement in 2.6, the
      highmem_io flag (which told 2.4 that a driver had been converted)
      is unnecessary. Get rid of it
      e15d50b3
    • James Bottomley's avatar
      cciss scsi: fix use before check of possible null pointer · 430df033
      James Bottomley authored
      From: Joilnen Leite <knl_joi@yahoo.com.br>
      430df033
    • Ali Akcaagac's avatar
      [PATCH] SCSI dc395x compile problem · 1fb666d2
      Ali Akcaagac authored
      I'm besides 2 others one of the Maintainers of the SCSI DC395x SCSI
      driver and I found a little 1 char problem during the merge from the AC
      tree to the official BK tree which causes a compile issue.
      
      Here is a little fix for the 2.6.0-test2-bk1 that allows compiling
      correctly. I would be thankful if this patch can be included in an
      upcoming bk2 or test3 release.
      1fb666d2
    • Christoph Hellwig's avatar
      [PATCH] AHA152x driver hangs on PCMCIA · 2c843d48
      Christoph Hellwig authored
      On Mon, Jul 21, 2003 at 08:11:37AM -0600, Bhavesh P. Davda wrote:
      > David Hinds approves of this patch (Thanks, Dave!). Please apply to 2.4.22
      
      And here's a 2.6 version.
      2c843d48
    • Mike Christie's avatar
      [PATCH] fixes compile errors in cpqfc driver · cbb2050f
      Mike Christie authored
      The attached path fixes the compile errors in the cpqfc driver caused by
      changes in scsi_cmnd. And, per Christoph and James's comments
      http://marc.theaimsgroup.com/?l=linux-scsi&m=105099392420649&w=2 I have
      removed the scsi_cmnd stack usage.
      
      I do not have the hardware, so I have only verified that it compiles.
      
      
      cpqfcTSinit.c    |   35 +++++++++++++++++++++---------
      cpqfcTSstructs.h |    1
      cpqfcTSworker.c  |   63
      +++++++++++++++++++++++++++++++------------------------
      3 files changed, 61 insertions(+), 38 deletions(-)
      cbb2050f
    • Christoph Hellwig's avatar
      [PATCH] scsi_remove_device simplifications · 7a173f0f
      Christoph Hellwig authored
       - change return value to void, returning errors from unregister
         doesn't make lots of sense
       - rename scsi_device_unregister to scsi_remove_device to kill
         a superflous level of layering
      7a173f0f
  2. 27 Jul, 2003 3 commits
  3. 26 Jul, 2003 29 commits