source: rtems/c/src/libchip/ChangeLog @ e414566

4.104.114.84.95
Last change on this file since e414566 was e414566, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:35:05

2001-09-28 Ralf Corsepius <corsepiu@…>

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