summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index 105547f3ed..413f2b6253 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,6 +1,7 @@
2005-02-03 Eric Norum <norume@aps.anl.gov>
- * include/bsp.h, startup/bspstart.c: Add 'extended' BSP support (pseudo-VME)
+ * include/bsp.h, startup/bspstart.c: Add 'extended' BSP
+ support (pseudo-VME).
2005-02-02 Eric Norum <norume@aps.anl.gov>
@@ -13,14 +14,13 @@
2005-02-01 Eric Norum <norume@aps.anl.gov>
- * start/start.S, network/network.c: Place FEC buffer descriptors in SRAM.
- No longer need to worry about buffer descriptor caching.
+ * start/start.S, network/network.c: Place FEC buffer descriptors
+ in SRAM. No longer need to worry about buffer descriptor caching.
2005-01-31 Eric Norum <norume@aps.anl.gov>
- * network/network.c, startup/bspstart.c: Processor doesn't snoop FEC DMA
- so we must invalidate the cache appropriately.
-
+ * network/network.c, startup/bspstart.c: Processor doesn't snoop
+ FEC DMA so we must invalidate the cache appropriately.
2005-01-31 Joel Sherrill <joel@OARcorp.com>