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

4.104.114.84.95
Last change on this file since 7c4ef9c was 7c4ef9c, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/02 at 21:01:20

2002-04-18 Ralf Corsepius <corsepiu@…>

  • network/dec21140.c: Reflect changes to powerpc's rtems/score/cpu.h. Use PPC for gcc-3.x compliance.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * network/dec21140.c: Reflect changes to powerpc's
4        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
5
62002-04-11      Chris Johns <ccj@acm.org>
7
8        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
9        control block field to the ifconfig network driver structure. This
10        field is needed by the i82586 driver which was ported from NetBSD
11        as it had better hardware abstraction.
12
132002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * network/i82586.c: Include <string.h>.
16        * network/sonic.c: Ditto.
17
182002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
21
222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
35
362001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * network/sonic.h: Fix typo.
39
402001-10-12      Joel Sherrill <joel@OARcorp.com>
41
42        * serial/z85c30.c: Fixed typo.
43
442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
47        * configure.in: Remove.
48        * configure.ac: New file, generated from configure.in by autoupdate.
49
502001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
53        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
54        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
55
562001-09-27      Joel Sherrill <joel@OARcorp.com>
57
58        * ChangeLog: Fixed typo in date.
59
602001-09-21      Joel Sherrill <joel@OARcorp.com>
61
62        * network/Makefile.am: Fixed typo on file name.
63        * network/i82586.c: Commented out line 318 which is referencing
64        a member of a structure that is not currently there.  This
65        needs to be worked out with Chris Johns <ccj@acm.org>.
66        Switched C++ style comments to C style.
67
682001-09-19      Chris Johns <ccj@acm.org>
69
70        * network/README.i82586, network/i82586.c, network/i82586reg.h,
71        network/i82586var.h: New files.  Network driver for Intel
72        i82586.
73
742001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
77
782001-03-14      Joel Sherrill <joel@OARcorp.com>
79
80        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
81        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
82        to <libchip/sersupp.h> so libchip style serial drivers can
83        be written in libcpu or libbsp.
84
852001-03-01      Joel Sherrill <joel@OARcorp.com>
86
87        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
88        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
89        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
90        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
91        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
92        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
93        serial/z85c30_reg.c: Corrected header.
94
952001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
98        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
99
1002000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
101
102        * network/sonic.c: Added ipalign() routine to align the
103        received packet so that the ip header is on a 32-bit boundary.
104        Necessary for cpu's that do not allow unaligned loads and stores
105        and when the 32-bit DMA mode is used.
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-03      Chris Johns <ccj@acm.org>
112
113        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
114
1152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
118
1192000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
122        Switch to GNU canonicalization.
123
1242000-10-20      Joel Sherrill <joel@OARcorp.com>
125
126        * network/dec21140.c: Corrected attach to include "int attach"
127        parameter.
128
1292000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * network/Makefile.am: Use AM_*FLAGS += .. .
132        * ChangeLog: Fix formating.
133
1342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
137        Include compile.am.
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.