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

4.104.114.84.95
Last change on this file since f3f9b55 was f3f9b55, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:39:38

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

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4
52004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Fix typo in previous patch.
8
92004-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use automake compilation rules.
12
132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
16        Add PRE/TMPINSTALL_FILES to CLEANFILES.
17
182003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Add shmdr. Use noinst_DATA instead of TMP_LIBS.
21
222003-12-18      Joel Sherrill <joel@OARcorp.com>
23
24        * shmdr/addlq.c, shmdr/cnvpkt.c, shmdr/dump.c, shmdr/fatal.c,
25        shmdr/getlq.c, shmdr/getpkt.c, shmdr/init.c, shmdr/initlq.c,
26        shmdr/intr.c, shmdr/mpci.h, shmdr/mpisr.c, shmdr/poll.c,
27        shmdr/README, shmdr/receive.c, shmdr/retpkt.c, shmdr/send.c,
28        shmdr/setckvec.c, shmdr/shm_driver.h: Copied from libbsp/shmdr.
29
302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
37
382003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Fix variant-tmpinstall support.
41
422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
45        serial/Makefile.am: Remove.
46        * Makefile.am: Merge-in Makefile.am above.
47        Add preinstallation + compilation dirstamp support.
48
492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * ide/Makefile.am: Remove all-local: $(ARCH).
52        * network/Makefile.am: Remove all-local: $(ARCH).
53        * rtc/Makefile.am: Remove all-local: $(ARCH).
54        * serial/Makefile.am: Remove all-local: $(ARCH).
55
562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
59        * network/Makefile.am: Ditto.
60        * rtc/Makefile.am: Ditto.
61        * serial/Makefile.am: Ditto.
62
632003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
66
672003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
68
69        PR 499/rtems_misc
70        * serial/mc68681.c:  Miscellaneous corrections:
71            - Correction of ACR_BIT[7] (Baudrate table) Configuration
72            - Correction of Parity Bit Configuration (Odd was forced)
73            - Correction of Stop Bit configuration (inversed)
74            - Correction of ISR Handler to call
75              rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
76            - Add RTS CTS Hardware flow control Configuration
77
782003-09-04      Joel Sherrill <joel@OARcorp.com>
79
80        * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
81        ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
82        network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
83        network/dec21140.c, network/elnk.c, network/open_eth.c,
84        network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
85        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
86        rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
87        rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
88        rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
89        serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
90        serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
91        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
92        serial/z85c30_reg.c: URL for license changed.
93
942003-09-03      Jiri Gaisler <jiri@gaisler.com>
95
96        PR 477/networking
97        * network/Makefile.am: Add driver for OpenCores NIC.
98        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
99        New files.
100
1012003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104
1052003-08-20      Joel Sherrill <joel@OARcorp.com>
106
107        * network/cs8900.c: Correct copyright statements.
108
1092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect having moved automake/.
112        * ide/Makefile.am: Reflect having moved automake/.
113        * network/Makefile.am: Reflect having moved automake/.
114        * rtc/Makefile.am: Reflect having moved automake/.
115        * serial/Makefile.am: Reflect having moved automake/.
116
1172003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
120        serial/Makefile.am: Add conditional LIBCHIP.
121        Conditionally build include-dirs.
122
1232003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
126
1272003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
128
129        PR 429/bsps
130        PR 432/bsps
131        * network/elnk.c: Due to a bug in the driver, if multiple packets
132        are queued onto an elnk board, the ISR will deadlock the device with
133        a tx complete interrupt.  Lighter tx loads are not affected as they
134        end up submitting single packets to the device.
135
1362003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove (Merged into ../configure.ac).
139        * Makefile.am, ide/Makefile.am, network/Makefile.am,
140        rtc/Makefile.am, serial/Makefile.am:
141        Reflect having merged configure.ac into ../configure.ac
142
1432003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
144
145
146        * network/dec21140.c, network/elnk.c: Update to compile on i386.
147
1482003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
149
150        * network/README.3com: New file missed in previous commit.
151
1522003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
153
154        PR 405/bsps
155        PR 393/networking
156        * network/dec21140.c: Fix leak also known as PR393.
157        * network/elnk.c, network/if_media.h, network/mii.h: New files.
158        * network/Makefile.am: Reflect new files.
159
1602003-04-15      Joel Sherrill <joel@OARcorp.com>
161
162        PR 387/rtems_misc
163        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
164        * ide/ata_internal.h: Added missing newline and end of file.
165
1662003-03-27      Joel Sherrill <joel@OARcorp.com>
167
168        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
169        allowed in the cpukit source code since it must be buildable
170        independent of any BSP. These files were moved to libchip/ide.
171        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
172
1732003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
174
175        PR 368/filesystems
176        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
177        now work on pc386 and mbx8xx.
178        * ide/ide_controller.c: New file.
179
1802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove AC_CONFIG_AUX_DIR.
183
1842003-02-20      Till Straumann <strauman@slac.stanford.edu>
185
186        PR 354/networking
187        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
188        against a table of supported chips. The untested
189        ones are still commented out, however.
190
1912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
194
1952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: AC_PREREQ(2.57).
198
1992002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * network/Makefile.am: Eliminate C_O_FILES.
202        * rtc/Makefile.am: Ditto.
203        * serial/Makefile.am: Ditto,
204
2052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        Don't use LIBC_DEFINES.
209        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        Don't use LIBC_DEFINES.
211        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        Don't use LIBC_DEFINES.
213
2142002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
215
216        * network/cs8900.c: I don't know why we have to SelfST register
217        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
218
2192002-10-31      Joel Sherrill <joel@OARcorp.com>
220
221        * network/dec21140.c: Removed warnings.
222
2232002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
224
225        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
226        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
227        * configure.ac, Makefile.am: Modified to reflect changes above.
228
2292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Reformat.
232        Add autom4te*cache.
233        Remove autom4te.cache.
234
2352002-09-14      Joel Sherrill <joel@OARcorp.com>
236
237        * serial/z85c30.c: Eliminated warning by clarifying statement.
238
2392002-09-07      Chris Johns <ccj@acm.org>
240
241        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
242        network/cs8900.h: Significant update which corrects the problem
243        where the cs8900.c file was actually the BSP glue.  Joel did
244        some hacking so this file will compile.  Previously it required
245        providing a target.h file to compile.
246        * network/cs8900.c.bsp: New file.
247
2482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
253
2542002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * serial/Makefile.am: Don't tmp-install lib.
257        * rtc/Makefile.am: Don't tmp-install lib.
258
2592002-07-16      Eric Norum <eric.norum@usask.ca>
260
261        * New driver for the Intel EtherExpressPro (82559ER) chip.
262        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
263        network/pci.h: New file.
264        * network/Makefile.am: Modified to reflect above.
265
2662001-05-14      Till Straumann <strauman@slac.stanford.edu>
267
268        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
269        Per PR215 address the following issues:
270            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
271              are no longer defined by libcpu (powerpc/shared/include/io.h)
272              but by the BSP (who is the only one to know the values)
273            - the affected BSP (shared/motorola) headers have been fixed
274              in a separate "libbsp/powerpc/shared" patch.
275            - the DEC 21140 driver (libchip/network/dec21140.c) has been
276              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
277              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
278              is to be defined by the BSP who is using this driver.
279            - the DEC driver also has been fixed to use the newer
280              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
281              delay_in_bus_cycles().
282
2832002-05-07      Chris Johns <ccj@acm.org>
284
285        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
286        lengths to remove the ethernet header as the FreeBSD (RTEMS)
287        stack requires it to be stripped.
288
2892002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * network/dec21140.c: Reflect changes to powerpc's
292        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
293
2942002-04-11      Chris Johns <ccj@acm.org>
295
296        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
297        control block field to the ifconfig network driver structure. This
298        field is needed by the i82586 driver which was ported from NetBSD
299        as it had better hardware abstraction.
300
3012002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * network/i82586.c: Include <string.h>.
304        * network/sonic.c: Ditto.
305
3062002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
309
3102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac:
313        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
314        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
315        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
319
3202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
323
3242001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * network/sonic.h: Fix typo.
327
3282001-10-12      Joel Sherrill <joel@OARcorp.com>
329
330        * serial/z85c30.c: Fixed typo.
331
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
341        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
342        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
343
3442001-09-27      Joel Sherrill <joel@OARcorp.com>
345
346        * ChangeLog: Fixed typo in date.
347
3482001-09-21      Joel Sherrill <joel@OARcorp.com>
349
350        * network/Makefile.am: Fixed typo on file name.
351        * network/i82586.c: Commented out line 318 which is referencing
352        a member of a structure that is not currently there.  This
353        needs to be worked out with Chris Johns <ccj@acm.org>.
354        Switched C++ style comments to C style.
355
3562001-09-19      Chris Johns <ccj@acm.org>
357
358        * network/README.i82586, network/i82586.c, network/i82586reg.h,
359        network/i82586var.h: New files.  Network driver for Intel
360        i82586.
361
3622001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
365
3662001-03-14      Joel Sherrill <joel@OARcorp.com>
367
368        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
369        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
370        to <libchip/sersupp.h> so libchip style serial drivers can
371        be written in libcpu or libbsp.
372
3732001-03-01      Joel Sherrill <joel@OARcorp.com>
374
375        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
376        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
377        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
378        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
379        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
380        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
381        serial/z85c30_reg.c: Corrected header.
382
3832001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
386        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
387
3882000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
389
390        * network/sonic.c: Added ipalign() routine to align the
391        received packet so that the ip header is on a 32-bit boundary.
392        Necessary for cpu's that do not allow unaligned loads and stores
393        and when the 32-bit DMA mode is used.
394
3952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
398
3992000-11-03      Chris Johns <ccj@acm.org>
400
401        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
402
4032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
406
4072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
410        Switch to GNU canonicalization.
411
4122000-10-20      Joel Sherrill <joel@OARcorp.com>
413
414        * network/dec21140.c: Corrected attach to include "int attach"
415        parameter.
416
4172000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * network/Makefile.am: Use AM_*FLAGS += .. .
420        * ChangeLog: Fix formating.
421
4222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
425        Include compile.am.
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.