summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-10-15 14:29:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-10-15 14:29:35 +0000
commit0d10ef70c9dca9ef78f669a23f46359612df318c (patch)
tree4007fad7bfe2354f768a26c317df24dec261a5ec /c/src/lib/libbsp/shared
parent2004-10-13 Eric Norum <norume@aps.anl.gov> (diff)
downloadrtems-0d10ef70c9dca9ef78f669a23f46359612df318c.tar.bz2
2004-10-13 Eric Norum <norume@aps.anl.gov>
PR 688/bsps * shared/tod.c: Set RTEMS time during TOD initialization
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/ChangeLog b/c/src/lib/libbsp/shared/ChangeLog
index 824c5c2dc6..5743432d30 100644
--- a/c/src/lib/libbsp/shared/ChangeLog
+++ b/c/src/lib/libbsp/shared/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-13 Eric Norum <norume@aps.anl.gov>
+
+ PR 688/bsps
+ * shared/tod.c: Set RTEMS time during TOD initialization
+
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>.