summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27/ip27-setup.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial attempt at seperating out per-cpu and per-hub code that needs toKanoj Sarcar2000-04-071-3/+5
| | | | be executed in a multicpu, multinode environment.
* Added pcibr_setup() routine to initialize some bridge registers differentLeo Dagum2000-03-301-1/+24
| | | | from what the prom gives us.
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-2/+1
|
* Discover the amount of memory present in other nodes. Get ready toKanoj Sarcar2000-02-051-2/+0
| | | | do numa style bootmem setup.
* Steal Irix procedures to set up multiple nodes.Kanoj Sarcar2000-02-041-0/+2
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-2/+2
|
* Merge with Linux 2.3.22.Ralf Baechle2000-01-211-0/+6
|
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-201-0/+18
| | | | | | | | | 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.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-0/+88
- 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.