summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 22:06:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 22:06:51 +0000
commit34ef6c7a552c6e10b2198f669cd411323a4fa6f0 (patch)
tree15b8c696a9a6166d9c3dd89d2b041ee256bf5308 /c/src/lib/libbsp/m68k/mvme162/ChangeLog
parent2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-34ef6c7a552c6e10b2198f669cd411323a4fa6f0.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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/libbsp/m68k/mvme162/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/ChangeLog b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
index 5385d888df..f778c1e092 100644
--- a/c/src/lib/libbsp/m68k/mvme162/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * 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>
* include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".