summaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-0/+14
| | | | Makefiles.
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-231-3/+4
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-2/+2
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Merge with Linux 2.4.0-test6-pre3.Ralf Baechle2000-08-081-1/+1
|
* Merge with Linux 2.4.0-test6-pre1.Ralf Baechle2000-08-081-1/+13
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-7/+50
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-0/+19
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-0/+51
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-1/+1
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-0/+1
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Merge with Linux 2.3.22.Ralf Baechle2000-01-211-0/+54
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-2/+2
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-157/+45
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-1/+27
|
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-301-31/+20
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-071-16/+69
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-0/+158
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...