1. 29 4月, 2008 2 次提交
    • B
      ide: merge ->atapi_*put_bytes and ->ata_*put_data methods · 9567b349
      Bartlomiej Zolnierkiewicz 提交于
      * Merge ->atapi_{in,out}put_bytes and ->ata_{in,out}put_data methods
        into new ->{in,out}put_data methods which take number of bytes to
        transfer as an argument and always do padding.
      
      While at it:
      
      * Use 'hwif' or 'drive->hwif' instead of 'HWIF(drive)'.
      
      There should be no functional changes caused by this patch (all users
      of ->ata_{in,out}put_data methods were using multiply-of-4 word counts).
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      9567b349
    • B
      falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) · 92d3ab27
      Bartlomiej Zolnierkiewicz 提交于
      * Add ->atapi_{in,out}put_bytes and ->ata_{in,out}put_data methods to
        falconide and q40ide host drivers (->ata_* methods are implemented on
        top of ->atapi_* methods so they also do byte-swapping now).
      
      * Cleanup atapi_{in,out}put_bytes().
      
      v2:
      * Add 'struct request *rq' argument to ->ata_{in,out}put_data methods
        and don't byte-swap disk fs requests (we shouldn't un-swap fs requests
        because fs itself is stored byte-swapped on the disk) - this is how
        things were done before the patch (ideally device mapper should be
        used instead but it would break existing setups and would have some
        performance impact).
      
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Michael Schmitz <schmitz@debian.org>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Richard Zidlicky <rz@linux-m68k.org>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      92d3ab27
  2. 27 4月, 2008 20 次提交
  3. 26 4月, 2008 2 次提交
  4. 18 4月, 2008 9 次提交
  5. 30 3月, 2008 1 次提交
  6. 27 2月, 2008 1 次提交
  7. 11 2月, 2008 2 次提交
  8. 07 2月, 2008 1 次提交
  9. 06 2月, 2008 1 次提交
  10. 03 2月, 2008 1 次提交