From 170418af2d8937d42efd3ee2918adc433ec3bacf Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 18 May 2016 13:47:42 -0400 Subject: Move images to a common directory. --- networking/dec_21140.rst | 4 ++-- networking/images/PCIreg.jpg | Bin 48116 -> 0 bytes networking/images/networkflow.jpg | Bin 36969 -> 0 bytes networking/images/recvbd.jpg | Bin 11100 -> 0 bytes networking/network_task_structure.rst | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 networking/images/PCIreg.jpg delete mode 100644 networking/images/networkflow.jpg delete mode 100644 networking/images/recvbd.jpg (limited to 'networking') diff --git a/networking/dec_21140.rst b/networking/dec_21140.rst index 03133d8..615839d 100644 --- a/networking/dec_21140.rst +++ b/networking/dec_21140.rst @@ -59,7 +59,7 @@ PowerPC target. .. COMMENT: PCI Device's Configuration Header Space Format -.. image:: images/PCIreg.jpg +.. image:: ../images/networking/PCIreg.jpg .. COMMENT: XXX add crossreference to PCI Register Figure @@ -123,7 +123,7 @@ to the DEC21140 Hardware Manual. .. COMMENT: Buffer Descriptor -.. image:: images/recvbd.jpg +.. image:: images/networking/recvbd.jpg Receiver Thread diff --git a/networking/images/PCIreg.jpg b/networking/images/PCIreg.jpg deleted file mode 100644 index c03257b..0000000 Binary files a/networking/images/PCIreg.jpg and /dev/null differ diff --git a/networking/images/networkflow.jpg b/networking/images/networkflow.jpg deleted file mode 100644 index fc63ec6..0000000 Binary files a/networking/images/networkflow.jpg and /dev/null differ diff --git a/networking/images/recvbd.jpg b/networking/images/recvbd.jpg deleted file mode 100644 index b15b21b..0000000 Binary files a/networking/images/recvbd.jpg and /dev/null differ diff --git a/networking/network_task_structure.rst b/networking/network_task_structure.rst index c6f7dfc..664098a 100644 --- a/networking/network_task_structure.rst +++ b/networking/network_task_structure.rst @@ -9,7 +9,7 @@ Network Task Structure and Data Flow A schematic diagram of the tasks and message *mbuf* queues in a simple RTEMS networking application is shown in the following figure: -.. image:: images/networkflow.jpg +.. image:: ../images/networking/networkflow.jpg The transmit task for each network interface is normally blocked waiting for a -- cgit v1.2.3