source: rtems/c/src/libchip/ChangeLog @ 457cd0f

4.104.114.84.95
Last change on this file since 457cd0f was 5a550a3b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 07:02:50

2003-12-01 Ralf Corsepius <corsepiu@…>

  • ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
  • network/Makefile.am: Ditto.
  • rtc/Makefile.am: Ditto.
  • serial/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 12.4 KB
Line 
12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
4        * network/Makefile.am: Ditto.
5        * rtc/Makefile.am: Ditto.
6        * serial/Makefile.am: Ditto.
7
82003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
11
122003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
13
14        PR 499/rtems_misc
15        * serial/mc68681.c:  Miscellaneous corrections:
16            - Correction of ACR_BIT[7] (Baudrate table) Configuration
17            - Correction of Parity Bit Configuration (Odd was forced)
18            - Correction of Stop Bit configuration (inversed)
19            - Correction of ISR Handler to call
20              rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
21            - Add RTS CTS Hardware flow control Configuration
22
232003-09-04      Joel Sherrill <joel@OARcorp.com>
24
25        * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
26        ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
27        network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
28        network/dec21140.c, network/elnk.c, network/open_eth.c,
29        network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
30        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
31        rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
32        rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
33        rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
34        serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
35        serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
36        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
37        serial/z85c30_reg.c: URL for license changed.
38
392003-09-03      Jiri Gaisler <jiri@gaisler.com>
40
41        PR 477/networking
42        * network/Makefile.am: Add driver for OpenCores NIC.
43        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
44        New files.
45
462003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502003-08-20      Joel Sherrill <joel@OARcorp.com>
51
52        * network/cs8900.c: Correct copyright statements.
53
542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved automake/.
57        * ide/Makefile.am: Reflect having moved automake/.
58        * network/Makefile.am: Reflect having moved automake/.
59        * rtc/Makefile.am: Reflect having moved automake/.
60        * serial/Makefile.am: Reflect having moved automake/.
61
622003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
65        serial/Makefile.am: Add conditional LIBCHIP.
66        Conditionally build include-dirs.
67
682003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
71
722003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
73
74        PR 429/bsps
75        PR 432/bsps
76        * network/elnk.c: Due to a bug in the driver, if multiple packets
77        are queued onto an elnk board, the ISR will deadlock the device with
78        a tx complete interrupt.  Lighter tx loads are not affected as they
79        end up submitting single packets to the device.
80
812003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove (Merged into ../configure.ac).
84        * Makefile.am, ide/Makefile.am, network/Makefile.am,
85        rtc/Makefile.am, serial/Makefile.am:
86        Reflect having merged configure.ac into ../configure.ac
87
882003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
89
90
91        * network/dec21140.c, network/elnk.c: Update to compile on i386.
92
932003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
94
95        * network/README.3com: New file missed in previous commit.
96
972003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
98
99        PR 405/bsps
100        PR 393/networking
101        * network/dec21140.c: Fix leak also known as PR393.
102        * network/elnk.c, network/if_media.h, network/mii.h: New files.
103        * network/Makefile.am: Reflect new files.
104
1052003-04-15      Joel Sherrill <joel@OARcorp.com>
106
107        PR 387/rtems_misc
108        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
109        * ide/ata_internal.h: Added missing newline and end of file.
110
1112003-03-27      Joel Sherrill <joel@OARcorp.com>
112
113        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
114        allowed in the cpukit source code since it must be buildable
115        independent of any BSP. These files were moved to libchip/ide.
116        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
117
1182003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
119
120        PR 368/filesystems
121        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
122        now work on pc386 and mbx8xx.
123        * ide/ide_controller.c: New file.
124
1252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove AC_CONFIG_AUX_DIR.
128
1292003-02-20      Till Straumann <strauman@slac.stanford.edu>
130
131        PR 354/networking
132        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
133        against a table of supported chips. The untested
134        ones are still commented out, however.
135
1362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
139
1402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: AC_PREREQ(2.57).
143
1442002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * network/Makefile.am: Eliminate C_O_FILES.
147        * rtc/Makefile.am: Ditto.
148        * serial/Makefile.am: Ditto,
149
1502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        Don't use LIBC_DEFINES.
154        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        Don't use LIBC_DEFINES.
156        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        Don't use LIBC_DEFINES.
158
1592002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
160
161        * network/cs8900.c: I don't know why we have to SelfST register
162        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
163
1642002-10-31      Joel Sherrill <joel@OARcorp.com>
165
166        * network/dec21140.c: Removed warnings.
167
1682002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
169
170        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
171        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
172        * configure.ac, Makefile.am: Modified to reflect changes above.
173
1742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Reformat.
177        Add autom4te*cache.
178        Remove autom4te.cache.
179
1802002-09-14      Joel Sherrill <joel@OARcorp.com>
181
182        * serial/z85c30.c: Eliminated warning by clarifying statement.
183
1842002-09-07      Chris Johns <ccj@acm.org>
185
186        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
187        network/cs8900.h: Significant update which corrects the problem
188        where the cs8900.c file was actually the BSP glue.  Joel did
189        some hacking so this file will compile.  Previously it required
190        providing a target.h file to compile.
191        * network/cs8900.c.bsp: New file.
192
1932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * serial/Makefile.am: Don't tmp-install lib.
202        * rtc/Makefile.am: Don't tmp-install lib.
203
2042002-07-16      Eric Norum <eric.norum@usask.ca>
205
206        * New driver for the Intel EtherExpressPro (82559ER) chip.
207        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
208        network/pci.h: New file.
209        * network/Makefile.am: Modified to reflect above.
210
2112001-05-14      Till Straumann <strauman@slac.stanford.edu>
212
213        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
214        Per PR215 address the following issues:
215            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
216              are no longer defined by libcpu (powerpc/shared/include/io.h)
217              but by the BSP (who is the only one to know the values)
218            - the affected BSP (shared/motorola) headers have been fixed
219              in a separate "libbsp/powerpc/shared" patch.
220            - the DEC 21140 driver (libchip/network/dec21140.c) has been
221              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
222              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
223              is to be defined by the BSP who is using this driver.
224            - the DEC driver also has been fixed to use the newer
225              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
226              delay_in_bus_cycles().
227
2282002-05-07      Chris Johns <ccj@acm.org>
229
230        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
231        lengths to remove the ethernet header as the FreeBSD (RTEMS)
232        stack requires it to be stripped.
233
2342002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * network/dec21140.c: Reflect changes to powerpc's
237        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
238
2392002-04-11      Chris Johns <ccj@acm.org>
240
241        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
242        control block field to the ifconfig network driver structure. This
243        field is needed by the i82586 driver which was ported from NetBSD
244        as it had better hardware abstraction.
245
2462002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * network/i82586.c: Include <string.h>.
249        * network/sonic.c: Ditto.
250
2512002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
254
2552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac:
258        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
259        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
260        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
264
2652002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
268
2692001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * network/sonic.h: Fix typo.
272
2732001-10-12      Joel Sherrill <joel@OARcorp.com>
274
275        * serial/z85c30.c: Fixed typo.
276
2772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
280        * configure.in: Remove.
281        * configure.ac: New file, generated from configure.in by autoupdate.
282
2832001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
286        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
287        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
288
2892001-09-27      Joel Sherrill <joel@OARcorp.com>
290
291        * ChangeLog: Fixed typo in date.
292
2932001-09-21      Joel Sherrill <joel@OARcorp.com>
294
295        * network/Makefile.am: Fixed typo on file name.
296        * network/i82586.c: Commented out line 318 which is referencing
297        a member of a structure that is not currently there.  This
298        needs to be worked out with Chris Johns <ccj@acm.org>.
299        Switched C++ style comments to C style.
300
3012001-09-19      Chris Johns <ccj@acm.org>
302
303        * network/README.i82586, network/i82586.c, network/i82586reg.h,
304        network/i82586var.h: New files.  Network driver for Intel
305        i82586.
306
3072001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
310
3112001-03-14      Joel Sherrill <joel@OARcorp.com>
312
313        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
314        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
315        to <libchip/sersupp.h> so libchip style serial drivers can
316        be written in libcpu or libbsp.
317
3182001-03-01      Joel Sherrill <joel@OARcorp.com>
319
320        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
321        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
322        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
323        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
324        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
325        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
326        serial/z85c30_reg.c: Corrected header.
327
3282001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
331        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
332
3332000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
334
335        * network/sonic.c: Added ipalign() routine to align the
336        received packet so that the ip header is on a 32-bit boundary.
337        Necessary for cpu's that do not allow unaligned loads and stores
338        and when the 32-bit DMA mode is used.
339
3402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
343
3442000-11-03      Chris Johns <ccj@acm.org>
345
346        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
347
3482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
351
3522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
355        Switch to GNU canonicalization.
356
3572000-10-20      Joel Sherrill <joel@OARcorp.com>
358
359        * network/dec21140.c: Corrected attach to include "int attach"
360        parameter.
361
3622000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * network/Makefile.am: Use AM_*FLAGS += .. .
365        * ChangeLog: Fix formating.
366
3672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
370        Include compile.am.
371
3722000-08-10      Joel Sherrill <joel@OARcorp.com>
373
374        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.