summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).