projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
04fe946
)
Added error for DEVQ failing during init
author
Roni Häcki
<roni.haecki@inf.ethz.ch>
Mon, 27 Feb 2017 13:17:02 +0000 (14:17 +0100)
committer
Roni Häcki
<roni.haecki@inf.ethz.ch>
Mon, 27 Feb 2017 13:17:02 +0000 (14:17 +0100)
Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>
errors/errno.fugu
patch
|
blob
|
history
diff --git
a/errors/errno.fugu
b/errors/errno.fugu
index
53fecac
..
3e009f8
100755
(executable)
--- a/
errors/errno.fugu
+++ b/
errors/errno.fugu
@@
-1224,6
+1224,7
@@
errors cpuid CPUID_ERR_ {
};
errors cpuid DEVQ_ERR_ {
+ failure INIT_QUEUE "Could not initalize queue",
failure BUFFER_ID "Could not get a buffer id.",
failure BUFFER_NOT_IN_REGION "The buffer id is not in this region",
failure BUFFER_ALREADY_IN_USE "The buffer is already in use",