<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for network-demos (2010-07-03)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch network-demos-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-29 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * init.c: Update for mount API changes.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//network-demos/tftpTest/ChangeLog.diff?r1=text&tr1=1.9&r2=text&tr2=1.9.2.1&diff_format=h">M</a></td><td width='1%'>1.9.2.1</td><td width='100%'>tftpTest/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//network-demos/tftpTest/init.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.15.2.1&diff_format=h">M</a></td><td width='1%'>1.15.2.1</td><td width='100%'>tftpTest/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u network-demos/tftpTest/ChangeLog:1.9 network-demos/tftpTest/ChangeLog:1.9.2.1
--- network-demos/tftpTest/ChangeLog:1.9        Wed May 13 13:55:10 2009
+++ network-demos/tftpTest/ChangeLog    Sat Jul  3 11:34:35 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-29    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * init.c: Update for mount API changes.
+
</font> 2009-05-13        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * Makefile: Allow overrides from invoking environment.

<font color='#006600'>diff -u network-demos/tftpTest/init.c:1.15 network-demos/tftpTest/init.c:1.15.2.1
--- network-demos/tftpTest/init.c:1.15  Tue May 12 14:59:53 2009
+++ network-demos/tftpTest/init.c       Sat Jul  3 11:34:35 2010
</font><font color='#997700'>@@ -16,11 +16,11 @@
</font>  */
 
 #include <bsp.h>
<font color='#880000'>-#include <rtems/tftp.h>
</font> 
 #include <stdio.h>
 #include <stdlib.h>
 #include <rtems/rtems_bsdnet.h>
<font color='#000088'>+#include <rtems/libio.h>
</font> #include <netinet/in.h>
 #include <arpa/inet.h>
 #include "../networkconfig.h"
<font color='#997700'>@@ -36,7 +36,13 @@
</font>   const char *hostname, *filename;
 
        rtems_bsdnet_initialize_network ();
<font color='#880000'>-   rtems_bsdnet_initialize_tftp_filesystem ();
</font><font color='#000088'>+      mount_and_make_target_path(
+               NULL,
+               "/TFTP",
+               RTEMS_FILESYSTEM_TYPE_TFTPFS,
+               RTEMS_FILESYSTEM_READ_WRITE,
+               NULL
+       );
</font> 
        hostname = RTEMS_TFTP_TEST_HOST_NAME;
        filename = RTEMS_TFTP_TEST_FILE_NAME;
<font color='#997700'>@@ -50,6 +56,8 @@
</font> #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
<font color='#000088'>+#define CONFIGURE_FILESYSTEM_IMFS
+#define CONFIGURE_FILESYSTEM_TFTPFS
</font> 
 #define CONFIGURE_EXECUTIVE_RAM_SIZE   (512*1024)
 #define CONFIGURE_MAXIMUM_SEMAPHORES   20
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>