<!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-20)</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-20 Ralf Corsépius <ralf.corsepius@rtems.org>

        * console.c: Include <rtems/error.h> for rtems_panic().
</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.192&r2=text&tr2=1.193&diff_format=h">M</a></td><td width='1%'>1.193</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.19&r2=text&tr2=1.20&diff_format=h">M</a></td><td width='1%'>1.20</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.192 rtems/c/src/lib/libbsp/shared/ChangeLog:1.193
--- rtems/c/src/lib/libbsp/shared/ChangeLog:1.192       Wed Oct 19 04:20:28 2011
+++ rtems/c/src/lib/libbsp/shared/ChangeLog     Thu Oct 20 10:33:09 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-20    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * console.c: Include <rtems/error.h> for rtems_panic().
+
</font> 2011-10-19        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * console.c: RTEMS_DEBUG is a define, not a variable.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/console.c:1.19 rtems/c/src/lib/libbsp/shared/console.c:1.20
--- rtems/c/src/lib/libbsp/shared/console.c:1.19        Wed Oct 19 04:43:36 2011
+++ rtems/c/src/lib/libbsp/shared/console.c     Thu Oct 20 10:33:09 2011
</font><font color='#997700'>@@ -24,6 +24,7 @@
</font> #include <termios.h>
 
 #include <rtems/termiostypes.h>
<font color='#000088'>+#include <rtems/error.h>  /* rtems_panic */
</font> #include <libchip/serial.h>
 #include "console_private.h"
 
</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>2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/ChangeLog.diff?r1=text&tr1=1.564&r2=text&tr2=1.565&diff_format=h">M</a></td><td width='1%'>1.565</td><td width='100%'>c/src/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/libchip/display/disp_hcms29xx.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>c/src/libchip/display/disp_hcms29xx.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/ChangeLog:1.564 rtems/c/src/ChangeLog:1.565
--- rtems/c/src/ChangeLog:1.564 Thu Oct 20 06:46:34 2011
+++ rtems/c/src/ChangeLog       Thu Oct 20 10:35:40 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-10-20        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * libchip/display/disp_hcms29xx.c: Remove ARRAY_COUNT (unused).
+
+2011-10-20     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   PR 1940/misc:
        * libchip/serial/ns16550.c: Reflect changes to console-driver.
 

<font color='#006600'>diff -u rtems/c/src/libchip/display/disp_hcms29xx.c:1.9 rtems/c/src/libchip/display/disp_hcms29xx.c:1.10
--- rtems/c/src/libchip/display/disp_hcms29xx.c:1.9     Thu Jul  7 17:15:24 2011
+++ rtems/c/src/libchip/display/disp_hcms29xx.c Thu Oct 20 10:35:40 2011
</font><font color='#997700'>@@ -25,10 +25,6 @@
</font> #include <string.h>
 #include <stdlib.h>
 
<font color='#880000'>-#ifndef ARRAY_COUNT
-#define ARRAY_COUNT(a) (sizeof(a)/sizeof(a[0]))
-#endif /* ARRAY_COUNT */
-
</font> #include <rtems.h>
 #include <rtems/libio.h>
 #include <bsp.h>
</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>