An error occurred fetching the project authors.
  1. 05 Feb, 2004 1 commit
  2. 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
  3. 14 Jun, 2003 1 commit
  4. 25 May, 2003 1 commit
    • Geert Uytterhoeven's avatar
      [PATCH] IDE iops clean ups · eb50c84f
      Geert Uytterhoeven authored
      IDE I/O operations clean ups:
        - Kill warning about void return type not being ignored
        - Fix comment: Q40/Q60 also has a byte-swapped IDE interface
      eb50c84f
  5. 30 Apr, 2003 1 commit
  6. 27 Mar, 2003 1 commit
  7. 23 Mar, 2003 1 commit
    • Alan Cox's avatar
      [PATCH] Fix IDE disable_irq() deadlock · 901a68b0
      Alan Cox authored
      This fixes one of the long standing IDE hangs on SMP. If you
      get an error we disable the IRQ, unfortunately we may be in
      the IRQ handler
      
      This change gets us back working but does introduce a small
      potential race I need to investigate further and fix up in
      a nicer fashion.
      
      IDE should do error handling in a seperate context (as SCSI
      does) but not for 2.6.
      901a68b0
  8. 22 Mar, 2003 1 commit
  9. 21 Mar, 2003 4 commits
  10. 06 Mar, 2003 1 commit
  11. 18 Feb, 2003 3 commits
  12. 25 Nov, 2002 1 commit
  13. 07 Oct, 2002 1 commit
    • Jens Axboe's avatar
      [PATCH] ide io port types · 2d0dbb4b
      Jens Axboe authored
      IDE uses u32 as being an io port, which is wrong. We even have an arch
      type for this, ide_ioreg_t. Use that.
      
      Also fix a bad printk() in ide-disk, introduced with the swsusp stuff.
      2d0dbb4b
  14. 04 Oct, 2002 1 commit
    • Jens Axboe's avatar
      [PATCH] remove _P/_p delaying iops · 20ddfc00
      Jens Axboe authored
      Lets kill these off for good.
      
      o Remove OUT_BYTE/IN_BYTE and variants. We defaulted to the fast ones
        even before
      
      o Add read barrier for ppc, it needs it
      20ddfc00
  15. 11 Sep, 2002 1 commit