summaryrefslogtreecommitdiffstats
path: root/arch/mips64/defconfig-ip27
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051-1/+20
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-16/+17
|
* Turn on SCSI, Qlogic, Qlogic A64 and mips32 support to get as farKanoj Sarcar2000-01-311-2/+68
| | | | as possible with root disk boots.
* Merge with 2.3.27.Ralf Baechle2000-01-291-0/+1
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-0/+11
|
* Update.Ralf Baechle2000-01-271-4/+2
|
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-201-0/+2
| | | | | | | | | Unlike the IRIX functions they only have one instruction overhead per access, don't involve subroutine calls or any spinlocks, so are implicitly threadsafe. Add PCI infrastructure for SN0 + the necessary fixups for IOC3 brokeness.
* Disable 32-bit compatibility for now until I actually checkin the codeRalf Baechle2000-01-191-4/+2
| | | | into CVS.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-0/+285
- IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.