From 0692de86083146def62239885af9eefedb0979e6 Mon Sep 17 00:00:00 2001 From: Ceri Davies <ceri@FreeBSD.org> Date: Tue, 18 Feb 2003 18:26:52 +0000 Subject: [PATCH] Split the "parent" and "alignment" arguments to bus_dma_tag_create into two separate listitems. PR: docs/48427 Submitted by: anholt --- en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml | 6 +++++- en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml index 3c4b99338b..bbe05c90e2 100644 --- a/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/isa/chapter.sgml @@ -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 diff --git a/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml index 3c4b99338b..bbe05c90e2 100644 --- a/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml @@ -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