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

4.104.114.84.95
Last change on this file since c752ff2d was c752ff2d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/01 at 14:34:19

2001-11-26 Ralf Corsepius <corsepiu@…>

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