Skip to content

Commit

Permalink
Add chapter IDs to z8530book.tmpl
Browse files Browse the repository at this point in the history
Add chapter IDs to z8530book.tmpl

Signed-off-by: Rob Landley <rob@landley.net>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Rob Landley authored and Linus Torvalds committed Feb 7, 2008
1 parent dde4feb commit 41eaa2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/DocBook/z8530book.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</para>
</chapter>

<chapter>
<chapter id="Driver_Modes">
<title>Driver Modes</title>
<para>
The Z85230 driver layer can drive Z8530, Z85C30 and Z85230 devices
Expand Down Expand Up @@ -108,7 +108,7 @@
</para>
</chapter>

<chapter>
<chapter id="Using_the_Z85230_driver">
<title>Using the Z85230 driver</title>
<para>
The Z85230 driver provides the back end interface to your board. To
Expand Down Expand Up @@ -174,7 +174,7 @@
</para>
</chapter>

<chapter>
<chapter id="Attaching_Network_Interfaces">
<title>Attaching Network Interfaces</title>
<para>
If you wish to use the network interface facilities of the driver,
Expand Down Expand Up @@ -216,7 +216,7 @@
</para>
</chapter>

<chapter>
<chapter id="Configuring_And_Activating_The_Port">
<title>Configuring And Activating The Port</title>
<para>
The Z85230 driver provides helper functions and tables to load the
Expand Down Expand Up @@ -300,7 +300,7 @@
</para>
</chapter>

<chapter>
<chapter id="Network_Layer_Functions">
<title>Network Layer Functions</title>
<para>
The Z8530 layer provides functions to queue packets for
Expand All @@ -327,7 +327,7 @@
</para>
</chapter>

<chapter>
<chapter id="Porting_The_Z8530_Driver">
<title>Porting The Z8530 Driver</title>
<para>
The Z8530 driver is written to be portable. In DMA mode it makes
Expand Down

0 comments on commit 41eaa2d

Please sign in to comment.