Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Memmap fixes from Maciej. | Ralf Baechle | 2000-12-11 | 1 | -9/+0 |
| | |||||
* | Hopefully squash the R5k bug ... | Ralf Baechle | 2000-09-01 | 1 | -0/+1 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre10. | Ralf Baechle | 2000-08-25 | 1 | -2/+2 |
| | |||||
* | let it compile again | Harald Koerfgen | 2000-08-08 | 1 | -1/+0 |
| | |||||
* | ARC console is not just for IP22. | Keith M Wesolowski | 2000-08-01 | 1 | -5/+7 |
| | | | | Timer dead code cleanup. | ||||
* | Fix a timer calibration bug. This should get rid of the delay loop hang. | Keith M Wesolowski | 2000-07-24 | 1 | -7/+8 |
| | |||||
* | Microsecond timers for Indy. From Keith Wesolowsky. | Ralf Baechle | 2000-07-09 | 1 | -2/+96 |
| | |||||
* | Move sgiserial initialization to a much better place | Florian Lohoff | 2000-05-19 | 1 | -1/+1 |
| | |||||
* | call rs_init to at least enable the serial ttys - Still no output | Florian Lohoff | 2000-04-06 | 1 | -0/+1 |
| | |||||
* | First fixes for SGI_PROM_CONSOLE - first commit - be nice :) | Florian Lohoff | 2000-04-06 | 1 | -5/+4 |
| | |||||
* | Fix another ARC lib user ... | Ralf Baechle | 2000-03-26 | 1 | -4/+4 |
| | |||||
* | Merge with Linux 2.3.23. The new bootmem stuff has broken various | Ralf Baechle | 2000-01-27 | 1 | -1/+10 |
| | | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. | ||||
* | Resurrect serial console. | Ralf Baechle | 1999-12-08 | 1 | -4/+4 |
| | |||||
* | Move various headers into a SGI specific subdirectory. These files | Ralf Baechle | 1999-10-21 | 1 | -5/+4 |
| | | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile. | ||||
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 1 | -3/+3 |
| | |||||
* | Look ma - a tank has hit the MIPS sources ... | Ralf Baechle | 1999-08-21 | 1 | -1/+13 |
| | |||||
* | o Moved remote GDB setup from indy_int.c to setup.c. | Ulf Carlsson | 1999-06-12 | 1 | -4/+49 |
| | | | | | 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. | ||||
* | A prom console for the Indigo II which yet doesn't work perfectly. | Ulf Carlsson | 1999-05-07 | 1 | -1/+4 |
| | |||||
* | o Smooth volume control | Ulf Carlsson | 1999-04-10 | 1 | -1/+4 |
| | | | | o Reads volume setting from PROM | ||||
* | Oops, maybe I should remove the auto init too.. | Ulf Carlsson | 1999-04-05 | 1 | -11/+1 |
| | |||||
* | added dummy console, when there is no newport configured | Thomas Bogendoerfer | 1999-02-11 | 1 | -1/+6 |
| | | | | added call to init_vino for non module vino version | ||||
* | Modularizing the Newport console driver. | Alex deVries | 1999-02-09 | 1 | -1/+3 |
| | | | | - Alex | ||||
* | Ulf's HAL driver. | Alex deVries | 1999-01-27 | 1 | -1/+11 |
| | | | | - Alex | ||||
* | Merge with Linux 2.1.131 and more MIPS goodies. | Ralf Baechle | 1999-01-04 | 1 | -18/+46 |
| | | | | (Did I mention that CVS is buggy ...) | ||||
* | reversed mapping of serial console, because of change in sgiserial.c | Thomas Bogendoerfer | 1998-10-02 | 1 | -2/+2 |
| | |||||
* | map prom console settings. d1 -> ttyS1 and d2 -> ttyS0 | Thomas Bogendoerfer | 1998-09-26 | 1 | -13/+4 |
| | |||||
* | - Merge with Linux 2.1.121. | Ralf Baechle | 1998-09-19 | 1 | -2/+5 |
| | | | | - Bugfixes. | ||||
* | o Merge with Linux 2.1.116. | Ralf Baechle | 1998-08-25 | 1 | -2/+13 |
| | | | | | o New Newport console code. o New G364 console code. | ||||
* | removed #include for vector.h, which doesn't exist anymore | Thomas Bogendoerfer | 1998-07-16 | 1 | -2/+1 |
| | |||||
* | o Support for the front panel on the Indy. The panel work now as a | Ralf Baechle | 1998-07-10 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | user would expect it to work, like under IRIX with the exception that the machine doesn't freeze solid as long as the button is pressed. o Realtime clock driver (CONFIG_SGI_DS1286) for the Indy. Includes /proc/rtc interface which tells you everything about your RTC which you never wanted to know. You have to configure this driver into your kernel or you won't be able to set your RTC. o Some cleanup of the RTC interfaces in Linux, RTC does no longer mean PC-style RTC. The userland interface definitions are now in <linux/rtc.h>. We still need some more cleanup until we can enable several RTC drivers. o Virtual aliasing fixes for ptrace(2). o Add ptrace(2) interface definitions needed to build GDB to <asm/ptrace.h>. o Revert to some older routines, the newer optimized ones are buggy. o On panic the Indy LED will be blinking fast crying to the admin passing by [music from Rocky Horror show] ``fix me, fix me, fix me''. o On panic the power button will only reboot the machine, not power it down. That's probably more what people want it to do. o Remove some old files. o Did I tell you that CVS is buggy? | ||||
* | o Merge with Linux 2.1.100. | Ralf Baechle | 1998-06-30 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | 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 Baechle | 1998-05-07 | 1 | -3/+14 |
| | | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz. | ||||
* | o Merge with Linux 2.1.91. | Ralf Baechle | 1998-04-05 | 1 | -4/+5 |
| | | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ... | ||||
* | More Second level cache changes. Guess now you understand why I said | Ralf Baechle | 1998-03-04 | 1 | -1/+5 |
| | | | | it's not sooo trivial ... | ||||
* | Part #2 merging back my changes ... | Ralf Baechle | 1997-12-01 | 1 | -1/+1 |
| | |||||
* | Cleanup. | Ralf Baechle | 1997-09-12 | 1 | -18/+1 |
| | |||||
* | Removed the autodestruct prevention mechanisms, now that we're | Mike Shaver | 1997-09-11 | 1 | -4/+1 |
| | | | | grown-up enough to not cause HW catastrophe. | ||||
* | Cleanup the architecture specifics of keyboard and PS/2 mouse drivers. | Ralf Baechle | 1997-07-24 | 1 | -1/+36 |
| | |||||
* | The crappy firmware may explode on us when we call it with | Ralf Baechle | 1997-07-01 | 1 | -3/+1 |
| | | | | | SCACHE cache enabled, so we read out the ARCS configuration data as early as possible. | ||||
* | Initial revision | Ralf Baechle | 1997-06-01 | 1 | -0/+1 |
| | |||||
* | Import of Linux/MIPS 2.1.36 | Ralf Baechle | 1997-04-29 | 1 | -1/+8 |
| | |||||
* | Import of Linux/MIPS 2.1.14.2 | Ralf Baechle | 1997-03-25 | 1 | -0/+83 |