summaryrefslogtreecommitdiffstats
path: root/networking/networking.rst
diff options
context:
space:
mode:
authorAmar Takhar <verm@darkbeer.org>2016-01-16 16:11:25 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:23 -0400
commit75a59fd66385b82b6fd38e85e5e28828e2cff30c (patch)
tree3deef8656b3cea17dfe3d4c458c700e2e0eaf0f3 /networking/networking.rst
parentClean up config and init. (diff)
downloadrtems-docs-75a59fd66385b82b6fd38e85e5e28828e2cff30c.tar.bz2
Fix images.
Diffstat (limited to '')
-rw-r--r--networking/networking.rst15
1 files changed, 3 insertions, 12 deletions
diff --git a/networking/networking.rst b/networking/networking.rst
index eb80822..44ca0a1 100644
--- a/networking/networking.rst
+++ b/networking/networking.rst
@@ -144,13 +144,8 @@ A schematic diagram of the tasks and message *mbuf* queues in a
simple RTEMS networking application is shown in the following
figure:
-.. image:: networkflow.eps
+.. image:: images/networkflow.jpg
-.. image:: networkflow.jpg
-
-.. image:: networkflow.pdf
-
-.. image:: networkflow.png
The transmit task for each network interface is normally blocked waiting
for a packet to arrive in the transmit queue. Once a packet arrives, the
@@ -1806,11 +1801,9 @@ on a PowerPC target.
.. COMMENT: PCI Device's Configuration Header Space Format
-.. image:: PCIreg.eps
-.. image:: PCIreg.jpg
+.. image:: images/PCIreg.jpg
-.. image:: PCIreg.pdf
.. COMMENT: XXX add crossreference to PCI Register Figure
@@ -1873,11 +1866,9 @@ please refer to the \[DEC21140 Hardware Manual].
.. COMMENT: Buffer Descriptor
-.. image:: recvbd.eps
-.. image:: recvbd.jpg
+.. image:: images/recvbd.jpg
-.. image:: recvbd.pdf
Receiver Thread
---------------