Split the "parent" and "alignment" arguments to bus_dma_tag_create into two
separate listitems. PR: docs/48427 Submitted by: anholt
This commit is contained in:
parent
4ecb58ce3b
commit
0692de8608
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16064
2 changed files with 10 additions and 2 deletions
en_US.ISO8859-1/books
|
@ -791,7 +791,11 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><emphasis>parent</emphasis> - parent tag, or NULL to
|
||||
create a top-level tag <emphasis>alignment</emphasis> -
|
||||
create a top-level tag.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis>alignment</emphasis> -
|
||||
required physical alignment of the memory area to be
|
||||
allocated for this tag. Use value 1 for <quote>no specific
|
||||
alignment</quote>. Applies only to the future
|
||||
|
|
|
@ -791,7 +791,11 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><emphasis>parent</emphasis> - parent tag, or NULL to
|
||||
create a top-level tag <emphasis>alignment</emphasis> -
|
||||
create a top-level tag.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis>alignment</emphasis> -
|
||||
required physical alignment of the memory area to be
|
||||
allocated for this tag. Use value 1 for <quote>no specific
|
||||
alignment</quote>. Applies only to the future
|
||||
|
|
Loading…
Reference in a new issue