1. 10 8月, 2006 2 次提交
  2. 03 7月, 2006 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 27 6月, 2006 1 次提交
  5. 20 6月, 2006 1 次提交
    • T
      [PATCH] libata: convert several bmdma-style controllers to new EH, take #3 · d7a80dad
      Tejun Heo 提交于
      Convert sata_sis, svw, uli and vsc drivers to new EH.  All the drivers
      used to specify ATA_FLAG_SATA_RESET to tell libata to use SATA
      hardreset instead of SRST.  This patch makes all the converted drivers
      use the standard bmdma error handler which uses both SRST and SATA
      hardreset.
      
      All the controllers should be able to perform SRST but still needs
      verification.  If some of the controllers can't do SRST, it will be
      very easy to spot as it will show up during boot probing.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      d7a80dad
  6. 31 5月, 2006 1 次提交
  7. 24 5月, 2006 1 次提交
    • A
      [PATCH] PATCH: libata. Add ->data_xfer method · a6b2c5d4
      Alan Cox 提交于
      We need to pass the device in order to do per device checks such as
      32bit I/O enables. With the changes to include dev->ap we now don't have
      to add parameters however just clean them up. Also add data_xfer methods
      to the existing drivers except ata_piix (which is in the other block of
      patches). If you reject the piix one just add a data_xfer to it...
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      a6b2c5d4
  8. 12 4月, 2006 1 次提交
  9. 11 4月, 2006 1 次提交
  10. 03 4月, 2006 1 次提交
  11. 22 3月, 2006 2 次提交
  12. 13 2月, 2006 1 次提交
  13. 10 2月, 2006 1 次提交
  14. 17 1月, 2006 1 次提交
  15. 06 1月, 2006 1 次提交
  16. 17 11月, 2005 1 次提交
  17. 11 11月, 2005 1 次提交
  18. 10 11月, 2005 1 次提交
  19. 07 11月, 2005 1 次提交
  20. 31 10月, 2005 1 次提交
  21. 30 10月, 2005 1 次提交
    • J
      [libata] ensure ->tf_read() hook reads Status and Error registers · ac19bff2
      Jeff Garzik 提交于
      We want ->tf_read() to get a complete snapshot of all taskfile
      registers, without requiring the callers to manually call
      ata_chk_status() and ata_chk_err() themselves.
      
      This also fixes a minor bug in sata_vsc where the lower bits of the
      feature register were incorrectly placed in the HOB (high order bits)
      portion of struct ata_taskfile.
      ac19bff2
  22. 23 10月, 2005 1 次提交
  23. 30 8月, 2005 2 次提交
  24. 29 8月, 2005 1 次提交
    • J
      [libata] license change, other bits · af36d7f0
      Jeff Garzik 提交于
      - changes license of all code from OSL+GPL to plain ole GPL
        - except for NVIDIA, who hasn't yet responded about sata_nv
        - copyright holders were already contacted privately
      
      - adds info in each driver about where hardware/protocol docs may be
        obtained
      
      - where I have made major contributions, updated copyright dates
      af36d7f0
  25. 01 8月, 2005 1 次提交
  26. 09 6月, 2005 1 次提交
  27. 27 5月, 2005 1 次提交
    • J
      libata: Fix use-after-iounmap · aa8f0dc6
      Jeff Garzik 提交于
      Jens Axboe pointed out that the iounmap() call in libata was occurring
      too early, and some drivers (ahci, probably others) were using ioremap'd
      memory after it had been unmapped.
      
      The patch should address that problem by way of improving the libata
      driver API:
      
      * move ->host_stop() call after all ->port_stop() calls have occurred.
      
      * create default helper function ata_host_stop(), and move iounmap()
      call there.
      
      * add ->host_stop_prewalk() hook, use it in sata_qstor.c (hi Mark).
      sata_qstor appears to require the host-stop-before-port-stop ordering
      that existed prior to applying the attached patch.
      aa8f0dc6
  28. 26 5月, 2005 1 次提交
    • N
      [PATCH] sata_svw: Add support for new device IDs · 60bf09a3
      Narendra Sankar 提交于
      BCM5785 (HT1000) is a new southbridge from Serverworks/Broadcom that
      incorporates 4 SATA ports in a single PCIX function. Functionally these
      ports are similar to that in older devices like the Apple K2 and the
      Frodo4/8. This patch adds support for the new PCI device ID along with a
      blurb on what the various device IDs mean. Additionally in all devices
      based on this SATA controller, the SATA ports appear as a single PCI
      function. This is true for older Frodo8 devices as well. Hence the init
      function should init all the ports present in the detected controller
      (which could be 4 or 8).
      Signed-off-by: NNarendra Sankar <nsankar@broadcom.com>
      60bf09a3
  29. 13 5月, 2005 1 次提交
  30. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4