Changeset 2b07af59 in rtems for c/src


Ignore:
Timestamp:
05/25/11 11:19:22 (13 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
dc1c997b
Parents:
9492fb7f
Message:

2011-05-25 Ralf Corsépius <ralf.corsepius@…>

  • serial/uart.c, serial/uart.h: Remove CVS-Author tag.
Location:
c/src/lib/libcpu/bfin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/bfin/ChangeLog

    r9492fb7f r2b07af59  
     12011-05-25      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * serial/uart.c, serial/uart.h: Remove CVS-Author tag.
     4
    152011-04-20  Rohan Kangralkar <rkangral@ece.neu.edu>
    26
  • c/src/lib/libcpu/bfin/serial/uart.c

    r9492fb7f r2b07af59  
    77 *  found in the file LICENSE in this distribution or at
    88 *  http://www.rtems.com/license/LICENSE.
    9  *
    10  *  Modified:
    11  *  $ $Author$ Added interrupt support and DMA support
    12  *
     9 */
     10 
     11/*
    1312 *  $Id$
    1413 */
    15 
    1614
    1715#include <rtems.h>
  • c/src/lib/libcpu/bfin/serial/uart.h

    r9492fb7f r2b07af59  
    88 *  found in the file LICENSE in this distribution or at
    99 *  http://www.rtems.com/license/LICENSE.
    10  *
    11  *  Modified:
    12  *  $Author$ Added interrupt support and DMA support
    13  *
     10 */
     11 
     12/*
    1413 *  $Id$
    1514 */
    16 
    1715
    1816#ifndef _UART_H_
Note: See TracChangeset for help on using the changeset viewer.