summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 14:03:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 14:03:47 +0000
commiteb98e4c6273ea374e15ee95fc0f063f0e3a6c226 (patch)
treef2d7de079fb9a3abfd318ae506ef6da350c141c6 /c/src/lib/libcpu
parentmpc8249eamds support for Gigabit Ethernet works again (diff)
downloadrtems-eb98e4c6273ea374e15ee95fc0f063f0e3a6c226.tar.bz2
typos.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index bb87f7d748..5033d9087f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,15 +1,13 @@
2008-07-18 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
- * mpc83xx/network/tsec.c:
- initialize PHY registers late enough, so that phy access is possible
+ * mpc83xx/network/tsec.c: Initialize PHY registers late enough,
+ so that phy access is possible
2008-07-17 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* rtems/powerpc/powerpc.h:
ppc405 uses definitions distinct from ppc403 now
-
- * shared/src/cache_.h:
- use correct powerpc.h to get cache attributes
+ * shared/src/cache_.h: Use correct powerpc.h to get cache attributes
2008-07-17 Thomas Doerfler <thomas.doerfler@embedded-brains.de>