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

        * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
        Remove CVS-Headers. Add CVS-Ids.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/ChangeLog.diff?r1=text&tr1=1.79&r2=text&tr2=1.80&diff_format=h">M</a></td><td width='1%'>1.80</td><td width='100%'>c/src/lib/libbsp/i386/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>c/src/lib/libbsp/i386/shared/comm/tty_drv.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>c/src/lib/libbsp/i386/shared/comm/tty_drv.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/ChangeLog:1.79 rtems/c/src/lib/libbsp/i386/ChangeLog:1.80
--- rtems/c/src/lib/libbsp/i386/ChangeLog:1.79  Mon Apr 11 12:16:49 2011
+++ rtems/c/src/lib/libbsp/i386/ChangeLog       Wed May 25 01:23:49 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-05-25    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * shared/comm/tty_drv.c, shared/comm/tty_drv.h:
+       Remove CVS-Headers. Add CVS-Ids.
+
</font> 2011-04-11        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.h:1.6 rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.h:1.7
--- rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.h:1.6       Fri Mar 17 04:11:36 2006
+++ rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.h   Wed May 25 01:23:49 2011
</font><font color='#997700'>@@ -2,8 +2,6 @@
</font> #define __tty_drv__
 /***************************************************************************
  *
<font color='#880000'>- * $Header$
- *
</font>  * Copyright (c) 1999 ConnectTel, Inc. All Rights Reserved.
  *
  * MODULE DESCRIPTION: Prototype routines for the ttySx driver.
<font color='#997700'>@@ -14,6 +12,10 @@
</font>  *
  ****************************************************************************/
 
<font color='#000088'>+/*
+ * $Id$
+ */
+
</font> /* functions */
 #ifdef __cplusplus
 extern "C" {

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.c:1.13 rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.c:1.14
--- rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.c:1.13      Tue Sep 29 22:22:43 2009
+++ rtems/c/src/lib/libbsp/i386/shared/comm/tty_drv.c   Wed May 25 01:23:49 2011
</font><font color='#997700'>@@ -1,7 +1,5 @@
</font> /***************************************************************************
  *
<font color='#880000'>- * $Header$
- *
</font>  * MODULE DESCRIPTION:
  * This module implements the RTEMS drivers for the PC serial ports
  * as /dev/ttyS1 for COM1 and /dev/ttyS2 as COM2. If one of the ports
<font color='#997700'>@@ -17,6 +15,10 @@
</font>  *
  ****************************************************************************/
 
<font color='#000088'>+/*
+ * $Id$
+ */
+
</font> #include <stdio.h>
 #include <stdlib.h>
 #include <assert.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>