summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* I'm pretty bored of writing this now since it's about the tenth time I'm doingUlf Carlsson1999-01-272-74/+103
| | | | | | | | | | it, but ok: I have fixed some bugs. The driver should now also make sure the indirect registers work as they are supposed to. If this is ok should the next step be the DMA. There are about +1000 bugs in that part of the code.
* added some symbolsUlf Carlsson1999-01-271-1/+8
|
* Fixing up newport graphics include files.Alex deVries1999-01-272-13/+585
| | | | - Alex
* Simple change so that HAL detects properly.Alex deVries1999-01-271-8/+7
|
* Ulf's HAL driver.Alex deVries1999-01-2712-11/+1767
| | | | - Alex
* updated debugging code, still some really weird inode stuffMike Shaver1999-01-224-46/+60
|
* EFS mark II. Incomplete, but much cleaner.Mike Shaver1999-01-187-1037/+759
|
* First round of commits for support for DECstations and Bagets.Ralf Baechle1999-01-1735-0/+7421
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041230-45366/+108613
| | | | (Did I mention that CVS is buggy ...)
* Merge with Linux 2.1.131 plus some more MIPS goodies.Ralf Baechle1999-01-03146-4666/+10807
|
* The Oops messages are now much improved, you may run them through ksymoopsUlf Carlsson1998-10-311-48/+73
| | | | | | now. Let's hope I don't break anything :) - Ulf
* Remove confusing ``+'' which Linus didn't like ...Ralf Baechle1998-10-211-1/+1
|
* fixed old bug uncovered by recently changesThomas Bogendoerfer1998-10-181-2/+2
|
* splitted up sonic to make code reusable for other architecturesThomas Bogendoerfer1998-10-184-314/+342
|
* added prototype for prom_identify_archThomas Bogendoerfer1998-10-181-4/+4
| | | | removed prototype for prom_setup_archtags
* architecure is now identified in arc/identify.cThomas Bogendoerfer1998-10-181-40/+1
|
* prom support has been moved to arc/arclib.aThomas Bogendoerfer1998-10-1813-727/+0
|
* removed tagsThomas Bogendoerfer1998-10-181-69/+0
|
* sgi/prom/promlib.a is now arc/arclib.aThomas Bogendoerfer1998-10-181-7/+9
| | | | added arclib to rm200 and jazz
* moved sgi/prom and made it a little bit more generic for ARC like firmwaresThomas Bogendoerfer1998-10-1814-0/+810
|
* removed wired mappingsThomas Bogendoerfer1998-10-181-231/+4
| | | | removed tags
* removed tagsThomas Bogendoerfer1998-10-184-229/+6
|
* made floppy on jazz plattforms working againThomas Bogendoerfer1998-10-181-28/+5
| | | | removed tags
* made timer irq remappableThomas Bogendoerfer1998-10-181-4/+4
|
* made floppy on jazz plattforms working againThomas Bogendoerfer1998-10-182-6/+7
|
* remapped all local interrupts to get them out of the way of (E)ISA interruptsThomas Bogendoerfer1998-10-181-10/+14
| | | | (floppy irq is still at IRQ 6 and needs a better solution)
* o Make it work on CPUs with 128 byte cachelines.Ralf Baechle1998-10-147-332/+422
| | | | | | | | | o Implement handlers for VCEI / VCED exceptions. Install them only on SC / MC versions of the R4000 and R4400 which saves us four instructions per exception on other CPUs. o Print the number of VCED / VCEI exceptions in /proc/cpuinfo, iff available. o Many performance fixes for the SC / MC versions of R4000 and R4400.
* reversed mapping of serial console, because of change in sgiserial.cThomas Bogendoerfer1998-10-021-2/+2
|
* untwisted serial ports. now ttyS0 is serial 1 and ttyS1 is serial 2Thomas Bogendoerfer1998-10-021-20/+15
|
* map prom console settings. d1 -> ttyS1 and d2 -> ttyS0Thomas Bogendoerfer1998-09-261-13/+4
|
* made serial console working and compatible to pc version (console=ttyS1 worksThomas Bogendoerfer1998-09-261-86/+233
| | | | | now). Attention: The serial ports on the Indy are reversed, serial 1 is ttyS1 and serial 2 is ttyS0
* increased keaboard timeout to the old value, which makes my Indy happy again.Thomas Bogendoerfer1998-09-261-1/+1
|
* fixed race in vdma_alloc(), when called from interrupt contextThomas Bogendoerfer1998-09-201-1/+6
|
* move #include <kbd_ll.h> to the right fileThomas Bogendoerfer1998-09-202-3/+3
|
* made rtc working for Jazz machinesThomas Bogendoerfer1998-09-201-0/+3
|
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-19840-17869/+31608
| | | | - Bugfixes.
* fixed scatterlist handlingThomas Bogendoerfer1998-09-161-10/+10
|
* version from Linus treeThomas Bogendoerfer1998-09-162-1720/+1822
|
* one CONFIG_SCSI_SGIWD93 is enoughThomas Bogendoerfer1998-09-161-8/+0
|
* restored DaveM's playground; we are using NCR53C9x.c for our game.Thomas Bogendoerfer1998-09-162-580/+967
|
* fix for Eleectric Fence; mprotect(PROT_NONE) on a already read/write mappedThomas Bogendoerfer1998-09-161-2/+2
| | | | region didn't work
* Add missing break. Fix from Ulf Carlsson.Ralf Baechle1998-09-041-1/+2
|
* fixed bmove, when moving stuff to the right (insert a character)Thomas Bogendoerfer1998-09-011-10/+8
| | | | disabled scrollback, because it doesn't work without off-screen memory
* switched to fbcon for Magnum4000/Oli M700Thomas Bogendoerfer1998-08-281-2/+2
|
* added profiling again.Thomas Bogendoerfer1998-08-281-1/+20
|
* dump core on SIGBUS, tooThomas Bogendoerfer1998-08-281-1/+2
|
* switched from fbcon to dummy_conThomas Bogendoerfer1998-08-281-2/+2
|
* fixed MAP_NR() second try:-(Thomas Bogendoerfer1998-08-282-5/+4
|
* this is the MIPS release (and not m68k)Thomas Bogendoerfer1998-08-281-2/+2
|
* serial console fixes, again:-(Thomas Bogendoerfer1998-08-281-22/+44
|