source: rtems/c/src/libchip/ChangeLog @ 195a350e

4.104.114.84.95
Last change on this file since 195a350e was 195a350e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/03 at 12:47:28

2003-08-21 Ralf Corsepius <corsepiu@…>

  • ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52003-08-20      Joel Sherrill <joel@OARcorp.com>
6
7        * network/cs8900.c: Correct copyright statements.
8
92003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Reflect having moved automake/.
12        * ide/Makefile.am: Reflect having moved automake/.
13        * network/Makefile.am: Reflect having moved automake/.
14        * rtc/Makefile.am: Reflect having moved automake/.
15        * serial/Makefile.am: Reflect having moved automake/.
16
172003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
20        serial/Makefile.am: Add conditional LIBCHIP.
21        Conditionally build include-dirs.
22
232003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
26
272003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
28
29        PR 429/bsps
30        PR 432/bsps
31        * network/elnk.c: Due to a bug in the driver, if multiple packets
32        are queued onto an elnk board, the ISR will deadlock the device with
33        a tx complete interrupt.  Lighter tx loads are not affected as they
34        end up submitting single packets to the device.
35
362003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove (Merged into ../configure.ac).
39        * Makefile.am, ide/Makefile.am, network/Makefile.am,
40        rtc/Makefile.am, serial/Makefile.am:
41        Reflect having merged configure.ac into ../configure.ac
42
432003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
44
45
46        * network/dec21140.c, network/elnk.c: Update to compile on i386.
47
482003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
49
50        * network/README.3com: New file missed in previous commit.
51
522003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
53
54        PR 405/bsps
55        PR 393/networking
56        * network/dec21140.c: Fix leak also known as PR393.
57        * network/elnk.c, network/if_media.h, network/mii.h: New files.
58        * network/Makefile.am: Reflect new files.
59
602003-04-15      Joel Sherrill <joel@OARcorp.com>
61
62        PR 387/rtems_misc
63        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
64        * ide/ata_internal.h: Added missing newline and end of file.
65
662003-03-27      Joel Sherrill <joel@OARcorp.com>
67
68        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
69        allowed in the cpukit source code since it must be buildable
70        independent of any BSP. These files were moved to libchip/ide.
71        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
72
732003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
74
75        PR 368/filesystems
76        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
77        now work on pc386 and mbx8xx.
78        * ide/ide_controller.c: New file.
79
802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove AC_CONFIG_AUX_DIR.
83
842003-02-20      Till Straumann <strauman@slac.stanford.edu>
85
86        PR 354/networking
87        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
88        against a table of supported chips. The untested
89        ones are still commented out, however.
90
912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
94
952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: AC_PREREQ(2.57).
98
992002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * network/Makefile.am: Eliminate C_O_FILES.
102        * rtc/Makefile.am: Ditto.
103        * serial/Makefile.am: Ditto,
104
1052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
108        Don't use LIBC_DEFINES.
109        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        Don't use LIBC_DEFINES.
111        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
112        Don't use LIBC_DEFINES.
113
1142002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
115
116        * network/cs8900.c: I don't know why we have to SelfST register
117        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
118
1192002-10-31      Joel Sherrill <joel@OARcorp.com>
120
121        * network/dec21140.c: Removed warnings.
122
1232002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
124
125        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
126        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
127        * configure.ac, Makefile.am: Modified to reflect changes above.
128
1292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Reformat.
132        Add autom4te*cache.
133        Remove autom4te.cache.
134
1352002-09-14      Joel Sherrill <joel@OARcorp.com>
136
137        * serial/z85c30.c: Eliminated warning by clarifying statement.
138
1392002-09-07      Chris Johns <ccj@acm.org>
140
141        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
142        network/cs8900.h: Significant update which corrects the problem
143        where the cs8900.c file was actually the BSP glue.  Joel did
144        some hacking so this file will compile.  Previously it required
145        providing a target.h file to compile.
146        * network/cs8900.c.bsp: New file.
147
1482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
151        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
152        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
153
1542002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * serial/Makefile.am: Don't tmp-install lib.
157        * rtc/Makefile.am: Don't tmp-install lib.
158
1592002-07-16      Eric Norum <eric.norum@usask.ca>
160
161        * New driver for the Intel EtherExpressPro (82559ER) chip.
162        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
163        network/pci.h: New file.
164        * network/Makefile.am: Modified to reflect above.
165
1662001-05-14      Till Straumann <strauman@slac.stanford.edu>
167
168        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
169        Per PR215 address the following issues:
170            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
171              are no longer defined by libcpu (powerpc/shared/include/io.h)
172              but by the BSP (who is the only one to know the values)
173            - the affected BSP (shared/motorola) headers have been fixed
174              in a separate "libbsp/powerpc/shared" patch.
175            - the DEC 21140 driver (libchip/network/dec21140.c) has been
176              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
177              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
178              is to be defined by the BSP who is using this driver.
179            - the DEC driver also has been fixed to use the newer
180              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
181              delay_in_bus_cycles().
182
1832002-05-07      Chris Johns <ccj@acm.org>
184
185        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
186        lengths to remove the ethernet header as the FreeBSD (RTEMS)
187        stack requires it to be stripped.
188
1892002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * network/dec21140.c: Reflect changes to powerpc's
192        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
193
1942002-04-11      Chris Johns <ccj@acm.org>
195
196        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
197        control block field to the ifconfig network driver structure. This
198        field is needed by the i82586 driver which was ported from NetBSD
199        as it had better hardware abstraction.
200
2012002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * network/i82586.c: Include <string.h>.
204        * network/sonic.c: Ditto.
205
2062002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
209
2102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac:
213        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
214        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
215        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
219
2202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
223
2242001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * network/sonic.h: Fix typo.
227
2282001-10-12      Joel Sherrill <joel@OARcorp.com>
229
230        * serial/z85c30.c: Fixed typo.
231
2322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
235        * configure.in: Remove.
236        * configure.ac: New file, generated from configure.in by autoupdate.
237
2382001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
241        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
242        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
243
2442001-09-27      Joel Sherrill <joel@OARcorp.com>
245
246        * ChangeLog: Fixed typo in date.
247
2482001-09-21      Joel Sherrill <joel@OARcorp.com>
249
250        * network/Makefile.am: Fixed typo on file name.
251        * network/i82586.c: Commented out line 318 which is referencing
252        a member of a structure that is not currently there.  This
253        needs to be worked out with Chris Johns <ccj@acm.org>.
254        Switched C++ style comments to C style.
255
2562001-09-19      Chris Johns <ccj@acm.org>
257
258        * network/README.i82586, network/i82586.c, network/i82586reg.h,
259        network/i82586var.h: New files.  Network driver for Intel
260        i82586.
261
2622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
265
2662001-03-14      Joel Sherrill <joel@OARcorp.com>
267
268        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
269        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
270        to <libchip/sersupp.h> so libchip style serial drivers can
271        be written in libcpu or libbsp.
272
2732001-03-01      Joel Sherrill <joel@OARcorp.com>
274
275        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
276        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
277        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
278        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
279        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
280        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
281        serial/z85c30_reg.c: Corrected header.
282
2832001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
286        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
287
2882000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
289
290        * network/sonic.c: Added ipalign() routine to align the
291        received packet so that the ip header is on a 32-bit boundary.
292        Necessary for cpu's that do not allow unaligned loads and stores
293        and when the 32-bit DMA mode is used.
294
2952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
298
2992000-11-03      Chris Johns <ccj@acm.org>
300
301        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
302
3032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
306
3072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
310        Switch to GNU canonicalization.
311
3122000-10-20      Joel Sherrill <joel@OARcorp.com>
313
314        * network/dec21140.c: Corrected attach to include "int attach"
315        parameter.
316
3172000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * network/Makefile.am: Use AM_*FLAGS += .. .
320        * ChangeLog: Fix formating.
321
3222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
325        Include compile.am.
326
3272000-08-10      Joel Sherrill <joel@OARcorp.com>
328
329        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.