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

4.104.114.84.95
Last change on this file since f3fdc59 was f3fdc59, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/04 at 04:20:34

2004-01-15 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use automake compilation rules.
  • Property mode set to 100644
File size: 13.9 KB
Line 
12004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use automake compilation rules.
4
52004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
8        Add PRE/TMPINSTALL_FILES to CLEANFILES.
9
102003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
13
142003-12-18      Joel Sherrill <joel@OARcorp.com>
15
16        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
17        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
18        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
19        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
20        shmdr/setckvec.c, shmdr/shm_driver.h: Copied from libbsp/shmdr.
21
222003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
25
262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
29
302003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Fix variant-tmpinstall support.
33
342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
37        serial/Makefile.am: Remove.
38        * Makefile.am: Merge-in Makefile.am above.
39        Add preinstallation + compilation dirstamp support.
40
412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * ide/Makefile.am: Remove all-local: $(ARCH).
44        * network/Makefile.am: Remove all-local: $(ARCH).
45        * rtc/Makefile.am: Remove all-local: $(ARCH).
46        * serial/Makefile.am: Remove all-local: $(ARCH).
47
482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
51        * network/Makefile.am: Ditto.
52        * rtc/Makefile.am: Ditto.
53        * serial/Makefile.am: Ditto.
54
552003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
58
592003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
60
61        PR 499/rtems_misc
62        * serial/mc68681.c:  Miscellaneous corrections:
63            - Correction of ACR_BIT[7] (Baudrate table) Configuration
64            - Correction of Parity Bit Configuration (Odd was forced)
65            - Correction of Stop Bit configuration (inversed)
66            - Correction of ISR Handler to call
67              rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
68            - Add RTS CTS Hardware flow control Configuration
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
73        ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
74        network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
75        network/dec21140.c, network/elnk.c, network/open_eth.c,
76        network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
77        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
78        rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
79        rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
80        rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
81        serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
82        serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
83        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
84        serial/z85c30_reg.c: URL for license changed.
85
862003-09-03      Jiri Gaisler <jiri@gaisler.com>
87
88        PR 477/networking
89        * network/Makefile.am: Add driver for OpenCores NIC.
90        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
91        New files.
92
932003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96
972003-08-20      Joel Sherrill <joel@OARcorp.com>
98
99        * network/cs8900.c: Correct copyright statements.
100
1012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect having moved automake/.
104        * ide/Makefile.am: Reflect having moved automake/.
105        * network/Makefile.am: Reflect having moved automake/.
106        * rtc/Makefile.am: Reflect having moved automake/.
107        * serial/Makefile.am: Reflect having moved automake/.
108
1092003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
112        serial/Makefile.am: Add conditional LIBCHIP.
113        Conditionally build include-dirs.
114
1152003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
118
1192003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
120
121        PR 429/bsps
122        PR 432/bsps
123        * network/elnk.c: Due to a bug in the driver, if multiple packets
124        are queued onto an elnk board, the ISR will deadlock the device with
125        a tx complete interrupt.  Lighter tx loads are not affected as they
126        end up submitting single packets to the device.
127
1282003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove (Merged into ../configure.ac).
131        * Makefile.am, ide/Makefile.am, network/Makefile.am,
132        rtc/Makefile.am, serial/Makefile.am:
133        Reflect having merged configure.ac into ../configure.ac
134
1352003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
136
137
138        * network/dec21140.c, network/elnk.c: Update to compile on i386.
139
1402003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
141
142        * network/README.3com: New file missed in previous commit.
143
1442003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
145
146        PR 405/bsps
147        PR 393/networking
148        * network/dec21140.c: Fix leak also known as PR393.
149        * network/elnk.c, network/if_media.h, network/mii.h: New files.
150        * network/Makefile.am: Reflect new files.
151
1522003-04-15      Joel Sherrill <joel@OARcorp.com>
153
154        PR 387/rtems_misc
155        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
156        * ide/ata_internal.h: Added missing newline and end of file.
157
1582003-03-27      Joel Sherrill <joel@OARcorp.com>
159
160        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
161        allowed in the cpukit source code since it must be buildable
162        independent of any BSP. These files were moved to libchip/ide.
163        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
164
1652003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
166
167        PR 368/filesystems
168        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
169        now work on pc386 and mbx8xx.
170        * ide/ide_controller.c: New file.
171
1722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
175
1762003-02-20      Till Straumann <strauman@slac.stanford.edu>
177
178        PR 354/networking
179        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
180        against a table of supported chips. The untested
181        ones are still commented out, however.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AC_PREREQ(2.57).
190
1912002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * network/Makefile.am: Eliminate C_O_FILES.
194        * rtc/Makefile.am: Ditto.
195        * serial/Makefile.am: Ditto,
196
1972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        Don't use LIBC_DEFINES.
201        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        Don't use LIBC_DEFINES.
203        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        Don't use LIBC_DEFINES.
205
2062002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
207
208        * network/cs8900.c: I don't know why we have to SelfST register
209        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
210
2112002-10-31      Joel Sherrill <joel@OARcorp.com>
212
213        * network/dec21140.c: Removed warnings.
214
2152002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
216
217        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
218        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
219        * configure.ac, Makefile.am: Modified to reflect changes above.
220
2212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * .cvsignore: Reformat.
224        Add autom4te*cache.
225        Remove autom4te.cache.
226
2272002-09-14      Joel Sherrill <joel@OARcorp.com>
228
229        * serial/z85c30.c: Eliminated warning by clarifying statement.
230
2312002-09-07      Chris Johns <ccj@acm.org>
232
233        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
234        network/cs8900.h: Significant update which corrects the problem
235        where the cs8900.c file was actually the BSP glue.  Joel did
236        some hacking so this file will compile.  Previously it required
237        providing a target.h file to compile.
238        * network/cs8900.c.bsp: New file.
239
2402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
245
2462002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * serial/Makefile.am: Don't tmp-install lib.
249        * rtc/Makefile.am: Don't tmp-install lib.
250
2512002-07-16      Eric Norum <eric.norum@usask.ca>
252
253        * New driver for the Intel EtherExpressPro (82559ER) chip.
254        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
255        network/pci.h: New file.
256        * network/Makefile.am: Modified to reflect above.
257
2582001-05-14      Till Straumann <strauman@slac.stanford.edu>
259
260        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
261        Per PR215 address the following issues:
262            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
263              are no longer defined by libcpu (powerpc/shared/include/io.h)
264              but by the BSP (who is the only one to know the values)
265            - the affected BSP (shared/motorola) headers have been fixed
266              in a separate "libbsp/powerpc/shared" patch.
267            - the DEC 21140 driver (libchip/network/dec21140.c) has been
268              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
269              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
270              is to be defined by the BSP who is using this driver.
271            - the DEC driver also has been fixed to use the newer
272              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
273              delay_in_bus_cycles().
274
2752002-05-07      Chris Johns <ccj@acm.org>
276
277        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
278        lengths to remove the ethernet header as the FreeBSD (RTEMS)
279        stack requires it to be stripped.
280
2812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * network/dec21140.c: Reflect changes to powerpc's
284        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
285
2862002-04-11      Chris Johns <ccj@acm.org>
287
288        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
289        control block field to the ifconfig network driver structure. This
290        field is needed by the i82586 driver which was ported from NetBSD
291        as it had better hardware abstraction.
292
2932002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * network/i82586.c: Include <string.h>.
296        * network/sonic.c: Ditto.
297
2982002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
301
3022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac:
305        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
306        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
307        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
315
3162001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * network/sonic.h: Fix typo.
319
3202001-10-12      Joel Sherrill <joel@OARcorp.com>
321
322        * serial/z85c30.c: Fixed typo.
323
3242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
327        * configure.in: Remove.
328        * configure.ac: New file, generated from configure.in by autoupdate.
329
3302001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
333        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
334        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
335
3362001-09-27      Joel Sherrill <joel@OARcorp.com>
337
338        * ChangeLog: Fixed typo in date.
339
3402001-09-21      Joel Sherrill <joel@OARcorp.com>
341
342        * network/Makefile.am: Fixed typo on file name.
343        * network/i82586.c: Commented out line 318 which is referencing
344        a member of a structure that is not currently there.  This
345        needs to be worked out with Chris Johns <ccj@acm.org>.
346        Switched C++ style comments to C style.
347
3482001-09-19      Chris Johns <ccj@acm.org>
349
350        * network/README.i82586, network/i82586.c, network/i82586reg.h,
351        network/i82586var.h: New files.  Network driver for Intel
352        i82586.
353
3542001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
357
3582001-03-14      Joel Sherrill <joel@OARcorp.com>
359
360        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
361        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
362        to <libchip/sersupp.h> so libchip style serial drivers can
363        be written in libcpu or libbsp.
364
3652001-03-01      Joel Sherrill <joel@OARcorp.com>
366
367        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
368        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
369        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
370        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
371        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
372        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
373        serial/z85c30_reg.c: Corrected header.
374
3752001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
378        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
379
3802000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
381
382        * network/sonic.c: Added ipalign() routine to align the
383        received packet so that the ip header is on a 32-bit boundary.
384        Necessary for cpu's that do not allow unaligned loads and stores
385        and when the 32-bit DMA mode is used.
386
3872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
390
3912000-11-03      Chris Johns <ccj@acm.org>
392
393        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
394
3952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
398
3992000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
402        Switch to GNU canonicalization.
403
4042000-10-20      Joel Sherrill <joel@OARcorp.com>
405
406        * network/dec21140.c: Corrected attach to include "int attach"
407        parameter.
408
4092000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * network/Makefile.am: Use AM_*FLAGS += .. .
412        * ChangeLog: Fix formating.
413
4142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
417        Include compile.am.
418
4192000-08-10      Joel Sherrill <joel@OARcorp.com>
420
421        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.