An error occurred fetching the project authors.
- 05 Feb, 2004 1 commit
-
-
Bartlomiej Zolnierkiewicz authored
Introduced in kernel 2.5.63 and never used.
-
- 03 Jan, 2004 1 commit
-
-
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.
-
- 14 Jun, 2003 1 commit
-
-
Bartlomiej Zolnierkiewicz authored
Patch by Benjamin Herrenschmidt, minor fixes by me.
-
- 25 May, 2003 1 commit
-
-
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
-
- 30 Apr, 2003 1 commit
-
-
Bartlomiej Zolnierkiewicz authored
- kill dups in ide.c and ide-disk.c - read_24() is exported so rename it to ide_read_24() - add it ide.h
-
- 27 Mar, 2003 1 commit
-
-
Alan Cox authored
-
- 23 Mar, 2003 1 commit
-
-
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.
-
- 22 Mar, 2003 1 commit
-
-
Alan Cox authored
-
- 21 Mar, 2003 4 commits
- 06 Mar, 2003 1 commit
-
-
Alan Cox authored
The outbsync one has further changes to come in the next batch to sort out some platforms like PPC
-
- 18 Feb, 2003 3 commits
- 25 Nov, 2002 1 commit
-
-
Alan Cox authored
-
- 07 Oct, 2002 1 commit
-
-
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.
-
- 04 Oct, 2002 1 commit
-
-
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
-
- 11 Sep, 2002 1 commit
-
-
Jens Axboe authored
-