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

Last change on this file since bce9f3b1 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 7.8 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * network/Makefile.am: Eliminate C_O_FILES.
12        * rtc/Makefile.am: Ditto.
13        * serial/Makefile.am: Ditto,
14
152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        Don't use LIBC_DEFINES.
19        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        Don't use LIBC_DEFINES.
21        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        Don't use LIBC_DEFINES.
23
242002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
25
26        * network/cs8900.c: I don't know why we have to SelfST register
27        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
28
292002-10-31      Joel Sherrill <joel@OARcorp.com>
30
31        * network/dec21140.c: Removed warnings.
32
332002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
34
35        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
36        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
37        * configure.ac, Makefile.am: Modified to reflect changes above.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-09-14      Joel Sherrill <joel@OARcorp.com>
46
47        * serial/z85c30.c: Eliminated warning by clarifying statement.
48
492002-09-07      Chris Johns <ccj@acm.org>
50
51        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
52        network/cs8900.h: Significant update which corrects the problem
53        where the cs8900.c file was actually the BSP glue.  Joel did
54        some hacking so this file will compile.  Previously it required
55        providing a target.h file to compile.
56        * network/cs8900.c.bsp: New file.
57
582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
63
642002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * serial/Makefile.am: Don't tmp-install lib.
67        * rtc/Makefile.am: Don't tmp-install lib.
68
692002-07-16      Eric Norum <eric.norum@usask.ca>
70
71        * New driver for the Intel EtherExpressPro (82559ER) chip.
72        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
73        network/pci.h: New file.
74        * network/Makefile.am: Modified to reflect above.
75
762001-05-14      Till Straumann <strauman@slac.stanford.edu>
77
78        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
79        Per PR215 address the following issues:
80            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
81              are no longer defined by libcpu (powerpc/shared/include/io.h)
82              but by the BSP (who is the only one to know the values)
83            - the affected BSP (shared/motorola) headers have been fixed
84              in a separate "libbsp/powerpc/shared" patch.
85            - the DEC 21140 driver (libchip/network/dec21140.c) has been
86              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
87              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
88              is to be defined by the BSP who is using this driver.
89            - the DEC driver also has been fixed to use the newer
90              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
91              delay_in_bus_cycles().
92
932002-05-07      Chris Johns <ccj@acm.org>
94
95        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
96        lengths to remove the ethernet header as the FreeBSD (RTEMS)
97        stack requires it to be stripped.
98
992002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * network/dec21140.c: Reflect changes to powerpc's
102        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
103
1042002-04-11      Chris Johns <ccj@acm.org>
105
106        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
107        control block field to the ifconfig network driver structure. This
108        field is needed by the i82586 driver which was ported from NetBSD
109        as it had better hardware abstraction.
110
1112002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * network/i82586.c: Include <string.h>.
114        * network/sonic.c: Ditto.
115
1162002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
119
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
129
1302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
133
1342001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * network/sonic.h: Fix typo.
137
1382001-10-12      Joel Sherrill <joel@OARcorp.com>
139
140        * serial/z85c30.c: Fixed typo.
141
1422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
145        * configure.in: Remove.
146        * configure.ac: New file, generated from configure.in by autoupdate.
147
1482001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
151        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
152        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
153
1542001-09-27      Joel Sherrill <joel@OARcorp.com>
155
156        * ChangeLog: Fixed typo in date.
157
1582001-09-21      Joel Sherrill <joel@OARcorp.com>
159
160        * network/Makefile.am: Fixed typo on file name.
161        * network/i82586.c: Commented out line 318 which is referencing
162        a member of a structure that is not currently there.  This
163        needs to be worked out with Chris Johns <ccj@acm.org>.
164        Switched C++ style comments to C style.
165
1662001-09-19      Chris Johns <ccj@acm.org>
167
168        * network/README.i82586, network/i82586.c, network/i82586reg.h,
169        network/i82586var.h: New files.  Network driver for Intel
170        i82586.
171
1722001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
175
1762001-03-14      Joel Sherrill <joel@OARcorp.com>
177
178        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
179        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
180        to <libchip/sersupp.h> so libchip style serial drivers can
181        be written in libcpu or libbsp.
182
1832001-03-01      Joel Sherrill <joel@OARcorp.com>
184
185        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
186        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
187        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
188        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
189        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
190        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
191        serial/z85c30_reg.c: Corrected header.
192
1932001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
196        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
197
1982000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
199
200        * network/sonic.c: Added ipalign() routine to align the
201        received packet so that the ip header is on a 32-bit boundary.
202        Necessary for cpu's that do not allow unaligned loads and stores
203        and when the 32-bit DMA mode is used.
204
2052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
208
2092000-11-03      Chris Johns <ccj@acm.org>
210
211        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
212
2132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
216
2172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
220        Switch to GNU canonicalization.
221
2222000-10-20      Joel Sherrill <joel@OARcorp.com>
223
224        * network/dec21140.c: Corrected attach to include "int attach"
225        parameter.
226
2272000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * network/Makefile.am: Use AM_*FLAGS += .. .
230        * ChangeLog: Fix formating.
231
2322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
235        Include compile.am.
236
2372000-08-10      Joel Sherrill <joel@OARcorp.com>
238
239        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.