2004-07-31 Ralf Corsepius <ralf_corsepius@rtems.org>

* networking/networkflow.txt, networking/PCIreg.txt,
	networking/recvbd.txt: New.
	* networking/decdriver.t, networking/networktasks.t: Use @image for
	ASCII figures (Reflect changes above).
This commit is contained in:
Ralf Corsepius
2004-07-31 03:10:08 +00:00
parent 2ee764d6cc
commit ec95bd8438
6 changed files with 23 additions and 39 deletions

View File

@@ -1,3 +1,10 @@
2004-07-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* networking/networkflow.txt, networking/PCIreg.txt,
networking/recvbd.txt: New.
* networking/decdriver.t, networking/networktasks.t: Use @image for
ASCII figures (Reflect changes above).
2004-07-24 Joel Sherrill <joel@OARcorp.com>
PR 652/rtems

View File

@@ -0,0 +1,2 @@
Figure: PCI Device's Configuration Header Space Format
(Not available in ASCII version of this document.)

View File

@@ -72,24 +72,14 @@ on a PowerPC target.
@c PCI Device's Configuration Header Space Format
@c
@ifset use-ascii
@example
@group
There is no ASCII version of the PCI Device's Configuration Header Space Format
@end group
@end example
@end ifset
@ifset use-tex
@image{PCIreg}
@end ifset
@c @image{PCIreg}
@ifclear use-html
@image{PCIreg,,,PCI Device's Configuration Header Space Format}
@end ifclear
@ifset use-html
@c <IMG SRC="PCIreg.jpg" WIDTH=500 HEIGHT=600 ALT="PCI Device's Configuration Header Space Format">
@html
<IMG SRC="PCIreg.jpg" ALT="PCI Device's Configuration Header Space Format">
<IMG SRC="PCIreg.jpg" ALT="PCI Device's Configuration Header Space Format">
@end html
@end ifset
@@ -160,20 +150,9 @@ please refer to the [DEC21140 Hardware Manual].
@c Buffer Descriptor
@c
@ifset use-ascii
@example
@group
XXXXX reference it in the previous paragraph
XXXXX insert recvbd.eps
XXXXX Caption Buffer Descriptor
@end group
@end example
@end ifset
@ifset use-tex
@image{recvbd}
@end ifset
@ifclear use-html
@image{recvbd,,,"Buffer Descriptor"}
@end ifclear
@ifset use-html
@c <IMG SRC="recvbd.jpg" WIDTH=500 HEIGHT=600 ALT="Buffer Descriptor">

View File

@@ -0,0 +1,2 @@
Figure: Network Task Structure and Data Flow
(Not available in ASCII version of this document.)

View File

@@ -14,17 +14,9 @@ A schematic diagram of the tasks and message @b{mbuf} queues in a
simple RTEMS networking application is shown in the following
figure:
@ifset use-ascii
@example
@group
NO ASCII VERSION OF THE TASKING FIGURE IS AVAILABLE
@end group
@end example
@end ifset
@ifset use-tex
@image{networkflow,5in,6in}
@end ifset
@ifclear use-html
@image{networkflow,5in,6in,"Network Task Structure and Data Flow"}
@end ifclear
@ifset use-html
@html

View File

@@ -0,0 +1,2 @@
Figure: Buffer Descriptor
(Not available in ASCII version of this document.)