summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-30 18:31:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-06-30 18:31:38 +0000
commitd27efcda0368b9c76bed9e9838c1441969869979 (patch)
treef8d60e14911e5755d336a71c22e2713b004a3722 /c
parent2003-06-30 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-d27efcda0368b9c76bed9e9838c1441969869979.tar.bz2
2003-06-30 Joel Sherrill <joel@OARcorp.com>
* console-polled.c: Corrected comments in header.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/shared/console-polled.c5
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index 29196978f1..8b6d4ef2ec 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-30 Joel Sherrill <joel@OARcorp.com>
+
+ * console-polled.c: Corrected comments in header.
+
2003-04-10 Till Straumann <strauman@slac.stanford.edu>
PR 380/bsps
diff --git a/c/src/lib/libbsp/shared/console-polled.c b/c/src/lib/libbsp/shared/console-polled.c
index 1ff40bd1ed..c5733827db 100644
--- a/c/src/lib/libbsp/shared/console-polled.c
+++ b/c/src/lib/libbsp/shared/console-polled.c
@@ -1,6 +1,7 @@
/*
- * This file contains the hardware specific portions of the TTY driver
- * for the serial ports on the erc32.
+ * This file contains the hardware independent portion of a polled
+ * console device driver. If a BSP chooses to use this, then it
+ * only has to provide a few board dependent routines.
*
* COPYRIGHT (c) 1989-1997.
* On-Line Applications Research Corporation (OAR).