summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-01 15:02:03 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-01 15:02:03 -0600
commitd1887bafc0440b1e12465d5ea4d9a1dab988b624 (patch)
tree8372a5256bc4f376181d6337bf337f200a86c39c /c
parentCorrect run-time selection of console port. (diff)
downloadrtems-d1887bafc0440b1e12465d5ea4d9a1dab988b624.tar.bz2
Improve comments on console select patch.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/Makefile.am1
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/printk_support.c13
-rw-r--r--c/src/lib/libbsp/i386/pc386/start/start.S4
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 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 <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 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$
+--------------------------------------------------------------------------*/
/*