<!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 (2010-05-14)</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>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * rtl8019/rtl8019.c: Fix typo.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/arm/gumstix/ChangeLog.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&diff_format=h">M</a></td><td width='1%'>1.25</td><td width='100%'>c/src/lib/libbsp/arm/gumstix/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/arm/gumstix/ChangeLog:1.24 rtems/c/src/lib/libbsp/arm/gumstix/ChangeLog:1.25
--- rtems/c/src/lib/libbsp/arm/gumstix/ChangeLog:1.24   Mon May  3 09:49:57 2010
+++ rtems/c/src/lib/libbsp/arm/gumstix/ChangeLog        Fri May 14 07:00:46 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-05-14    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * rtl8019/rtl8019.c: Fix typo.
+
</font> 2010-05-03        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * rtl8019/rtl8019.c: Fixed interrupt handler.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c:1.5 rtems/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c:1.6
--- rtems/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c:1.5    Mon May  3 09:49:57 2010
+++ rtems/c/src/lib/libbsp/arm/gumstix/rtl8019/rtl8019.c        Fri May 14 07:00:47 2010
</font><font color='#997700'>@@ -494,7 +494,7 @@
</font>   irq.isOn = ne_interrupt_is_on;
 
   if (!BSP_install_rtems_irq_handler (&irq))
<font color='#880000'>-    rtems_panic ("Can't attach NE interrupt handler for irq %d\n", irno);
</font><font color='#000088'>+    rtems_panic ("Can't attach NE interrupt handler for irq %d\n", sc->irno);
</font> }
 
 /* The NE2000 packet receive daemon.  This task is started when the
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * Makefile.am, preinstall.am: Fix typo.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/csb350/ChangeLog.diff?r1=text&tr1=1.63&r2=text&tr2=1.64&diff_format=h">M</a></td><td width='1%'>1.64</td><td width='100%'>c/src/lib/libbsp/mips/csb350/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/csb350/Makefile.am.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/mips/csb350/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/csb350/preinstall.am.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>c/src/lib/libbsp/mips/csb350/preinstall.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/csb350/ChangeLog:1.63 rtems/c/src/lib/libbsp/mips/csb350/ChangeLog:1.64
--- rtems/c/src/lib/libbsp/mips/csb350/ChangeLog:1.63   Thu May 13 15:51:26 2010
+++ rtems/c/src/lib/libbsp/mips/csb350/ChangeLog        Fri May 14 07:01:14 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-05-14    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * Makefile.am, preinstall.am: Fix typo.
+
</font> 2010-05-13        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * Makefile.am, preinstall.am, start/start.S: Many files were duplicated

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/csb350/Makefile.am:1.18 rtems/c/src/lib/libbsp/mips/csb350/Makefile.am:1.19
--- rtems/c/src/lib/libbsp/mips/csb350/Makefile.am:1.18 Thu May 13 15:51:26 2010
+++ rtems/c/src/lib/libbsp/mips/csb350/Makefile.am      Fri May 14 07:01:14 2010
</font><font color='#997700'>@@ -12,7 +12,6 @@
</font> 
 include_HEADERS = include/bsp.h
 include_HEADERS += include/tm27.h
<font color='#880000'>-include_HEADERS += include/tm27.h
</font> include_bsp_HEADERS = ../shared/liblnk/regs.h
 
 nodist_include_HEADERS = include/bspopts.h

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/csb350/preinstall.am:1.7 rtems/c/src/lib/libbsp/mips/csb350/preinstall.am:1.8
--- rtems/c/src/lib/libbsp/mips/csb350/preinstall.am:1.7        Thu May 13 15:51:26 2010
+++ rtems/c/src/lib/libbsp/mips/csb350/preinstall.am    Fri May 14 07:01:14 2010
</font><font color='#997700'>@@ -45,10 +45,6 @@
</font>   $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
 
<font color='#880000'>-$(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
-       $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
-
</font> $(PROJECT_INCLUDE)/bsp/regs.h: ../shared/liblnk/regs.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/regs.h
 PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/regs.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>