1. 02 Aug, 2003 2 commits
    • 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 35 commits