diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.am b/c/src/lib/libbsp/i386/pc386/Makefile.am index d0c1d35eda..4441cd79b4 100644 --- a/c/src/lib/libbsp/i386/pc386/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/Makefile.am @@ -1,5 +1,4 @@ ## -## $Id$ ## ACLOCAL_AMFLAGS = -I ../../../../aclocal diff --git a/c/src/lib/libbsp/i386/pc386/console/printk_support.c b/c/src/lib/libbsp/i386/pc386/console/printk_support.c index 2a5e5fc762..ad2489c3e9 100644 --- a/c/src/lib/libbsp/i386/pc386/console/printk_support.c +++ b/c/src/lib/libbsp/i386/pc386/console/printk_support.c @@ -1,19 +1,20 @@ /* - * This file contains a stub for the required printk support. - * It is NOT functional!!! + * @file * - * This driver uses the termios pseudo driver. + * @ingroup Console + * + * @brief printk support routines + * + * This file contains the required printk support. */ /* - * COPYRIGHT (c) 1989-2007. + * COPYRIGHT (c) 1989-2012. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Id$ */ #include diff --git a/c/src/lib/libbsp/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S index 42604bbff1..a2bc0c1a79 100644 --- a/c/src/lib/libbsp/i386/pc386/start/start.S +++ b/c/src/lib/libbsp/i386/pc386/start/start.S @@ -24,15 +24,13 @@ | following copyright applies: | | ************************************************************************** -| * COPYRIGHT (c) 1989-1999. +| * COPYRIGHT (c) 1989-2012. | * On-Line Applications Research Corporation (OAR). | * | * The license and distribution terms for this file may be | * found in the file LICENSE in this distribution or at | * http://www.rtems.com/license/LICENSE. | ************************************************************************** -| -| $Id$ +--------------------------------------------------------------------------*/ /*