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

4.104.114.84.95
Last change on this file since 7a97f26 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 8.1 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-20      Till Straumann <strauman@slac.stanford.edu>
6
7        PR 354/networking
8        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
9        against a table of supported chips. The untested
10        ones are still commented out, however.
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
15
162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: AC_PREREQ(2.57).
19
202002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * network/Makefile.am: Eliminate C_O_FILES.
23        * rtc/Makefile.am: Ditto.
24        * serial/Makefile.am: Ditto,
25
262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        Don't use LIBC_DEFINES.
30        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        Don't use LIBC_DEFINES.
32        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        Don't use LIBC_DEFINES.
34
352002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
36
37        * network/cs8900.c: I don't know why we have to SelfST register
38        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
39
402002-10-31      Joel Sherrill <joel@OARcorp.com>
41
42        * network/dec21140.c: Removed warnings.
43
442002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
45
46        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
47        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
48        * configure.ac, Makefile.am: Modified to reflect changes above.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-09-14      Joel Sherrill <joel@OARcorp.com>
57
58        * serial/z85c30.c: Eliminated warning by clarifying statement.
59
602002-09-07      Chris Johns <ccj@acm.org>
61
62        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
63        network/cs8900.h: Significant update which corrects the problem
64        where the cs8900.c file was actually the BSP glue.  Joel did
65        some hacking so this file will compile.  Previously it required
66        providing a target.h file to compile.
67        * network/cs8900.c.bsp: New file.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
74
752002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * serial/Makefile.am: Don't tmp-install lib.
78        * rtc/Makefile.am: Don't tmp-install lib.
79
802002-07-16      Eric Norum <eric.norum@usask.ca>
81
82        * New driver for the Intel EtherExpressPro (82559ER) chip.
83        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
84        network/pci.h: New file.
85        * network/Makefile.am: Modified to reflect above.
86
872001-05-14      Till Straumann <strauman@slac.stanford.edu>
88
89        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
90        Per PR215 address the following issues:
91            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
92              are no longer defined by libcpu (powerpc/shared/include/io.h)
93              but by the BSP (who is the only one to know the values)
94            - the affected BSP (shared/motorola) headers have been fixed
95              in a separate "libbsp/powerpc/shared" patch.
96            - the DEC 21140 driver (libchip/network/dec21140.c) has been
97              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
98              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
99              is to be defined by the BSP who is using this driver.
100            - the DEC driver also has been fixed to use the newer
101              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
102              delay_in_bus_cycles().
103
1042002-05-07      Chris Johns <ccj@acm.org>
105
106        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
107        lengths to remove the ethernet header as the FreeBSD (RTEMS)
108        stack requires it to be stripped.
109
1102002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * network/dec21140.c: Reflect changes to powerpc's
113        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
114
1152002-04-11      Chris Johns <ccj@acm.org>
116
117        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
118        control block field to the ifconfig network driver structure. This
119        field is needed by the i82586 driver which was ported from NetBSD
120        as it had better hardware abstraction.
121
1222002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * network/i82586.c: Include <string.h>.
125        * network/sonic.c: Ditto.
126
1272002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
130
1312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac:
134        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
135        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
136        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
140
1412002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
144
1452001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * network/sonic.h: Fix typo.
148
1492001-10-12      Joel Sherrill <joel@OARcorp.com>
150
151        * serial/z85c30.c: Fixed typo.
152
1532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
156        * configure.in: Remove.
157        * configure.ac: New file, generated from configure.in by autoupdate.
158
1592001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
162        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
163        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
164
1652001-09-27      Joel Sherrill <joel@OARcorp.com>
166
167        * ChangeLog: Fixed typo in date.
168
1692001-09-21      Joel Sherrill <joel@OARcorp.com>
170
171        * network/Makefile.am: Fixed typo on file name.
172        * network/i82586.c: Commented out line 318 which is referencing
173        a member of a structure that is not currently there.  This
174        needs to be worked out with Chris Johns <ccj@acm.org>.
175        Switched C++ style comments to C style.
176
1772001-09-19      Chris Johns <ccj@acm.org>
178
179        * network/README.i82586, network/i82586.c, network/i82586reg.h,
180        network/i82586var.h: New files.  Network driver for Intel
181        i82586.
182
1832001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
186
1872001-03-14      Joel Sherrill <joel@OARcorp.com>
188
189        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
190        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
191        to <libchip/sersupp.h> so libchip style serial drivers can
192        be written in libcpu or libbsp.
193
1942001-03-01      Joel Sherrill <joel@OARcorp.com>
195
196        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
197        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
198        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
199        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
200        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
201        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
202        serial/z85c30_reg.c: Corrected header.
203
2042001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
207        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
208
2092000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
210
211        * network/sonic.c: Added ipalign() routine to align the
212        received packet so that the ip header is on a 32-bit boundary.
213        Necessary for cpu's that do not allow unaligned loads and stores
214        and when the 32-bit DMA mode is used.
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
219
2202000-11-03      Chris Johns <ccj@acm.org>
221
222        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
223
2242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
227
2282000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
231        Switch to GNU canonicalization.
232
2332000-10-20      Joel Sherrill <joel@OARcorp.com>
234
235        * network/dec21140.c: Corrected attach to include "int attach"
236        parameter.
237
2382000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * network/Makefile.am: Use AM_*FLAGS += .. .
241        * ChangeLog: Fix formating.
242
2432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
246        Include compile.am.
247
2482000-08-10      Joel Sherrill <joel@OARcorp.com>
249
250        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.