source: rtems/c/src/libchip/ChangeLog @ 5bfc8912

4.104.114.84.95
Last change on this file since 5bfc8912 was 9c6a99f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/04/02 at 18:22:15

2002-04-04 Ralf Corsepius <corsepiu@…>

  • network/i82586.c: Include <string.h>.
  • network/sonic.c: Ditto.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * network/i82586.c: Include <string.h>.
4        * network/sonic.c: Ditto.
5
62002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
9
102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac:
13        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
14        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
15        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
19
202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
23
242001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * network/sonic.h: Fix typo.
27
282001-10-12      Joel Sherrill <joel@OARcorp.com>
29
30        * serial/z85c30.c: Fixed typo.
31
322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
35        * configure.in: Remove.
36        * configure.ac: New file, generated from configure.in by autoupdate.
37
382001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
41        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
42        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
43
442001-09-27      Joel Sherrill <joel@OARcorp.com>
45
46        * ChangeLog: Fixed typo in date.
47
482001-09-21      Joel Sherrill <joel@OARcorp.com>
49
50        * network/Makefile.am: Fixed typo on file name.
51        * network/i82586.c: Commented out line 318 which is referencing
52        a member of a structure that is not currently there.  This
53        needs to be worked out with Chris Johns <ccj@acm.org>.
54        Switched C++ style comments to C style.
55
562001-09-19      Chris Johns <ccj@acm.org>
57
58        * network/README.i82586, network/i82586.c, network/i82586reg.h,
59        network/i82586var.h: New files.  Network driver for Intel
60        i82586.
61
622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
65
662001-03-14      Joel Sherrill <joel@OARcorp.com>
67
68        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
69        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
70        to <libchip/sersupp.h> so libchip style serial drivers can
71        be written in libcpu or libbsp.
72
732001-03-01      Joel Sherrill <joel@OARcorp.com>
74
75        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
76        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
77        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
78        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
79        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
80        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
81        serial/z85c30_reg.c: Corrected header.
82
832001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
86        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
87
882000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
89
90        * network/sonic.c: Added ipalign() routine to align the
91        received packet so that the ip header is on a 32-bit boundary.
92        Necessary for cpu's that do not allow unaligned loads and stores
93        and when the 32-bit DMA mode is used.
94
952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
98
992000-11-03      Chris Johns <ccj@acm.org>
100
101        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
102
1032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
106
1072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
110        Switch to GNU canonicalization.
111
1122000-10-20      Joel Sherrill <joel@OARcorp.com>
113
114        * network/dec21140.c: Corrected attach to include "int attach"
115        parameter.
116
1172000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * network/Makefile.am: Use AM_*FLAGS += .. .
120        * ChangeLog: Fix formating.
121
1222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
125        Include compile.am.
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.