segment(3): document sticky segment type
This commit is contained in:
parent
2723c9fc77
commit
99ed9623b5
1 changed files with 13 additions and 4 deletions
|
@ -68,10 +68,19 @@ Optionally,
|
||||||
.I type
|
.I type
|
||||||
can be specified as
|
can be specified as
|
||||||
.B fixed
|
.B fixed
|
||||||
to create a physically continuous segment with a fixed
|
or
|
||||||
physical base address suitable for hardware DMA access.
|
.BR sticky .
|
||||||
When the segment
|
Fixed segments are uncached and physically continuous
|
||||||
is attached using
|
with a fixed physical base address suitable for hardware
|
||||||
|
DMA access.
|
||||||
|
Sticky segments are like normal shared segments but
|
||||||
|
preallocated at creation time and never swapped out.
|
||||||
|
Only the hostower is allowed to create
|
||||||
|
.B fixed
|
||||||
|
or
|
||||||
|
.B sticky
|
||||||
|
segments.
|
||||||
|
.PP
|
||||||
.IR segattach,
|
.IR segattach,
|
||||||
the address and length arguments are ignored in the call;
|
the address and length arguments are ignored in the call;
|
||||||
they are defined only by the
|
they are defined only by the
|
||||||
|
|
Loading…
Reference in a new issue