1. 06 Jan, 2004 2 commits
  2. 07 Jan, 2004 1 commit
  3. 06 Jan, 2004 7 commits
  4. 05 Jan, 2004 22 commits
  5. 04 Jan, 2004 7 commits
  6. 03 Jan, 2004 1 commit
    • Linus Torvalds's avatar
      Fix IDE "PIO WRITE wait for ready" test under extreme interrupt load. · 11f96351
      Linus Torvalds authored
      From Daniel Tram Lux: under extreme irq load on an underpowered CPU,
      the timeout loop may not make any progress, and decide that a timeout
      occurred before it has actually tested the status register.
      
      The minimal fix for now is to just have a final test _after_ the timeout
      to remove the problem. The real fix would likely be to not have irqs
      enabled between reading the status and the timeout. 
      11f96351