Changeset d1887baf in rtems


Ignore:
Timestamp:
02/01/12 21:02:03 (11 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
52694844
Parents:
441b90e
Message:

Improve comments on console select patch.

Location:
c/src/lib/libbsp/i386/pc386
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/Makefile.am

    r441b90e rd1887baf  
    11##
    2 ## $Id$
    32##
    43
  • c/src/lib/libbsp/i386/pc386/console/printk_support.c

    r441b90e rd1887baf  
    11/*
    2  *  This file contains a stub for the required printk support.
    3  *  It is NOT functional!!!
     2 * @file
    43 *
    5  *  This driver uses the termios pseudo driver.
     4 * @ingroup Console
     5 *
     6 * @brief printk support routines
     7 *
     8 * This file contains the required printk support.
    69 */
    710
    811/*
    9  *  COPYRIGHT (c) 1989-2007.
     12 *  COPYRIGHT (c) 1989-2012.
    1013 *  On-Line Applications Research Corporation (OAR).
    1114 *
     
    1316 *  found in the file LICENSE in this distribution or at
    1417 *  http://www.rtems.com/license/LICENSE.
    15  *
    16  *  $Id$
    1718 */
    1819
  • c/src/lib/libbsp/i386/pc386/start/start.S

    r441b90e rd1887baf  
    2525|
    2626| **************************************************************************
    27 | *  COPYRIGHT (c) 1989-1999.
     27| *  COPYRIGHT (c) 1989-2012.
    2828| *  On-Line Applications Research Corporation (OAR).
    2929| *
     
    3232| *  http://www.rtems.com/license/LICENSE.
    3333| **************************************************************************
    34 |
    35 |  $Id$
    3634+--------------------------------------------------------------------------*/
    3735
Note: See TracChangeset for help on using the changeset viewer.