summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 17:53:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 17:53:10 +0000
commit2e10f5131ce8127f107cf593749edc86b0ffca78 (patch)
treeb3be6fef0af9b8fda496f8510531915e4e789c98 /c/src/lib/libbsp/shared/ChangeLog
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2e10f5131ce8127f107cf593749edc86b0ffca78.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* clockdrv_shell.c: Fixed syntax error in fast idle support.
Diffstat (limited to 'c/src/lib/libbsp/shared/ChangeLog')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index 25dc15ac5f..d3fc56b2dc 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,5 +1,9 @@
2001-01-03 Joel Sherrill <joel@OARcorp.com>
+ * clockdrv_shell.c: Fixed syntax error in fast idle support.
+
+2001-01-03 Joel Sherrill <joel@OARcorp.com>
+
* clockdrv_shell.c: Added fast idle mode which is enabled by defining
CLOCK_DRIVER_USE_FAST_IDLE.
* console-polled.c: Added console_initialize_hardware() hook.