<!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 rtems (2011-10-19)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>

        * console.c: RTEMS_DEBUG is a define, not a variable.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/ChangeLog.diff?r1=text&tr1=1.191&r2=text&tr2=1.192&diff_format=h">M</a></td><td width='1%'>1.192</td><td width='100%'>c/src/lib/libbsp/shared/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&diff_format=h">M</a></td><td width='1%'>1.18</td><td width='100%'>c/src/lib/libbsp/shared/console.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/ChangeLog:1.191 rtems/c/src/lib/libbsp/shared/ChangeLog:1.192
--- rtems/c/src/lib/libbsp/shared/ChangeLog:1.191       Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/ChangeLog     Wed Oct 19 04:20:28 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-19    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * console.c: RTEMS_DEBUG is a define, not a variable.
+
</font> 2011-10-18        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        PR 1917/bsps

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console.c:1.17 rtems/c/src/lib/libbsp/shared/console.c:1.18
--- rtems/c/src/lib/libbsp/shared/console.c:1.17        Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/console.c     Wed Oct 19 04:20:28 2011
</font><font color='#997700'>@@ -298,8 +298,9 @@
</font>       }
 
       if (minor == Console_Port_Minor) {
<font color='#880000'>-        if (RTEMS_DEBUG)
</font><font color='#000088'>+#if defined(RTEMS_DEBUG)
</font>           printk( "Register %s as the CONSOLE\n", port->sDeviceName );
<font color='#000088'>+#endif
</font>         status = rtems_io_register_name( "dev/console", major, minor );
         if (status != RTEMS_SUCCESSFUL) {
           printk( "Unable to register /dev/console\n" );
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Remove white spaces.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&diff_format=h">M</a></td><td width='1%'>1.19</td><td width='100%'>c/src/lib/libbsp/shared/console.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console_control.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/shared/console_control.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console_private.h.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/shared/console_private.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console_read.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/shared/console_read.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console_select.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/shared/console_select.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/console_write.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>c/src/lib/libbsp/shared/console_write.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/umon/tfs.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>c/src/lib/libbsp/shared/umon/tfs.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>c/src/lib/libbsp/shared/umon/tfsDriver.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console.c:1.18 rtems/c/src/lib/libbsp/shared/console.c:1.19
--- rtems/c/src/lib/libbsp/shared/console.c:1.18        Wed Oct 19 04:20:28 2011
+++ rtems/c/src/lib/libbsp/shared/console.c     Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -50,7 +50,7 @@
</font>   Console_Port_Tbl   = malloc( Console_Port_Count * sizeof( console_tbl * ) );
   if (Console_Port_Tbl == NULL)
     rtems_panic("No memory for console pointers");
<font color='#880000'>-<span style="background-color: #FF0000">    </span>
</font><font color='#000088'>+
</font>   for (i=0 ; i < Console_Port_Count ; i++)
     Console_Port_Tbl[i] = &Console_Configuration_Ports[i];
 }
<font color='#997700'>@@ -103,7 +103,7 @@
</font>   /*
    *  Now add the new devices at the end.
    */
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   for (i=0 ; i < number_of_ports ; i++) {
     Console_Port_Tbl[old_number_of_ports + i] = &new_ports[i];
   }

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console_control.c:1.1 rtems/c/src/lib/libbsp/shared/console_control.c:1.2
--- rtems/c/src/lib/libbsp/shared/console_control.c:1.1 Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/console_control.c     Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -8,7 +8,7 @@
</font> 
 
 /*
<font color='#880000'>- *  This file is an extension of the generic console driver<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  This file is an extension of the generic console driver
</font>  *  shell used by all console drivers using libchip.
  *
  *  COPYRIGHT (c) 1989-2011.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console_private.h:1.1 rtems/c/src/lib/libbsp/shared/console_private.h:1.2
--- rtems/c/src/lib/libbsp/shared/console_private.h:1.1 Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/console_private.h     Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -55,19 +55,19 @@
</font>  *  @return This method returns the character that
  *    was retrieved from the console port.
  */
<font color='#880000'>-extern int bsp_com_inch(void);<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+extern int bsp_com_inch(void);
</font> 
 /**
<font color='#880000'>- *  @brief<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  @brief
</font>  *
<font color='#880000'>- *  This function<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  This function
</font>  *
<font color='#880000'>- *  @return This method returns<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  @return This method returns
</font>  */
 int vt_ioctl( unsigned int cmd, unsigned long arg);
 
 /**
<font color='#880000'>- *  @brief console_register_devices<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  @brief console_register_devices
</font>  *
  *  This function expands the console table to include previous
  *  ports and the array of new ports specified.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console_read.c:1.1 rtems/c/src/lib/libbsp/shared/console_read.c:1.2
--- rtems/c/src/lib/libbsp/shared/console_read.c:1.1    Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/console_read.c        Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -7,7 +7,7 @@
</font>  */
 
 /*
<font color='#880000'>- *  This file is an extension of the generic console driver<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  This file is an extension of the generic console driver
</font>  *  shell used by all console drivers using libchip.
  *
  *  COPYRIGHT (c) 1989-2011.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console_select.c:1.1 rtems/c/src/lib/libbsp/shared/console_select.c:1.2
--- rtems/c/src/lib/libbsp/shared/console_select.c:1.1  Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/console_select.c      Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -3,11 +3,11 @@
</font>  *
  * @ingroup Console
  *
<font color='#880000'>- * @brief Generic libchip console select<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ * @brief Generic libchip console select
</font>  */
 
 /*
<font color='#880000'>- *  This file contains a routine to select the<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  This file contains a routine to select the
</font>  *  console based upon a number of criteria.
  *
  *  COPYRIGHT (c) 2011.
<font color='#997700'>@@ -44,7 +44,7 @@
</font>    */
   if ((!cptr->deviceProbe || cptr->deviceProbe(minor)) &&
        cptr->pDeviceFns->deviceProbe(minor)) {
<font color='#880000'>-    return true;<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+    return true;
</font>   }
   return false;
 }
<font color='#997700'>@@ -71,7 +71,7 @@
</font>   }
 
   /*
<font color='#880000'>-   *  Error No devices were found.  We will want to bail here.<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+   *  Error No devices were found.  We will want to bail here.
</font>    */
   rtems_fatal_error_occurred(RTEMS_IO_ERROR);
 }
<font color='#997700'>@@ -80,9 +80,9 @@
</font> {
 
   /*
<font color='#880000'>-   *  Reset Console_Port_Minor and<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+   *  Reset Console_Port_Minor and
</font>    *  BSPPrintkPort here if desired.
<font color='#880000'>-   *<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+   *
</font>    *  This default version allows the bsp to set these
    *  values at creation and will not touch them again
    *  unless the selected port number is not available.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console_write.c:1.1 rtems/c/src/lib/libbsp/shared/console_write.c:1.2
--- rtems/c/src/lib/libbsp/shared/console_write.c:1.1   Tue Oct 18 13:23:51 2011
+++ rtems/c/src/lib/libbsp/shared/console_write.c       Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -7,7 +7,7 @@
</font>  */
 
 /*
<font color='#880000'>- *  This file is an extension of the generic console driver<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  This file is an extension of the generic console driver
</font>  *  shell used by all console drivers using libchip.
  *
  *  COPYRIGHT (c) 1989-2011.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/umon/tfs.h:1.4 rtems/c/src/lib/libbsp/shared/umon/tfs.h:1.5
--- rtems/c/src/lib/libbsp/shared/umon/tfs.h:1.4        Fri Dec  4 12:24:58 2009
+++ rtems/c/src/lib/libbsp/shared/umon/tfs.h    Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- *  tfs.h - Header file for TFS transactions, used by both application and<span style="background-color: #FF0000"> </span>
</font><font color='#000088'>+ *  tfs.h - Header file for TFS transactions, used by both application and
</font>  *  monnitor.
  *
  *  Based upon code from MicroMonitor 1.17 from http://www.umonfw.com/

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c:1.10 rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c:1.11
--- rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c:1.10 Tue Jul 27 06:55:05 2010
+++ rtems/c/src/lib/libbsp/shared/umon/tfsDriver.c      Wed Oct 19 04:43:36 2011
</font><font color='#997700'>@@ -168,7 +168,7 @@
</font> 
   if (rtems_filesystem_register( "tfs", rtems_tfs_mount_me ) < 0)
     return -1;
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   status = mount( "umon", TFS_PATHNAME_PREFIX, "tfs", RTEMS_FILESYSTEM_READ_WRITE, NULL);
 
   if (status < 0) {
</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>