[rtems commit] Improve comments on console select patch.
Joel Sherrill
joel at rtems.org
Wed Feb 1 22:53:15 UTC 2012
Module: rtems
Branch: master
Commit: d1887bafc0440b1e12465d5ea4d9a1dab988b624
Changeset: http://git.rtems.org/rtems/commit/?id=d1887bafc0440b1e12465d5ea4d9a1dab988b624
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Wed Feb 1 15:02:03 2012 -0600
Improve comments on console select patch.
---
c/src/lib/libbsp/i386/pc386/Makefile.am | 1 -
.../lib/libbsp/i386/pc386/console/printk_support.c | 13 +++++++------
c/src/lib/libbsp/i386/pc386/start/start.S | 4 +---
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.am b/c/src/lib/libbsp/i386/pc386/Makefile.am
index d0c1d35..4441cd7 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 2a5e5fc..ad2489c 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 <rtems.h>
diff --git a/c/src/lib/libbsp/i386/pc386/start/start.S b/c/src/lib/libbsp/i386/pc386/start/start.S
index 42604bb..a2bc0c1 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$
+--------------------------------------------------------------------------*/
/*
More information about the vc
mailing list