mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 18:48:50 +08:00
* 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.
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
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.
|
|
|
|
2000-11-03 Chris Johns <ccj@acm.org>
|
|
|
|
* network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
|
|
|
|
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
|
|
|
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
|
Switch to GNU canonicalization.
|
|
|
|
2000-10-20 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* network/dec21140.c: Corrected attach to include "int attach"
|
|
parameter.
|
|
|
|
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* network/Makefile.am: Use AM_*FLAGS += .. .
|
|
* ChangeLog: Fix formating.
|
|
|
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
|
|
Include compile.am.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|