Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Still more work on /dev/usema{,clone}. | Mike Shaver | 1997-08-11 | 1 | -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 Shaver | 1997-08-10 | 1 | -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(). |