1 | 2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
2 | |
---|
3 | * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET. |
---|
4 | |
---|
5 | 2001-03-14 Joel Sherrill <joel@OARcorp.com> |
---|
6 | |
---|
7 | * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c, |
---|
8 | serial/serprobe.c, serial/z85c30.c: Now install sersupp.h |
---|
9 | to <libchip/sersupp.h> so libchip style serial drivers can |
---|
10 | be written in libcpu or libbsp. |
---|
11 | |
---|
12 | 2001-03-01 Joel Sherrill <joel@OARcorp.com> |
---|
13 | |
---|
14 | * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h, |
---|
15 | rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, |
---|
16 | rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, |
---|
17 | rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c, |
---|
18 | serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, |
---|
19 | serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, |
---|
20 | serial/z85c30_reg.c: Corrected header. |
---|
21 | |
---|
22 | 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
23 | |
---|
24 | * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: |
---|
25 | Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..). |
---|
26 | |
---|
27 | 2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> |
---|
28 | |
---|
29 | * network/sonic.c: Added ipalign() routine to align the |
---|
30 | received packet so that the ip header is on a 32-bit boundary. |
---|
31 | Necessary for cpu's that do not allow unaligned loads and stores |
---|
32 | and when the 32-bit DMA mode is used. |
---|
33 | |
---|
34 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
35 | |
---|
36 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
37 | |
---|
38 | 2000-11-03 Chris Johns <ccj@acm.org> |
---|
39 | |
---|
40 | * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files. |
---|
41 | |
---|
42 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
43 | |
---|
44 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
45 | |
---|
46 | 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
47 | |
---|
48 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
49 | Switch to GNU canonicalization. |
---|
50 | |
---|
51 | 2000-10-20 Joel Sherrill <joel@OARcorp.com> |
---|
52 | |
---|
53 | * network/dec21140.c: Corrected attach to include "int attach" |
---|
54 | parameter. |
---|
55 | |
---|
56 | 2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
57 | |
---|
58 | * network/Makefile.am: Use AM_*FLAGS += .. . |
---|
59 | * ChangeLog: Fix formating. |
---|
60 | |
---|
61 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
62 | |
---|
63 | * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: |
---|
64 | Include compile.am. |
---|
65 | |
---|
66 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
67 | |
---|
68 | * ChangeLog: New file. |
---|