source: rtems/c/src/libchip/ChangeLog @ 72650fcb

4.104.114.84.95
Last change on this file since 72650fcb was 4f7a0f4, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 21:02:29

2001-10-12 Joel Sherrill <joel@…>

  • serial/z85c30.c: Fixed typo.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12001-10-12      Joel Sherrill <joel@OARcorp.com>
2
3        * serial/z85c30.c: Fixed typo.
4
52001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
8        * configure.in: Remove.
9        * configure.ac: New file, generated from configure.in by autoupdate.
10
112001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
14        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
15        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
16
172001-09-27      Joel Sherrill <joel@OARcorp.com>
18
19        * ChangeLog: Fixed typo in date.
20
212001-09-21      Joel Sherrill <joel@OARcorp.com>
22
23        * network/Makefile.am: Fixed typo on file name.
24        * network/i82586.c: Commented out line 318 which is referencing
25        a member of a structure that is not currently there.  This
26        needs to be worked out with Chris Johns <ccj@acm.org>.
27        Switched C++ style comments to C style.
28
292001-09-19      Chris Johns <ccj@acm.org>
30
31        * network/README.i82586, network/i82586.c, network/i82586reg.h,
32        network/i82586var.h: New files.  Network driver for Intel
33        i82586.
34
352001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
38
392001-03-14      Joel Sherrill <joel@OARcorp.com>
40
41        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
42        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
43        to <libchip/sersupp.h> so libchip style serial drivers can
44        be written in libcpu or libbsp.
45
462001-03-01      Joel Sherrill <joel@OARcorp.com>
47
48        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
49        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
50        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
51        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
52        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
53        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
54        serial/z85c30_reg.c: Corrected header.
55
562001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
59        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
60
612000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
62
63        * network/sonic.c: Added ipalign() routine to align the
64        received packet so that the ip header is on a 32-bit boundary.
65        Necessary for cpu's that do not allow unaligned loads and stores
66        and when the 32-bit DMA mode is used.
67
682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
71
722000-11-03      Chris Johns <ccj@acm.org>
73
74        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
75
762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
79
802000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
83        Switch to GNU canonicalization.
84
852000-10-20      Joel Sherrill <joel@OARcorp.com>
86
87        * network/dec21140.c: Corrected attach to include "int attach"
88        parameter.
89
902000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * network/Makefile.am: Use AM_*FLAGS += .. .
93        * ChangeLog: Fix formating.
94
952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
98        Include compile.am.
99
1002000-08-10      Joel Sherrill <joel@OARcorp.com>
101
102        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.