An error occurred fetching the project authors.
  1. 29 May, 2004 3 commits
  2. 22 May, 2004 1 commit
    • Guennadi Liakhovetski's avatar
      [PATCH] tmscsim: trivial updates · 6d388419
      Guennadi Liakhovetski authored
      Here comes the next (trivial) patch. I just want to get it out of the way
      to make the next (scary) patch smaller and simpler. This one doesn't
      modify the object code either. Actually, well, it does - it makes a few
      objects, that were previously declared extern static. And removes a couple
      more defines.
      6d388419
  3. 21 May, 2004 1 commit
    • Guennadi Liakhovetski's avatar
      [PATCH] tmscsim: 64-bit cleanup · 65ccf7f1
      Guennadi Liakhovetski authored
      Ok, here comes the first one. I chose this one because it fixes an actual
      bug in the driver. This bug was (partially) introduced by myself when
      porting to 2.6. Partly the reason was that I disliked using
      function-like macros as lvalues:
      
      sg_dma_address(x) = ...
      sg_dma_len(x) = ...
      
      [OT] wouldn't it be better to introduce some macros like
      set_sg_dma_{address|len}(x, y)?
      
      A part of the original patch has already been merged (s/UINT/ULONG/), so,
      the actual version is re-diffed against 2.6.6-bk6 and re-tested (on a
      plain Pentium).
      
      Also updates the driver-version, printed on startup.
      65ccf7f1
  4. 19 Dec, 2003 1 commit
  5. 19 May, 2003 1 commit
  6. 05 May, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] move all host templates into .c files · f6842023
      Christoph Hellwig authored
      Oookay - I really got upset by that tmeplates in headers crap when
      grepping for certain methods.  The patch below moves all templates
      from the headers into the actual implementation files and removes
      the ifdef mess for unmaintained drivers - for maintained support
      gazillion kernel releases drivers like gdth I've kept them.
      
      This means a driver works fine without any problems for all modular
      builds and builtin kernel >= 2.4.0.  If you want certain drivers
      to work with 2.0/2.2 statyic builds too I can hack something up for
      you, but I'd prefer not supporting stuff like that anymore.
      
      Tested by compiling all drivers with make -k and not getting more
      warnings than before :)
      f6842023
  7. 15 Dec, 2002 1 commit
  8. 25 Oct, 2002 1 commit
    • Christoph Hellwig's avatar
      [PATCH] sanitize ->bios_param prototype · 496a57cb
      Christoph Hellwig authored
      Currnetly the ->bios_param for host drivers exposes struct scsi_disk
      (aka Scsi_Disk or Disk) to each and every lowlevel driver, although
      this structure should be privated to the sd driver.
      
      All bios_param implementation do only use two fields:  .device and
      .capacity.  This patch passes down those two directly and gets
      rid of 99% of the sd.h inclusions (*).
      
      I've tried to not break any driver with this patch, but given the
      number of compiler errors in the current tree I might have missed
      one or two.
      
      (*) a bunch of drivers needed sd.h to get to scsi.h, I've fixed those.
      496a57cb
  9. 21 Jul, 2002 1 commit
  10. 05 Feb, 2002 2 commits