Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed scatterlist handling | Thomas Bogendoerfer | 1998-09-16 | 1 | -10/+10 |
| | |||||
* | version from Linus tree | Thomas Bogendoerfer | 1998-09-16 | 2 | -1720/+1822 |
| | |||||
* | one CONFIG_SCSI_SGIWD93 is enough | Thomas Bogendoerfer | 1998-09-16 | 1 | -8/+0 |
| | |||||
* | restored DaveM's playground; we are using NCR53C9x.c for our game. | Thomas Bogendoerfer | 1998-09-16 | 2 | -580/+967 |
| | |||||
* | fix for Eleectric Fence; mprotect(PROT_NONE) on a already read/write mapped | Thomas Bogendoerfer | 1998-09-16 | 1 | -2/+2 |
| | | | | region didn't work | ||||
* | Add missing break. Fix from Ulf Carlsson. | Ralf Baechle | 1998-09-04 | 1 | -1/+2 |
| | |||||
* | fixed bmove, when moving stuff to the right (insert a character) | Thomas Bogendoerfer | 1998-09-01 | 1 | -10/+8 |
| | | | | disabled scrollback, because it doesn't work without off-screen memory | ||||
* | switched to fbcon for Magnum4000/Oli M700 | Thomas Bogendoerfer | 1998-08-28 | 1 | -2/+2 |
| | |||||
* | added profiling again. | Thomas Bogendoerfer | 1998-08-28 | 1 | -1/+20 |
| | |||||
* | dump core on SIGBUS, too | Thomas Bogendoerfer | 1998-08-28 | 1 | -1/+2 |
| | |||||
* | switched from fbcon to dummy_con | Thomas Bogendoerfer | 1998-08-28 | 1 | -2/+2 |
| | |||||
* | fixed MAP_NR() second try:-( | Thomas Bogendoerfer | 1998-08-28 | 2 | -5/+4 |
| | |||||
* | this is the MIPS release (and not m68k) | Thomas Bogendoerfer | 1998-08-28 | 1 | -2/+2 |
| | |||||
* | serial console fixes, again:-( | Thomas Bogendoerfer | 1998-08-28 | 1 | -22/+44 |
| | |||||
* | PS2 mouse support for Magunms | Thomas Bogendoerfer | 1998-08-28 | 1 | -1/+5 |
| | |||||
* | added g364fb to list of known framebuffer drivers | Thomas Bogendoerfer | 1998-08-28 | 1 | -0/+7 |
| | |||||
* | corrected g364fb configuration | Thomas Bogendoerfer | 1998-08-28 | 2 | -7/+6 |
| | |||||
* | removed duplicate config option for MIPS_JAZZ | Thomas Bogendoerfer | 1998-08-28 | 1 | -3/+0 |
| | |||||
* | updated driver to .116 fbcon interface | Thomas Bogendoerfer | 1998-08-28 | 1 | -13/+12 |
| | |||||
* | avoid probing for 0xffe0 | Thomas Bogendoerfer | 1998-08-28 | 1 | -2/+2 |
| | |||||
* | grrr... another lost change | Thomas Bogendoerfer | 1998-08-26 | 1 | -0/+5 |
| | |||||
* | put back changes removed by merge:-( | Thomas Bogendoerfer | 1998-08-26 | 2 | -5/+8 |
| | |||||
* | console on jazz is framebuffer | Thomas Bogendoerfer | 1998-08-26 | 1 | -2/+5 |
| | |||||
* | fixed rtc for jazz | Thomas Bogendoerfer | 1998-08-26 | 1 | -1/+1 |
| | |||||
* | added code again, which got removed my big merge:-( | Thomas Bogendoerfer | 1998-08-26 | 2 | -4/+29 |
| | |||||
* | fixed merging bugs | Thomas Bogendoerfer | 1998-08-26 | 3 | -321/+1 |
| | |||||
* | THIS IS OLD STUFF, I ALREADY REMOVED IT. | Thomas Bogendoerfer | 1998-08-26 | 2 | -680/+0 |
| | |||||
* | this should work better now | Thomas Bogendoerfer | 1998-08-25 | 1 | -3/+1 |
| | |||||
* | workaround for gcc-2.7.2 bug | Thomas Bogendoerfer | 1998-08-25 | 1 | -3/+11 |
| | |||||
* | o Merge with Linux 2.1.116. | Ralf Baechle | 1998-08-25 | 2012 | -103976/+188608 |
| | | | | | o New Newport console code. o New G364 console code. | ||||
* | CVS !@#%$@$#%$ ... | Ralf Baechle | 1998-08-24 | 5 | -504/+691 |
| | |||||
* | fixed race in transmit; this time it works | Thomas Bogendoerfer | 1998-08-22 | 2 | -75/+66 |
| | | | | minor cleanups | ||||
* | abscon style console driver for Indy newport graphic hardware | Thomas Bogendoerfer | 1998-08-10 | 1 | -0/+396 |
| | |||||
* | framebuffer driver for G364 based graphiccards | Thomas Bogendoerfer | 1998-08-10 | 1 | -0/+514 |
| | |||||
* | removed #include for vector.h, which doesn't exist anymore | Thomas Bogendoerfer | 1998-07-16 | 1 | -2/+1 |
| | |||||
* | - Reformat ptrace.c for readability. | Ralf Baechle | 1998-07-16 | 8 | -154/+892 |
| | | | | | | | | | | | | | | - Handle lazy fpu context switches correctly for ptrace(2). - Don't read $fcr31 on context switch, it's pure bloat. - New processes get $fcr31 initialized to no exceptions. - First beginnings of floating point support kernel code. For now we only can handle cvt.w.s and cvt.w.d instructions where the source register is a NaN, infinity or denorm. This is good enough to get Mozilla up. - Don't send SIGFPE on every floating point instruction we don't know how to handle, rather just complain. - Cleanup headerfile inclusions in the HPC3 code. - Fix the definition of PAGE_NONE. | ||||
* | more diagnostics | Mike Shaver | 1998-07-14 | 1 | -6/+15 |
| | |||||
* | added PS/2 mouse support | Thomas Bogendoerfer | 1998-07-13 | 2 | -3/+29 |
| | |||||
* | added missing include | Thomas Bogendoerfer | 1998-07-13 | 1 | -1/+2 |
| | |||||
* | changed MAP_NR to more like the other Linux ports; this also fixes | Thomas Bogendoerfer | 1998-07-13 | 1 | -3/+2 |
| | | | | fbmem (framebuffer device) | ||||
* | fixed physical mapping | Thomas Bogendoerfer | 1998-07-13 | 1 | -1/+1 |
| | |||||
* | added PS/2 mouse support for Jazz machines | Thomas Bogendoerfer | 1998-07-13 | 2 | -6/+9 |
| | |||||
* | fixed up sgi_graphics_mmap and added better error handling | Mike Shaver | 1998-07-13 | 1 | -15/+77 |
| | |||||
* | o Support for the front panel on the Indy. The panel work now as a | Ralf Baechle | 1998-07-10 | 30 | -667/+1041 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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? | ||||
* | Make the shit compile again. | Ralf Baechle | 1998-07-04 | 1 | -1/+2 |
| | |||||
* | Fix for kernel bug tracked down by Thomas Bogendoerfer. | Ralf Baechle | 1998-07-03 | 1 | -1/+3 |
| | |||||
* | o Merge with Linux 2.1.100. | Ralf Baechle | 1998-06-30 | 303 | -4944/+8401 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | forgot to commit some headers for EFS structure changes | Mike Shaver | 1998-06-29 | 2 | -9/+6 |
| | |||||
* | made serial console working on Magnums | Thomas Bogendoerfer | 1998-06-16 | 1 | -22/+44 |
| | |||||
* | fixed baud rate for Olivettis | Thomas Bogendoerfer | 1998-06-16 | 1 | -0/+5 |
| |