From f6ef823a22c18ea2bb097b2ce43ebf9ba1a8baed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 Nov 2000 22:58:36 +0000 Subject: 2000-11-13 Jiri Gaisler * 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. --- c/src/libchip/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/libchip/ChangeLog') 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 + + * 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 * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. -- cgit v1.2.3