From d27efcda0368b9c76bed9e9838c1441969869979 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 30 Jun 2003 18:31:38 +0000 Subject: 2003-06-30 Joel Sherrill * console-polled.c: Corrected comments in header. --- c/src/lib/libbsp/shared/ChangeLog | 4 ++++ c/src/lib/libbsp/shared/console-polled.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c') 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 + + * console-polled.c: Corrected comments in header. + 2003-04-10 Till Straumann 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). -- cgit v1.2.3