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

4.104.114.84.95
Last change on this file since ad2b936 was ad2b936, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 04:46:03

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

  • ide/Makefile.am: Remove all-local: $(ARCH).
  • network/Makefile.am: Remove all-local: $(ARCH).
  • rtc/Makefile.am: Remove all-local: $(ARCH).
  • serial/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 12.7 KB
RevLine 
[ad2b936]12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * ide/Makefile.am: Remove all-local: $(ARCH).
4        * network/Makefile.am: Remove all-local: $(ARCH).
5        * rtc/Makefile.am: Remove all-local: $(ARCH).
6        * serial/Makefile.am: Remove all-local: $(ARCH).
7
[5a550a3b]82003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * ide/Makefile.am: Use dirstamps for preinstallation. Reformat.
11        * network/Makefile.am: Ditto.
12        * rtc/Makefile.am: Ditto.
13        * serial/Makefile.am: Ditto.
14
[547c1673]152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
18
[5ca5a54]192003-09-26      Cedric Aubert <cedric_aubert@yahoo.fr>
20
21        PR 499/rtems_misc
22        * serial/mc68681.c:  Miscellaneous corrections:
23            - Correction of ACR_BIT[7] (Baudrate table) Configuration
24            - Correction of Parity Bit Configuration (Odd was forced)
25            - Correction of Stop Bit configuration (inversed)
26            - Correction of ISR Handler to call
27              rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
28            - Add RTS CTS Hardware flow control Configuration
29
[94365d9]302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
33        ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
34        network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
35        network/dec21140.c, network/elnk.c, network/open_eth.c,
36        network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
37        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
38        rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
39        rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
40        rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
41        serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
42        serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
43        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
44        serial/z85c30_reg.c: URL for license changed.
45
[398ed76]462003-09-03      Jiri Gaisler <jiri@gaisler.com>
47
48        PR 477/networking
49        * network/Makefile.am: Add driver for OpenCores NIC.
50        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
51        New files.
52
[195a350e]532003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56
[c25d902]572003-08-20      Joel Sherrill <joel@OARcorp.com>
58
59        * network/cs8900.c: Correct copyright statements.
60
[5c0064d]612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
[c483a4e]63        * Makefile.am: Reflect having moved automake/.
64        * ide/Makefile.am: Reflect having moved automake/.
65        * network/Makefile.am: Reflect having moved automake/.
66        * rtc/Makefile.am: Reflect having moved automake/.
67        * serial/Makefile.am: Reflect having moved automake/.
[5c0064d]68
[c7ff624c]692003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
72        serial/Makefile.am: Add conditional LIBCHIP.
73        Conditionally build include-dirs.
74
[754ca59b]752003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
78
[3584398a]792003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
80
81        PR 429/bsps
82        PR 432/bsps
83        * network/elnk.c: Due to a bug in the driver, if multiple packets
84        are queued onto an elnk board, the ISR will deadlock the device with
85        a tx complete interrupt.  Lighter tx loads are not affected as they
86        end up submitting single packets to the device.
87
[ec463ac]882003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove (Merged into ../configure.ac).
91        * Makefile.am, ide/Makefile.am, network/Makefile.am,
92        rtc/Makefile.am, serial/Makefile.am:
93        Reflect having merged configure.ac into ../configure.ac
94
[96e62937]952003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
96
97
98        * network/dec21140.c, network/elnk.c: Update to compile on i386.
99
[0098b7aa]1002003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
101
102        * network/README.3com: New file missed in previous commit.
103
[97a0f76a]1042003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
105
106        PR 405/bsps
107        PR 393/networking
108        * network/dec21140.c: Fix leak also known as PR393.
109        * network/elnk.c, network/if_media.h, network/mii.h: New files.
110        * network/Makefile.am: Reflect new files.
111
[c54764f9]1122003-04-15      Joel Sherrill <joel@OARcorp.com>
113
114        PR 387/rtems_misc
115        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
116        * ide/ata_internal.h: Added missing newline and end of file.
117
[109fc26]1182003-03-27      Joel Sherrill <joel@OARcorp.com>
119
120        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
121        allowed in the cpukit source code since it must be buildable
122        independent of any BSP. These files were moved to libchip/ide.
123        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
124
[3446afa]1252003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
126
127        PR 368/filesystems
128        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
129        now work on pc386 and mbx8xx.
130        * ide/ide_controller.c: New file.
131
[3c55718]1322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove AC_CONFIG_AUX_DIR.
135
[9f9ba59]1362003-02-20      Till Straumann <strauman@slac.stanford.edu>
137
[47cf7a75]138        PR 354/networking
[9f9ba59]139        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
140        against a table of supported chips. The untested
141        ones are still commented out, however.
142
[ccd81b60]1432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
146
[9b5c258]1472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: AC_PREREQ(2.57).
150
[da35120d]1512002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * network/Makefile.am: Eliminate C_O_FILES.
154        * rtc/Makefile.am: Ditto.
155        * serial/Makefile.am: Ditto,
156
[1c36c3e4]1572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
160        Don't use LIBC_DEFINES.
161        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        Don't use LIBC_DEFINES.
163        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        Don't use LIBC_DEFINES.
165
[aae96a2]1662002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
167
168        * network/cs8900.c: I don't know why we have to SelfST register
169        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
170
[c22aeb4]1712002-10-31      Joel Sherrill <joel@OARcorp.com>
172
173        * network/dec21140.c: Removed warnings.
174
[11bbeb9]1752002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
176
177        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
178        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
179        * configure.ac, Makefile.am: Modified to reflect changes above.
180
[8730f45]1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
[973bf436]1872002-09-14      Joel Sherrill <joel@OARcorp.com>
188
189        * serial/z85c30.c: Eliminated warning by clarifying statement.
190
[a2117cd6]1912002-09-07      Chris Johns <ccj@acm.org>
192
193        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
194        network/cs8900.h: Significant update which corrects the problem
195        where the cs8900.c file was actually the BSP glue.  Joel did
196        some hacking so this file will compile.  Previously it required
197        providing a target.h file to compile.
198        * network/cs8900.c.bsp: New file.
199
[418c652]2002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
205
[2f0a1dc1]2062002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * serial/Makefile.am: Don't tmp-install lib.
209        * rtc/Makefile.am: Don't tmp-install lib.
210
[2b947a4]2112002-07-16      Eric Norum <eric.norum@usask.ca>
212
213        * New driver for the Intel EtherExpressPro (82559ER) chip.
214        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
215        network/pci.h: New file.
216        * network/Makefile.am: Modified to reflect above.
217
[1065f16]2182001-05-14      Till Straumann <strauman@slac.stanford.edu>
219
220        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
221        Per PR215 address the following issues:
222            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
223              are no longer defined by libcpu (powerpc/shared/include/io.h)
224              but by the BSP (who is the only one to know the values)
225            - the affected BSP (shared/motorola) headers have been fixed
226              in a separate "libbsp/powerpc/shared" patch.
227            - the DEC 21140 driver (libchip/network/dec21140.c) has been
228              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
229              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
230              is to be defined by the BSP who is using this driver.
231            - the DEC driver also has been fixed to use the newer
232              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
233              delay_in_bus_cycles().
234
[6f0d0527]2352002-05-07      Chris Johns <ccj@acm.org>
236
237        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
238        lengths to remove the ethernet header as the FreeBSD (RTEMS)
239        stack requires it to be stripped.
240
[7c4ef9c]2412002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * network/dec21140.c: Reflect changes to powerpc's
244        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
245
[18b6986]2462002-04-11      Chris Johns <ccj@acm.org>
247
248        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
249        control block field to the ifconfig network driver structure. This
250        field is needed by the i82586 driver which was ported from NetBSD
251        as it had better hardware abstraction.
252
[9c6a99f]2532002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * network/i82586.c: Include <string.h>.
256        * network/sonic.c: Ditto.
257
[a2ddad1a]2582002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
261
[657af74]2622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac:
265        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
266        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
267        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
271
[03e9564]2722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
275
[c752ff2d]2762001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * network/sonic.h: Fix typo.
279
[4f7a0f4]2802001-10-12      Joel Sherrill <joel@OARcorp.com>
281
282        * serial/z85c30.c: Fixed typo.
283
[df25c998]2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
[e414566]2902001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
293        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
294        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
295
[6846a2f]2962001-09-27      Joel Sherrill <joel@OARcorp.com>
297
298        * ChangeLog: Fixed typo in date.
299
3002001-09-21      Joel Sherrill <joel@OARcorp.com>
[ed13346]301
302        * network/Makefile.am: Fixed typo on file name.
303        * network/i82586.c: Commented out line 318 which is referencing
304        a member of a structure that is not currently there.  This
305        needs to be worked out with Chris Johns <ccj@acm.org>.
306        Switched C++ style comments to C style.
307
[6a9db57]3082001-09-19      Chris Johns <ccj@acm.org>
309
310        * network/README.i82586, network/i82586.c, network/i82586reg.h,
311        network/i82586var.h: New files.  Network driver for Intel
312        i82586.
313
[7ed4416]3142001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
317
[7e05b53]3182001-03-14      Joel Sherrill <joel@OARcorp.com>
319
320        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
321        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
322        to <libchip/sersupp.h> so libchip style serial drivers can
323        be written in libcpu or libbsp.
324
[f010a5e]3252001-03-01      Joel Sherrill <joel@OARcorp.com>
326
327        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
328        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
329        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
330        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
331        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
332        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
333        serial/z85c30_reg.c: Corrected header.
334
[d3795e3e]3352001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
338        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
339
[f6ef823a]3402000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
341
342        * network/sonic.c: Added ipalign() routine to align the
343        received packet so that the ip header is on a 32-bit boundary.
344        Necessary for cpu's that do not allow unaligned loads and stores
345        and when the 32-bit DMA mode is used.
346
[feead226]3472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
350
[1f14ff4]3512000-11-03      Chris Johns <ccj@acm.org>
352
353        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
354
[a314d3b4]3552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
358
[2735b82]3592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
362        Switch to GNU canonicalization.
363
[461fa1bc]3642000-10-20      Joel Sherrill <joel@OARcorp.com>
365
366        * network/dec21140.c: Corrected attach to include "int attach"
367        parameter.
368
[8af6d15]3692000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * network/Makefile.am: Use AM_*FLAGS += .. .
372        * ChangeLog: Fix formating.
373
[1070c61]3742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
377        Include compile.am.
378
[e94ad1fe]3792000-08-10      Joel Sherrill <joel@OARcorp.com>
380
381        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.