summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--networking/images/PCIreg.jpgbin0 -> 48116 bytes
-rw-r--r--networking/images/networkflow.jpgbin0 -> 36969 bytes
-rw-r--r--networking/images/recvbd.jpgbin0 -> 11100 bytes
-rw-r--r--networking/networking.rst15
4 files changed, 3 insertions, 12 deletions
diff --git a/networking/images/PCIreg.jpg b/networking/images/PCIreg.jpg
new file mode 100644
index 0000000..c03257b
--- /dev/null
+++ b/networking/images/PCIreg.jpg
Binary files differ
diff --git a/networking/images/networkflow.jpg b/networking/images/networkflow.jpg
new file mode 100644
index 0000000..fc63ec6
--- /dev/null
+++ b/networking/images/networkflow.jpg
Binary files differ
diff --git a/networking/images/recvbd.jpg b/networking/images/recvbd.jpg
new file mode 100644
index 0000000..b15b21b
--- /dev/null
+++ b/networking/images/recvbd.jpg
Binary files differ
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
---------------