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

4.104.114.84.95
Last change on this file since ed13346 was ed13346, checked in by Joel Sherrill <joel.sherrill@…>, on 09/21/01 at 14:00:06

2001-09-14 Joel Sherrill <joel@…>

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