summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/usioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* Still more work on /dev/usema{,clone}.Mike Shaver1997-08-111-3/+2
| | | | | | | Code (but not necessarily working or healthy code) for all ioctls now in place. Need some syssgi support as well: SGI_FDHI, SGI_USE_FP_BCOPY.
* Added skeletal support for /dev/usema and /dev/usemaclone.Mike Shaver1997-08-101-0/+26
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().