summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 22:06:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 22:06:49 +0000
commit1e6aed25b45b0e74ef2ad61059b8c6a17e4c6465 (patch)
tree29c9c6bf2f433b2e03d900ce62469af18968b0d9 /c/src/lib/libcpu/m68k/ChangeLog
parent2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-1e6aed25b45b0e74ef2ad61059b8c6a17e4c6465.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.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/libcpu/m68k/ChangeLog')
-rw-r--r--c/src/lib/libcpu/m68k/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/m68k/ChangeLog b/c/src/lib/libcpu/m68k/ChangeLog
index 9ad0248d6e..5bc22de36e 100644
--- a/c/src/lib/libcpu/m68k/ChangeLog
+++ b/c/src/lib/libcpu/m68k/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.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>
* mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".