diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-01-26 00:46:38 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-01-26 11:08:10 +0100 |
commit | 27f6235e8020c511c5cfa931370e7ad8d02c7058 (patch) | |
tree | 1c4e73b5dedc944b27b98a667b5ab9697743fc19 /doc/kernel_interface.md | |
parent | 08711adc2b39e4c89f85b0d33894915df390aeec (diff) |
dove/cubox compatiblity preparation
Diffstat (limited to 'doc/kernel_interface.md')
-rw-r--r-- | doc/kernel_interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kernel_interface.md b/doc/kernel_interface.md index 3fe21cc..027df25 100644 --- a/doc/kernel_interface.md +++ b/doc/kernel_interface.md @@ -259,7 +259,7 @@ Used fields in `struct _gcoCONTEXT` from the kernel: [in] This id is used to determine wether to switch context [out] A unique id for the context is generated the first time a COMMIT is done, with context->id==0 - `hint*` only used when `SECURE_USER` is set -- `logical` and `bufferSize` +- `logical` and `bufferSize` (note: `physical` is not used; the dove version of the driver doesn't even have this field in the default configuration) - `pipe2DIndex`: if this is set, "we have to check pipes", and the pipe is set to initialPipe if needed - `entryPipe`: this is the pipe that has to be active on entering the passed command buffer (and that holds at the end of the context buffer) - `initialPipe`: this is the pipe that has to be active on entering the context command buffer |