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

4.104.114.84.95
Last change on this file since a77cd066 was fcc61f10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 07:48:54

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

  • ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Remove.
  • Makefile.am: Merge-in Makefile.am above. Add preinstallation + compilation dirstamp support.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
4        serial/Makefile.am: Remove.
5        * Makefile.am: Merge-in Makefile.am above.
6        Add preinstallation + compilation dirstamp support.
7
82003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * ide/Makefile.am: Remove all-local: $(ARCH).
11        * network/Makefile.am: Remove all-local: $(ARCH).
12        * rtc/Makefile.am: Remove all-local: $(ARCH).
13        * serial/Makefile.am: Remove all-local: $(ARCH).
14
152003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
18        * network/Makefile.am: Ditto.
19        * rtc/Makefile.am: Ditto.
20        * serial/Makefile.am: Ditto.
21
222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
25
262003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
27
28        PR 499/rtems_misc
29        * serial/mc68681.c:  Miscellaneous corrections:
30            - Correction of ACR_BIT[7] (Baudrate table) Configuration
31            - Correction of Parity Bit Configuration (Odd was forced)
32            - Correction of Stop Bit configuration (inversed)
33            - Correction of ISR Handler to call
34              rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
35            - Add RTS CTS Hardware flow control Configuration
36
372003-09-04      Joel Sherrill <joel@OARcorp.com>
38
39        * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
40        ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
41        network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
42        network/dec21140.c, network/elnk.c, network/open_eth.c,
43        network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
44        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
45        rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
46        rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
47        rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
48        serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
49        serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
50        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
51        serial/z85c30_reg.c: URL for license changed.
52
532003-09-03      Jiri Gaisler <jiri@gaisler.com>
54
55        PR 477/networking
56        * network/Makefile.am: Add driver for OpenCores NIC.
57        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
58        New files.
59
602003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642003-08-20      Joel Sherrill <joel@OARcorp.com>
65
66        * network/cs8900.c: Correct copyright statements.
67
682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect having moved automake/.
71        * ide/Makefile.am: Reflect having moved automake/.
72        * network/Makefile.am: Reflect having moved automake/.
73        * rtc/Makefile.am: Reflect having moved automake/.
74        * serial/Makefile.am: Reflect having moved automake/.
75
762003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
79        serial/Makefile.am: Add conditional LIBCHIP.
80        Conditionally build include-dirs.
81
822003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
85
862003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
87
88        PR 429/bsps
89        PR 432/bsps
90        * network/elnk.c: Due to a bug in the driver, if multiple packets
91        are queued onto an elnk board, the ISR will deadlock the device with
92        a tx complete interrupt.  Lighter tx loads are not affected as they
93        end up submitting single packets to the device.
94
952003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Remove (Merged into ../configure.ac).
98        * Makefile.am, ide/Makefile.am, network/Makefile.am,
99        rtc/Makefile.am, serial/Makefile.am:
100        Reflect having merged configure.ac into ../configure.ac
101
1022003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
103
104
105        * network/dec21140.c, network/elnk.c: Update to compile on i386.
106
1072003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
108
109        * network/README.3com: New file missed in previous commit.
110
1112003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
112
113        PR 405/bsps
114        PR 393/networking
115        * network/dec21140.c: Fix leak also known as PR393.
116        * network/elnk.c, network/if_media.h, network/mii.h: New files.
117        * network/Makefile.am: Reflect new files.
118
1192003-04-15      Joel Sherrill <joel@OARcorp.com>
120
121        PR 387/rtems_misc
122        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
123        * ide/ata_internal.h: Added missing newline and end of file.
124
1252003-03-27      Joel Sherrill <joel@OARcorp.com>
126
127        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
128        allowed in the cpukit source code since it must be buildable
129        independent of any BSP. These files were moved to libchip/ide.
130        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
131
1322003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
133
134        PR 368/filesystems
135        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
136        now work on pc386 and mbx8xx.
137        * ide/ide_controller.c: New file.
138
1392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove AC_CONFIG_AUX_DIR.
142
1432003-02-20      Till Straumann <strauman@slac.stanford.edu>
144
145        PR 354/networking
146        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
147        against a table of supported chips. The untested
148        ones are still commented out, however.
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AC_PREREQ(2.57).
157
1582002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * network/Makefile.am: Eliminate C_O_FILES.
161        * rtc/Makefile.am: Ditto.
162        * serial/Makefile.am: Ditto,
163
1642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        Don't use LIBC_DEFINES.
168        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        Don't use LIBC_DEFINES.
170        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        Don't use LIBC_DEFINES.
172
1732002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
174
175        * network/cs8900.c: I don't know why we have to SelfST register
176        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
177
1782002-10-31      Joel Sherrill <joel@OARcorp.com>
179
180        * network/dec21140.c: Removed warnings.
181
1822002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
183
184        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
185        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
186        * configure.ac, Makefile.am: Modified to reflect changes above.
187
1882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Reformat.
191        Add autom4te*cache.
192        Remove autom4te.cache.
193
1942002-09-14      Joel Sherrill <joel@OARcorp.com>
195
196        * serial/z85c30.c: Eliminated warning by clarifying statement.
197
1982002-09-07      Chris Johns <ccj@acm.org>
199
200        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
201        network/cs8900.h: Significant update which corrects the problem
202        where the cs8900.c file was actually the BSP glue.  Joel did
203        some hacking so this file will compile.  Previously it required
204        providing a target.h file to compile.
205        * network/cs8900.c.bsp: New file.
206
2072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
212
2132002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * serial/Makefile.am: Don't tmp-install lib.
216        * rtc/Makefile.am: Don't tmp-install lib.
217
2182002-07-16      Eric Norum <eric.norum@usask.ca>
219
220        * New driver for the Intel EtherExpressPro (82559ER) chip.
221        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
222        network/pci.h: New file.
223        * network/Makefile.am: Modified to reflect above.
224
2252001-05-14      Till Straumann <strauman@slac.stanford.edu>
226
227        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
228        Per PR215 address the following issues:
229            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
230              are no longer defined by libcpu (powerpc/shared/include/io.h)
231              but by the BSP (who is the only one to know the values)
232            - the affected BSP (shared/motorola) headers have been fixed
233              in a separate "libbsp/powerpc/shared" patch.
234            - the DEC 21140 driver (libchip/network/dec21140.c) has been
235              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
236              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
237              is to be defined by the BSP who is using this driver.
238            - the DEC driver also has been fixed to use the newer
239              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
240              delay_in_bus_cycles().
241
2422002-05-07      Chris Johns <ccj@acm.org>
243
244        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
245        lengths to remove the ethernet header as the FreeBSD (RTEMS)
246        stack requires it to be stripped.
247
2482002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * network/dec21140.c: Reflect changes to powerpc's
251        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
252
2532002-04-11      Chris Johns <ccj@acm.org>
254
255        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
256        control block field to the ifconfig network driver structure. This
257        field is needed by the i82586 driver which was ported from NetBSD
258        as it had better hardware abstraction.
259
2602002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * network/i82586.c: Include <string.h>.
263        * network/sonic.c: Ditto.
264
2652002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
268
2692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac:
272        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
273        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
274        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
282
2832001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * network/sonic.h: Fix typo.
286
2872001-10-12      Joel Sherrill <joel@OARcorp.com>
288
289        * serial/z85c30.c: Fixed typo.
290
2912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
294        * configure.in: Remove.
295        * configure.ac: New file, generated from configure.in by autoupdate.
296
2972001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
300        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
301        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
302
3032001-09-27      Joel Sherrill <joel@OARcorp.com>
304
305        * ChangeLog: Fixed typo in date.
306
3072001-09-21      Joel Sherrill <joel@OARcorp.com>
308
309        * network/Makefile.am: Fixed typo on file name.
310        * network/i82586.c: Commented out line 318 which is referencing
311        a member of a structure that is not currently there.  This
312        needs to be worked out with Chris Johns <ccj@acm.org>.
313        Switched C++ style comments to C style.
314
3152001-09-19      Chris Johns <ccj@acm.org>
316
317        * network/README.i82586, network/i82586.c, network/i82586reg.h,
318        network/i82586var.h: New files.  Network driver for Intel
319        i82586.
320
3212001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
324
3252001-03-14      Joel Sherrill <joel@OARcorp.com>
326
327        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
328        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
329        to <libchip/sersupp.h> so libchip style serial drivers can
330        be written in libcpu or libbsp.
331
3322001-03-01      Joel Sherrill <joel@OARcorp.com>
333
334        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
335        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
336        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
337        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
338        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
339        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
340        serial/z85c30_reg.c: Corrected header.
341
3422001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
345        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
346
3472000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
348
349        * network/sonic.c: Added ipalign() routine to align the
350        received packet so that the ip header is on a 32-bit boundary.
351        Necessary for cpu's that do not allow unaligned loads and stores
352        and when the 32-bit DMA mode is used.
353
3542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
357
3582000-11-03      Chris Johns <ccj@acm.org>
359
360        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
361
3622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
365
3662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
369        Switch to GNU canonicalization.
370
3712000-10-20      Joel Sherrill <joel@OARcorp.com>
372
373        * network/dec21140.c: Corrected attach to include "int attach"
374        parameter.
375
3762000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * network/Makefile.am: Use AM_*FLAGS += .. .
379        * ChangeLog: Fix formating.
380
3812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
384        Include compile.am.
385
3862000-08-10      Joel Sherrill <joel@OARcorp.com>
387
388        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.