summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMike Shaver <shaver@ingenia.com>1997-08-11 04:39:15 +0000
committerMike Shaver <shaver@ingenia.com>1997-08-11 04:39:15 +0000
commitdeda755fcc1e20cd3776c8cab89abb0da7b06462 (patch)
tree7c96f097f8e1202e4616f79041c195f67ae91e3a /include
parent5c10bcd1cd1bc411076fdc3bb414193f2d78f57d (diff)
Still more work on /dev/usema{,clone}.
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.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/usioctl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-mips/usioctl.h b/include/asm-mips/usioctl.h
index b4edeb5cf..1afa44c9a 100644
--- a/include/asm-mips/usioctl.h
+++ b/include/asm-mips/usioctl.h
@@ -12,9 +12,8 @@
#define UIOCATTACHSEMA (UIOC|2) /* attach to sema */
#define UIOCBLOCK (UIOC|3) /* block sync "intr"? */
#define UIOCABLOCK (UIOC|4) /* block async */
-#define UIOCNOIBLOCK (UIOC|5) /* block sync "intr"?
- How is this different from
- UIOCNOIBLOCK? */
+#define UIOCNOIBLOCK (UIOC|5) /* IRIX: block sync intr
+ Linux: block sync nointr */
#define UIOCUNBLOCK (UIOC|6) /* unblock sync */
#define UIOCAUNBLOCK (UIOC|7) /* unblock async */
#define UIOCINIT (UIOC|8) /* init sema (async) */