summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 22:06:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 22:06:04 +0000
commit2d4d710be2b6633495621399e31fdb9742389f1f (patch)
tree0323f65ac9cd7a586b7d4375031414c550af5c88 /c/src/lib/libbsp/powerpc/ChangeLog
parent2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2d4d710be2b6633495621399e31fdb9742389f1f.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/clock/clock.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 666b7db84f..552128ed78 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/clock/clock.c: The Shared Memory Driver no longer requires the
+ special IOCTL in Clock_control. This was a hack which has existed
+ since before the Classic API Timer Manager was implemented. All
+ implementations of and references to Clock_control were removed.
+
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/console/inch.c: Convert to "bool".