Mercurial > nand-ecoscentric
changeset 2942:b7de7e438610
* Fixed more "jade" syntax issues
| author | alexs |
|---|---|
| date | Thu, 24 Sep 2009 14:31:47 +0000 |
| parents | 13a8d551f44a |
| children | cc87500cad3c |
| files | packages/devs/nand/samsung_k9/current/doc/nand_k9.sgml packages/io/nand/current/doc/nand.sgml |
| diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/nand/samsung_k9/current/doc/nand_k9.sgml +++ b/packages/devs/nand/samsung_k9/current/doc/nand_k9.sgml @@ -87,13 +87,13 @@ with the following steps:</para> <para> For more details about the infrastructure provided by the NAND layer and the semantics it expects of the chip driver, refer to -<xref linkend="io-nand-overview"/>. An example driver instantiation can be -found in <xref linkend="nanddev-ea-lpc2468"/>.</para> +<xref linkend="io-nand-overview">. An example driver instantiation can be +found in <xref linkend="nanddev-ea-lpc2468">.</para> <sect2 id="nanddev-samsung-k9-memory-note"> <title>Memory usage</title> <para> -As discussed in <xref linkend="nand-devs-highlevel"/>, the chip +As discussed in <xref linkend="nand-devs-highlevel">, the chip initialisation function must set up the <varname>bbt.data</varname> pointer in the <type>cyg_nand_device</type> struct. This driver does so by including a sufficiently large byte array in the <type>k9_priv</type>
--- a/packages/io/nand/current/doc/nand.sgml +++ b/packages/io/nand/current/doc/nand.sgml @@ -100,9 +100,9 @@ device driver must be created. Each driv part or family of parts; the HAL for each board then instantiates the relevant driver(s) appropriately with board-specific glue such as the memory-mapped I/O range to use. Full details on creating a driver are -presented in <xref linkend="nand-devs-writing" />.</para> +presented in <xref linkend="nand-devs-writing">.</para> -<para>There is also a <xref linkend="devs-nand-synth" /> for testing purposes, +<para>There is also a <xref linkend="devs-nand-synth"> for testing purposes, which is present on the <emphasis>synth</emphasis> target. </para> </sect2> @@ -560,7 +560,7 @@ applications.</para> <para>Occasionally, it is necessary for applications to mark a block as bad. This most commonly happens when a write operation fails -(see <xref linkend="nand-app-writing" /> above). To do this, call +(see <xref linkend="nand-app-writing"> above). To do this, call <function>cyg_nand_bbt_markbad</function>; the return is 0 for success, or a negative eCos error code.</para> @@ -1057,7 +1057,7 @@ work.</para></glossdef></glossentry> <para>There are some further tests of the library which require the synthetic NAND device. They are described in -<xref linkend="devs-nand-synth-tests"/>.</para> +<xref linkend="devs-nand-synth-tests">.</para> </sect1> <sect1 id="nand-utils">
