summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Collapse)AuthorAgeFilesLines
* Another compile fix from Geert.Ralf Baechle2000-02-211-0/+1
|
* Merge with Linux 2.3.43.Ralf Baechle2000-02-189-30/+1938
|
* Merge with Linux 2.3.41.Ralf Baechle2000-02-1818-555/+1025
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-161-3/+14
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-1621-338/+6191
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-0556-2978/+5098
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-0487-2434/+12053
|
* Merge with 2.3.27.Ralf Baechle2000-01-2970-999/+4493
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-273-2/+4
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-2712-53/+55
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-261-1/+38
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* The should have been remove by the 2.3.22 merge.Ralf Baechle2000-01-231-0/+0
|
* Merge with Linux 2.3.22.Ralf Baechle2000-01-2110-126/+483
|
* - IOC3 serial driver for the OriginRalf Baechle2000-01-041-9/+32
| | | | | | - Serial driver autodetection bugfix. More Origin bits to come asap.
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-061-0/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0420-115/+258
|
* Merge with 2.3.19.Ralf Baechle1999-10-09137-7751/+31361
|
* Merge with 2.3.10.Ralf Baechle1999-09-2859-825/+7019
|
* o made CVS compile again for R5000Harald Koerfgen1999-09-182-45/+20
| | | | | | o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
* More MIPS64 chainsawing.Ralf Baechle1999-08-203-3/+3
|
* Same on the main line.Ralf Baechle1999-08-201-2/+2
|
* Merge with Linux 2.3.9.Ralf Baechle1999-07-056-14/+16
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-223-119/+445
| | | | | | 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 ...
* Cleanup, sync with others sources.Ralf Baechle1999-06-213-6/+5
|
* The rest of 2.3.6.Ralf Baechle1999-06-172-0/+414
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-1760-332/+575
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-1350-470/+14217
|
* Some minor bugfixesHarald Koerfgen1999-05-021-1/+7
|
* Various changes to Makefiles and Config.in files to be able to make use of ↵Harald Koerfgen1999-05-011-0/+16
| | | | the new DECstation and Baget stuff :-)
* removed buggy version. no need to have this file in CVS anyway.Thomas Bogendoerfer1999-04-141-263/+0
|
* Baget updatesHarald Koerfgen1999-04-111-10/+11
|
* o Fixed some problemsUlf Carlsson1999-04-111-4/+0
| | | | o Cleaned up the configuration scripts a bit
* streamable_init is only available on SGIsThomas Bogendoerfer1999-02-251-0/+2
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-1549-1260/+4284
|
* o Moved the HAL2 driver to drivers/soundUlf Carlsson1999-02-131-1/+3
| | | | | | | | | o Rewrote most of the HAL2 driver. It will now use Alan Cox's soundcore stuff. Please make it work! o VINO now appears only when you build for SGI I think I'll have an Indy here soon so I can do so `serious' work again. It seems to take some time for the machine to reach Sweden. They shipped it about two weeks ago. - Ulf
* Ok, forgot an 'l'Ulf Carlsson1999-02-091-17/+17
|
* o Workaround for printk()ing 64 bit long longs. This time should bit 32 be 1.Ulf Carlsson1999-02-091-10/+21
|
* o Added another check. Bit 32 should show 1 if everything is working.Ulf Carlsson1999-02-092-4/+22
|
* o Added a VINO driver, well it tries to read the revision register at least. ↵Ulf Carlsson1999-02-084-0/+376
| | | | I use some special code when I write to those 64 bit registers.
* - fixed compiling in of ramdisks; we don't have the kernel segment defining ↵Alex deVries1999-02-062-6/+4
| | | | | | | | | | initrd offset, etc. - a couple of HAL related changes to make it build better - the start of making newport graphics a module; currently this breaks as a module, but works okay built into the kernel. - Alex
* More DEC and Baget stuff.Ralf Baechle1999-01-272-0/+1837
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-0474-4943/+10910
| | | | (Did I mention that CVS is buggy ...)
* increased keaboard timeout to the old value, which makes my Indy happy again.Thomas Bogendoerfer1998-09-261-1/+1
|
* made rtc working for Jazz machinesThomas Bogendoerfer1998-09-201-0/+3
|
* - Merge with Linux 2.1.121.Ralf Baechle1998-09-1957-1089/+1662
| | | | - Bugfixes.
* serial console fixes, again:-(Thomas Bogendoerfer1998-08-281-22/+44
|
* PS2 mouse support for MagunmsThomas Bogendoerfer1998-08-281-1/+5
|
* added g364fb to list of known framebuffer driversThomas Bogendoerfer1998-08-281-0/+7
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-2582-7347/+11192
| | | | | o New Newport console code. o New G364 console code.
* o Support for the front panel on the Indy. The panel work now as aRalf Baechle1998-07-103-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | 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?