summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-13 22:58:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-13 22:58:36 +0000
commitf6ef823a22c18ea2bb097b2ce43ebf9ba1a8baed (patch)
treeeffc341012e541bafb98d404c7a3f825669afb12 /c/src/libchip/ChangeLog
parent2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> (diff)
downloadrtems-f6ef823a22c18ea2bb097b2ce43ebf9ba1a8baed.tar.bz2
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* network/sonic.c: Added ipalign() routine to align the received packet so that the ip header is on a 32-bit boundary. Necessary for cpu's that do not allow unaligned loads and stores and when the 32-bit DMA mode is used.
Diffstat (limited to 'c/src/libchip/ChangeLog')
-rw-r--r--c/src/libchip/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog
index a70c693e45..8010566c46 100644
--- a/c/src/libchip/ChangeLog
+++ b/c/src/libchip/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
+
+ * network/sonic.c: Added ipalign() routine to align the
+ received packet so that the ip header is on a 32-bit boundary.
+ Necessary for cpu's that do not allow unaligned loads and stores
+ and when the 32-bit DMA mode is used.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.