source: rtems/c/src/libchip/ChangeLog @ 657af74

4.104.114.84.95
Last change on this file since 657af74 was 657af74, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:32

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • network/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
10
112002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
14
152001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * network/sonic.h: Fix typo.
18
192001-10-12      Joel Sherrill <joel@OARcorp.com>
20
21        * serial/z85c30.c: Fixed typo.
22
232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
26        * configure.in: Remove.
27        * configure.ac: New file, generated from configure.in by autoupdate.
28
292001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
32        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
33        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
34
352001-09-27      Joel Sherrill <joel@OARcorp.com>
36
37        * ChangeLog: Fixed typo in date.
38
392001-09-21      Joel Sherrill <joel@OARcorp.com>
40
41        * network/Makefile.am: Fixed typo on file name.
42        * network/i82586.c: Commented out line 318 which is referencing
43        a member of a structure that is not currently there.  This
44        needs to be worked out with Chris Johns <ccj@acm.org>.
45        Switched C++ style comments to C style.
46
472001-09-19      Chris Johns <ccj@acm.org>
48
49        * network/README.i82586, network/i82586.c, network/i82586reg.h,
50        network/i82586var.h: New files.  Network driver for Intel
51        i82586.
52
532001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
56
572001-03-14      Joel Sherrill <joel@OARcorp.com>
58
59        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
60        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
61        to <libchip/sersupp.h> so libchip style serial drivers can
62        be written in libcpu or libbsp.
63
642001-03-01      Joel Sherrill <joel@OARcorp.com>
65
66        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
67        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
68        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
69        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
70        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
71        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
72        serial/z85c30_reg.c: Corrected header.
73
742001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
77        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
78
792000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
80
81        * network/sonic.c: Added ipalign() routine to align the
82        received packet so that the ip header is on a 32-bit boundary.
83        Necessary for cpu's that do not allow unaligned loads and stores
84        and when the 32-bit DMA mode is used.
85
862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
89
902000-11-03      Chris Johns <ccj@acm.org>
91
92        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
101        Switch to GNU canonicalization.
102
1032000-10-20      Joel Sherrill <joel@OARcorp.com>
104
105        * network/dec21140.c: Corrected attach to include "int attach"
106        parameter.
107
1082000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * network/Makefile.am: Use AM_*FLAGS += .. .
111        * ChangeLog: Fix formating.
112
1132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
116        Include compile.am.
117
1182000-08-10      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.