summaryrefslogtreecommitdiffstats
path: root/include/linux/miscdevice.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-0/+2
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-0/+1
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-0/+3
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-0/+1
| | | | driver due to the Origin A64 hacks.
* Merge with 2.3.19.Ralf Baechle1999-10-091-1/+1
|
* Merge with Linux 2.2.8.Ralf Baechle1999-06-131-1/+1
|
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-051-0/+2
| | | | | | | | | 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 ...
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-0/+2
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* Merge with Linux 2.1.67.Ralf Baechle1997-12-061-0/+1
|
* Corrected waste of miscdevice for usema (thanks, Miguel).Mike Shaver1997-08-221-2/+1
|
* Added skeletal support for /dev/usema and /dev/usemaclone.Mike Shaver1997-08-101-0/+3
| | | | | | | | | | | | | | Still need to figure out how to do SVR-style clone devices with fops->open(), and I need a good poll() tutorial. =) Other than that, I think I know how to do: /dev/usemaclone open()ing, poll()ing /dev/usema ioctls: - UIOCATTACHSEMA - UIOCBLOCK - UIOCUNBLOCK Also, some minor additions to sysirix.c:syssgi().
* Merge to 2.1.38.Miguel de Icaza1997-08-061-0/+1
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* shared memory input queue changes:Miguel de Icaza1997-07-311-3/+5
| | | | | | | | | | | | | | | | | | | | | | | - make keyboard forward events to the streams keyboard module for delivery to the shmiq. - Fixes to make the graphics streams driver use dentries (this is the reason Alex's compile failed). - Major/misc numbers that were assigned by HPA for the streamable devices. - keyboard streams device. - working shmiq framework for the keyboard. What needs to be done: - Fix the mouse driver, did someone ever got any information out from /dev/psaux on the SGI port? - Figure out why changes made in the kernel side to the SHMIQ are not always seen by the user space.
* Sync with Linux 2.1.46.Ralf Baechle1997-07-201-0/+1
|
* New CONFIG_SGI_GRAPHICS turns on the new devices.Miguel de Icaza1997-07-021-0/+4
| | | | And remaining files from previous commit.
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-0/+2
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-0/+26