summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* Make it link.Ulf Carlsson1999-08-041-1/+2
|
* Make it compile.Ulf Carlsson1999-08-041-4/+4
|
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-267-58/+210
| | | | Indigo anyone? :-)
* Due to the MIPS calling sequence pread(2) / pwrite(2) effectivly areRalf Baechle1999-07-111-3/+3
| | | | | | | | getting called with 6 arguments from userland. This also means that _every_ damn fucking piece of software that attempts to do syscalls to these functions in the absence of glibc is borken, pciutils just being one example.
* Merge with Linux 2.3.9.Ralf Baechle1999-07-051-3/+2
|
* Dito for mainstream.Ralf Baechle1999-06-271-46/+48
|
* Merge, cleanup, typo fixes.Ralf Baechle1999-06-231-2/+2
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-222-12/+9
| | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ...
* changed #include from <asm/ide.h> to <linux/ide.h> to make it compile againThomas Bogendoerfer1999-06-221-2/+2
|
* Cleanup, sync with others sources.Ralf Baechle1999-06-211-1/+1
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-1715-90/+105
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-1311-60/+81
|
* o Disable board caches temporarily during romvec calls.Ulf Carlsson1999-06-122-2/+29
|
* *** empty log message ***Ulf Carlsson1999-06-121-3/+1
|
* o Moved remote GDB setup from indy_int.c to setup.c.Ulf Carlsson1999-06-122-37/+80
| | | | | o Fixed (rewrote) the remote GDB init code so that one may boot the debug kernel without the debug features. o Fixed some other stuff as well.
* You can't remote debug without a serial supportUlf Carlsson1999-06-121-2/+3
|
* I think I solved the cache index wrap around problems in a correct way now. TheyUlf Carlsson1999-05-121-2/+5
| | | | should not happen any more.
* o Silly SC caching bugUlf Carlsson1999-05-101-5/+5
|
* Andrew's Indigo patches seem to work just fine on my Indy, let's bring them intoUlf Carlsson1999-05-073-7/+19
| | | | the tree.
* o indy_sc_wipe corrupted the status registerUlf Carlsson1999-05-071-2/+3
|
* Um, that didn't look too good.Ulf Carlsson1999-05-071-1/+3
|
* *** empty log message ***Ulf Carlsson1999-05-071-0/+1
|
* A prom console for the Indigo II which yet doesn't work perfectly.Ulf Carlsson1999-05-073-3/+82
|
* Some minor bugfixesHarald Koerfgen1999-05-023-6/+18
|
* Spelling fixes from Alan Cox.Ralf Baechle1999-05-0116-37/+37
|
* Fixes from Alexander Viro.Ralf Baechle1999-05-011-40/+30
|
* Various changes to Makefiles and Config.in files to be able to make use of ↵Harald Koerfgen1999-05-014-18/+92
| | | | the new DECstation and Baget stuff :-)
* The CPO_STATUS interrupt mask patchHarald Koerfgen1999-05-011-2/+8
|
* renabled freeing of PROM memory, but this time the loaded program (ourThomas Bogendoerfer1999-04-141-4/+1
| | | | kernel) won't get freed
* Acessing emtpy TURBOchannel slots always causes a dbe exception, keep silent.Harald Koerfgen1999-04-122-5/+4
|
* o Exported en/disable_irqHarald Koerfgen1999-04-112-4/+6
| | | | | o fixed missing pseudo instruction in r6000_fpu.S o Bugfixes for string.h
* R3000 changes which don't affect common codeHarald Koerfgen1999-04-115-540/+819
|
* *** empty log message ***Harald Koerfgen1999-04-111-0/+24
|
* DECstation updatesHarald Koerfgen1999-04-116-49/+72
|
* Baget updatesHarald Koerfgen1999-04-115-27/+39
|
* o Fixed some problemsUlf Carlsson1999-04-111-3/+10
| | | | o Cleaned up the configuration scripts a bit
* o Smooth volume controlUlf Carlsson1999-04-102-15/+58
| | | | o Reads volume setting from PROM
* elf2ecoff works for DECstationsHarald Koerfgen1999-04-072-17/+79
|
* Oops, maybe I should remove the auto init too..Ulf Carlsson1999-04-051-11/+1
|
* You need this symbols in order to use ALSA.Ulf Carlsson1999-04-051-1/+4
|
* Set your volume after your preference with the front panel!Ulf Carlsson1999-04-041-3/+9
|
* exported dma_cache_wback_inv so that I can load hal2.o as a moduleUlf Carlsson1999-04-011-1/+2
|
* disabled freeing of prom memory, since all problems are sorted outThomas Bogendoerfer1999-03-181-1/+3
|
* added addinitrd, a utility to generate kernels combined with a initrd imageThomas Bogendoerfer1999-03-134-67/+181
|
* made initrd working for Linux/MIPSThomas Bogendoerfer1999-03-131-14/+16
|
* removed old crapThomas Bogendoerfer1999-03-091-12/+4
| | | | inew target vmlinux.ecoff instead of zImage
* added endian conversion code; it's now possible to convert a big endian elfThomas Bogendoerfer1999-03-091-1/+147
| | | | | binary to a big endian ecoff binary on a little endian machine. To produce a ecoff Indy kernel do a "make boot" and pick up arch/mips/boot/vmlinux.ecoff
* removed obsolete ps2 codeThomas Bogendoerfer1999-02-251-4/+1
|
* added missing fileThomas Bogendoerfer1999-02-251-2/+3
|
* adapted to new irq stuffThomas Bogendoerfer1999-02-251-45/+2
|