1. 11 9月, 2006 1 次提交
  2. 24 8月, 2006 2 次提交
  3. 22 8月, 2006 1 次提交
    • T
      [PATCH] ata_piix: fix ghost device probing by honoring PCS present bits · f1a58eca
      Tejun Heo 提交于
      Move out PCS handling from piix_sata_prereset() into
      piix_sata_present_mask() and use it from newly implemented
      piix_sata_softreset().  Class codes for devices which are indicated to
      be absent by PCS are cleared to ATA_DEV_NONE.  This fixes ghost device
      problem reported on ICH6 and 7.
      
      This patch moves PCS handling from prereset to softreset, which makes
      two behavior changes.
      
      * perform softreset even when PCS indicates no device
      * PCS handling is repeated before retrying softresets due to reset
        failures.
      
      Both behavior changes are intended and more consistent with how other
      drivers behave.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      f1a58eca
  4. 09 8月, 2006 1 次提交
  5. 05 8月, 2006 1 次提交
  6. 16 7月, 2006 5 次提交
  7. 27 6月, 2006 1 次提交
  8. 31 5月, 2006 2 次提交
  9. 27 5月, 2006 1 次提交
  10. 24 5月, 2006 1 次提交
  11. 20 5月, 2006 1 次提交
  12. 15 5月, 2006 2 次提交
  13. 11 4月, 2006 1 次提交
  14. 03 4月, 2006 1 次提交
  15. 31 3月, 2006 1 次提交
  16. 24 3月, 2006 1 次提交
  17. 22 3月, 2006 1 次提交
  18. 05 3月, 2006 1 次提交
  19. 04 3月, 2006 4 次提交
  20. 20 2月, 2006 2 次提交
  21. 13 2月, 2006 2 次提交
  22. 10 2月, 2006 1 次提交
  23. 29 1月, 2006 2 次提交
  24. 27 1月, 2006 1 次提交
    • T
      [PATCH] ata_piix: fix MAP VALUE interpretation for for ICH6/7 · ff0fc146
      Tejun Heo 提交于
      Unlike their older siblings, ICH6 and 7 use different scheme for MAP
      VALUE.  This patch makes ata_piix interpret MV properly on ICH6/7.
      
      Pre-ICH6/7
      
       The value of these bits indicate the address range the SATA port
       responds to, and whether or not the SATA and IDE functions are
       combined.
      
       000 = Non-combined. P0 is primary master. P1 is secondary master.
       001 = Non-combined. P0 is secondary master. P1 is primary master.
       100 = Combined. P0 is primary master. P1 is primary slave. P-ATA is
             2:0 Map Value secondary.
       101 = Combined. P0 is primary slave. P1 is primary master. P-ATA is
             secondary.
       110 = Combined. P-ATA is primary. P0 is secondary master. P1 is
             secondary slave.
       111 = Combined. P-ATA is primary. P0 is secondary slave. P1 is
             secondary master.
      
      ICH6/7
      
       Map Value - R/W. Map Value (MV): The value in the bits below indicate
      the address range the SATA ports responds to, and whether or not the
      PATA and SATA functions are combined. When in combined mode, the AHCI
      memory space is not available and AHCI may not be used.
      
       00 = Non-combined. P0 is primary master, P2 is the primary slave. P1
            is secondary master, P3 is the 1:0 secondary slave (desktop
            only). P0 is primary master, P2 is the primary slave (mobile
            only).
       01 = Combined. IDE is primary. P1 is secondary master, P3 is the
            secondary slave. (desktop only)
       10 = Combined. P0 is primary master. P2 is primary slave. IDE is secondary
       11 = Reserved
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      
      --
      
      Jeff, without this patch, ata_piix misdetects my ICH7's combined mode,
      ending up not applying bridge limits to PX-710SA and configuring IDE
      drive on 40-c cable to UDMA/66.
      
      Thanks.
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      ff0fc146
  25. 18 1月, 2006 1 次提交
  26. 07 1月, 2006 1 次提交
    • J
      [PATCH] Suspend support for libata · 9b847548
      Jens Axboe 提交于
      This patch adds suspend patch to libata, and ata_piix in particular. For
      most low level drivers, they should just need to add the 4 hooks to
      work. As I can only test ata_piix, I didn't enable it for more
      though.
      
      Suspend support is the single most important feature on a notebook, and
      most new notebooks have sata drives. It's quite embarrassing that we
      _still_ do not support this. Right now, it's perfectly possible to
      suspend the drive in mid-transfer.
      Signed-off-by: NJens Axboe <axboe@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9b847548
  27. 06 1月, 2006 1 次提交