summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-03-12 16:02:34 +0000
committerEric Norum <WENorum@lbl.gov>2005-03-12 16:02:34 +0000
commit3adc6c13f3b8425d8f08595f409e33e09f33e26a (patch)
tree3a6e18f5f9e1e2d7c4713d85dda62406abe3408e /c/src/lib/libbsp/m68k/uC5282/ChangeLog
parent2005-03-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3adc6c13f3b8425d8f08595f409e33e09f33e26a.tar.bz2
Add statistics counter for number of transmit bytes realigned.
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index ac69eea3b1..269d08d848 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,6 +1,10 @@
+2005-03-12 Eric Norum <norume@aps.anl.gov>
+
+ * network/network.c: Add statistics counter for number of realigned bytes.
+
2005-03-10 Eric Norum <norume@aps.anl.gov>
- * startup/bspstart.c: Add NOP after CACR writes. (work around hardware bug)
+ * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug).
2005-02-14 Eric Norum <norume@aps.anl.gov>