source: rtems/c/src/libchip/ChangeLog @ 7e05b53

4.104.114.84.95
Last change on this file since 7e05b53 was 7e05b53, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/01 at 19:42:49

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

  • serial/Makefile.am, serial/mc68681.c, serial/ns16550.c, serial/serprobe.c, serial/z85c30.c: Now install sersupp.h to <libchip/sersupp.h> so libchip style serial drivers can be written in libcpu or libbsp.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12001-03-14      Joel Sherrill <joel@OARcorp.com>
2
3        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
4        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
5        to <libchip/sersupp.h> so libchip style serial drivers can
6        be written in libcpu or libbsp.
7
82001-03-01      Joel Sherrill <joel@OARcorp.com>
9
10        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
11        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
12        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
13        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
14        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
15        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
16        serial/z85c30_reg.c: Corrected header.
17
182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
21        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
22
232000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
24
25        * network/sonic.c: Added ipalign() routine to align the
26        received packet so that the ip header is on a 32-bit boundary.
27        Necessary for cpu's that do not allow unaligned loads and stores
28        and when the 32-bit DMA mode is used.
29
302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
33
342000-11-03      Chris Johns <ccj@acm.org>
35
36        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
37
382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
41
422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
45        Switch to GNU canonicalization.
46
472000-10-20      Joel Sherrill <joel@OARcorp.com>
48
49        * network/dec21140.c: Corrected attach to include "int attach"
50        parameter.
51
522000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * network/Makefile.am: Use AM_*FLAGS += .. .
55        * ChangeLog: Fix formating.
56
572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
60        Include compile.am.
61
622000-08-10      Joel Sherrill <joel@OARcorp.com>
63
64        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.