summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/setup.c
Commit message (Collapse)AuthorAgeFilesLines
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-011-0/+1
|
* Merge with Linux 2.4.0-test6-pre10.Ralf Baechle2000-08-251-2/+2
|
* let it compile againHarald Koerfgen2000-08-081-1/+0
|
* ARC console is not just for IP22.Keith M Wesolowski2000-08-011-5/+7
| | | | Timer dead code cleanup.
* Fix a timer calibration bug. This should get rid of the delay loop hang.Keith M Wesolowski2000-07-241-7/+8
|
* Microsecond timers for Indy. From Keith Wesolowsky.Ralf Baechle2000-07-091-2/+96
|
* Move sgiserial initialization to a much better placeFlorian Lohoff2000-05-191-1/+1
|
* call rs_init to at least enable the serial ttys - Still no outputFlorian Lohoff2000-04-061-0/+1
|
* First fixes for SGI_PROM_CONSOLE - first commit - be nice :)Florian Lohoff2000-04-061-5/+4
|
* Fix another ARC lib user ...Ralf Baechle2000-03-261-4/+4
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-1/+10
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Resurrect serial console.Ralf Baechle1999-12-081-4/+4
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-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 Baechle1999-10-091-3/+3
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-211-1/+13
|
* o Moved remote GDB setup from indy_int.c to setup.c.Ulf Carlsson1999-06-121-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 Carlsson1999-05-071-1/+4
|
* o Smooth volume controlUlf Carlsson1999-04-101-1/+4
| | | | o Reads volume setting from PROM
* Oops, maybe I should remove the auto init too..Ulf Carlsson1999-04-051-11/+1
|
* added dummy console, when there is no newport configuredThomas Bogendoerfer1999-02-111-1/+6
| | | | added call to init_vino for non module vino version
* Modularizing the Newport console driver.Alex deVries1999-02-091-1/+3
| | | | - Alex
* Ulf's HAL driver.Alex deVries1999-01-271-1/+11
| | | | - Alex
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041-18/+46
| | | | (Did I mention that CVS is buggy ...)
* reversed mapping of serial console, because of change in sgiserial.cThomas Bogendoerfer1998-10-021-2/+2
|
* map prom console settings. d1 -> ttyS1 and d2 -> ttyS0Thomas Bogendoerfer1998-09-261-13/+4
|
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-191-2/+5
| | | | - Bugfixes.
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-2/+13
| | | | | o New Newport console code. o New G364 console code.
* removed #include for vector.h, which doesn't exist anymoreThomas Bogendoerfer1998-07-161-2/+1
|
* o Support for the front panel on the Indy. The panel work now as aRalf Baechle1998-07-101-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 Baechle1998-06-301-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 Baechle1998-05-071-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 Baechle1998-04-051-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 saidRalf Baechle1998-03-041-1/+5
| | | | it's not sooo trivial ...
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-1/+1
|
* Cleanup.Ralf Baechle1997-09-121-18/+1
|
* Removed the autodestruct prevention mechanisms, now that we'reMike Shaver1997-09-111-4/+1
| | | | grown-up enough to not cause HW catastrophe.
* Cleanup the architecture specifics of keyboard and PS/2 mouse drivers.Ralf Baechle1997-07-241-1/+36
|
* The crappy firmware may explode on us when we call it withRalf Baechle1997-07-011-3/+1
| | | | | SCACHE cache enabled, so we read out the ARCS configuration data as early as possible.
* Initial revisionRalf Baechle1997-06-011-0/+1
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-1/+8
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-0/+83