summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/console
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/src/lib/libbsp/i386/pc386/console
parentCorrect run-time selection of console port. (diff)
downloadrtems-d1887bafc0440b1e12465d5ea4d9a1dab988b624.tar.bz2
Improve comments on console select patch.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/console')
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/printk_support.c13
1 files changed, 7 insertions, 6 deletions
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>