diff --git a/networking/images/PCIreg.jpg b/networking/images/PCIreg.jpg new file mode 100644 index 0000000..c03257b Binary files /dev/null and b/networking/images/PCIreg.jpg differ diff --git a/networking/images/networkflow.jpg b/networking/images/networkflow.jpg new file mode 100644 index 0000000..fc63ec6 Binary files /dev/null and b/networking/images/networkflow.jpg differ diff --git a/networking/images/recvbd.jpg b/networking/images/recvbd.jpg new file mode 100644 index 0000000..b15b21b Binary files /dev/null and b/networking/images/recvbd.jpg 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 ---------------