1. 07 11月, 2005 1 次提交
  2. 31 10月, 2005 2 次提交
  3. 30 10月, 2005 1 次提交
    • P
      Cleaned up AMD Au1200 IDE driver: · 26a940e2
      Pete Popov 提交于
      - converted to platform bus
      - removed pci dependencies
      - removed virt_to_phys/phys_to_virt calls
          
      System now can root off of a disk.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
      diff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README
      new file mode 100644
      26a940e2
  4. 29 10月, 2005 2 次提交
  5. 10 10月, 2005 1 次提交
    • B
      [PATCH] ide: Workaround PM problem · 867f8b4e
      Benjamin Herrenschmidt 提交于
      The logic in ide_do_request() doesn't guarantee that both drives will be
      serviced after a call.  It may "forget" to service one in some
      circumstances, including when one of the drive is suspended (it will
      eventually fail to service the slave when the master is suspended for
      example).  This prevents the wakeup requests that gets queued on wakeup
      from sleep from beeing serviced in some cases when 2 drives are sharing
      an IDE bus.
      
      The problem is deep enough in the way this code works (and there are
      probably a few other problematic but rare corner cases) and fixing it
      would require some major rethinking of the way IDE decides which channel
      to service.  This is not 2.6.14 material.  However, in the meantime,
      Bart has accepted this simple workaround that will fix the crash on
      wakeup from sleep since this specific corner case is actually hitting
      users to get into 2.6.14.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      867f8b4e
  6. 26 9月, 2005 1 次提交
  7. 19 9月, 2005 1 次提交
  8. 18 9月, 2005 1 次提交
  9. 13 9月, 2005 2 次提交
  10. 12 9月, 2005 1 次提交
  11. 11 9月, 2005 4 次提交
  12. 10 9月, 2005 1 次提交
  13. 05 9月, 2005 3 次提交
  14. 19 8月, 2005 5 次提交
  15. 10 8月, 2005 1 次提交
  16. 05 8月, 2005 1 次提交
  17. 02 8月, 2005 1 次提交
  18. 28 7月, 2005 5 次提交
  19. 13 7月, 2005 1 次提交
  20. 08 7月, 2005 2 次提交
  21. 07 7月, 2005 1 次提交
  22. 03 7月, 2005 2 次提交