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:
Ceri Davies 2003-02-18 18:26:52 +00:00
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
arch-handbook/isa
developers-handbook/isa

View file

@ -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

View file

@ -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