source: rtems/c/src/libchip/ChangeLog @ 94365d9

4.104.114.84.95
Last change on this file since 94365d9 was 94365d9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:53:19

2003-09-04 Joel Sherrill <joel@…>

  • ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c, ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h, network/dec21140.c, network/elnk.c, network/open_eth.c, network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h, rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c, rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c, rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h, rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h, serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h, serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h, serial/z85c30_reg.c: URL for license changed.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * ide/ata.c, ide/ata.h, ide/ata_internal.h, ide/ide_controller.c,
4        ide/ide_ctrl.h, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h,
5        network/cs8900.c, network/cs8900.c.bsp, network/cs8900.h,
6        network/dec21140.c, network/elnk.c, network/open_eth.c,
7        network/sonic.c, network/sonic.h, rtc/icm7170.c, rtc/icm7170.h,
8        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
9        rtc/icm7170_reg8.c, rtc/m48t08.c, rtc/m48t08.h, rtc/m48t08_reg.c,
10        rtc/m48t08_reg2.c, rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, rtc/rtc.h,
11        rtc/rtcprobe.c, serial/mc68681.c, serial/mc68681.h,
12        serial/mc68681_p.h, serial/mc68681_reg.c, serial/mc68681_reg2.c,
13        serial/mc68681_reg4.c, serial/mc68681_reg8.c, serial/serial.h,
14        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
15        serial/z85c30_reg.c: URL for license changed.
16
172003-09-03      Jiri Gaisler <jiri@gaisler.com>
18
19        PR 477/networking
20        * network/Makefile.am: Add driver for OpenCores NIC.
21        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
22        New files.
23
242003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27
282003-08-20      Joel Sherrill <joel@OARcorp.com>
29
30        * network/cs8900.c: Correct copyright statements.
31
322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect having moved automake/.
35        * ide/Makefile.am: Reflect having moved automake/.
36        * network/Makefile.am: Reflect having moved automake/.
37        * rtc/Makefile.am: Reflect having moved automake/.
38        * serial/Makefile.am: Reflect having moved automake/.
39
402003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * ide/Makefile.am, network/Makefile.am, rtc/Makefile.am,
43        serial/Makefile.am: Add conditional LIBCHIP.
44        Conditionally build include-dirs.
45
462003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * network/if_fxp.c: Replace deprecated b* funcs by mem* funcs.
49
502003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
51
52        PR 429/bsps
53        PR 432/bsps
54        * network/elnk.c: Due to a bug in the driver, if multiple packets
55        are queued onto an elnk board, the ISR will deadlock the device with
56        a tx complete interrupt.  Lighter tx loads are not affected as they
57        end up submitting single packets to the device.
58
592003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove (Merged into ../configure.ac).
62        * Makefile.am, ide/Makefile.am, network/Makefile.am,
63        rtc/Makefile.am, serial/Makefile.am:
64        Reflect having merged configure.ac into ../configure.ac
65
662003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
67
68
69        * network/dec21140.c, network/elnk.c: Update to compile on i386.
70
712003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
72
73        * network/README.3com: New file missed in previous commit.
74
752003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
76
77        PR 405/bsps
78        PR 393/networking
79        * network/dec21140.c: Fix leak also known as PR393.
80        * network/elnk.c, network/if_media.h, network/mii.h: New files.
81        * network/Makefile.am: Reflect new files.
82
832003-04-15      Joel Sherrill <joel@OARcorp.com>
84
85        PR 387/rtems_misc
86        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
87        * ide/ata_internal.h: Added missing newline and end of file.
88
892003-03-27      Joel Sherrill <joel@OARcorp.com>
90
91        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
92        allowed in the cpukit source code since it must be buildable
93        independent of any BSP. These files were moved to libchip/ide.
94        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
95
962003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
97
98        PR 368/filesystems
99        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
100        now work on pc386 and mbx8xx.
101        * ide/ide_controller.c: New file.
102
1032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove AC_CONFIG_AUX_DIR.
106
1072003-02-20      Till Straumann <strauman@slac.stanford.edu>
108
109        PR 354/networking
110        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
111        against a table of supported chips. The untested
112        ones are still commented out, however.
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
117
1182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: AC_PREREQ(2.57).
121
1222002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * network/Makefile.am: Eliminate C_O_FILES.
125        * rtc/Makefile.am: Ditto.
126        * serial/Makefile.am: Ditto,
127
1282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        Don't use LIBC_DEFINES.
132        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        Don't use LIBC_DEFINES.
134        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        Don't use LIBC_DEFINES.
136
1372002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
138
139        * network/cs8900.c: I don't know why we have to SelfST register
140        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
141
1422002-10-31      Joel Sherrill <joel@OARcorp.com>
143
144        * network/dec21140.c: Removed warnings.
145
1462002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
147
148        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
149        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
150        * configure.ac, Makefile.am: Modified to reflect changes above.
151
1522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Reformat.
155        Add autom4te*cache.
156        Remove autom4te.cache.
157
1582002-09-14      Joel Sherrill <joel@OARcorp.com>
159
160        * serial/z85c30.c: Eliminated warning by clarifying statement.
161
1622002-09-07      Chris Johns <ccj@acm.org>
163
164        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
165        network/cs8900.h: Significant update which corrects the problem
166        where the cs8900.c file was actually the BSP glue.  Joel did
167        some hacking so this file will compile.  Previously it required
168        providing a target.h file to compile.
169        * network/cs8900.c.bsp: New file.
170
1712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
176
1772002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * serial/Makefile.am: Don't tmp-install lib.
180        * rtc/Makefile.am: Don't tmp-install lib.
181
1822002-07-16      Eric Norum <eric.norum@usask.ca>
183
184        * New driver for the Intel EtherExpressPro (82559ER) chip.
185        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
186        network/pci.h: New file.
187        * network/Makefile.am: Modified to reflect above.
188
1892001-05-14      Till Straumann <strauman@slac.stanford.edu>
190
191        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
192        Per PR215 address the following issues:
193            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
194              are no longer defined by libcpu (powerpc/shared/include/io.h)
195              but by the BSP (who is the only one to know the values)
196            - the affected BSP (shared/motorola) headers have been fixed
197              in a separate "libbsp/powerpc/shared" patch.
198            - the DEC 21140 driver (libchip/network/dec21140.c) has been
199              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
200              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
201              is to be defined by the BSP who is using this driver.
202            - the DEC driver also has been fixed to use the newer
203              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
204              delay_in_bus_cycles().
205
2062002-05-07      Chris Johns <ccj@acm.org>
207
208        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
209        lengths to remove the ethernet header as the FreeBSD (RTEMS)
210        stack requires it to be stripped.
211
2122002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * network/dec21140.c: Reflect changes to powerpc's
215        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
216
2172002-04-11      Chris Johns <ccj@acm.org>
218
219        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
220        control block field to the ifconfig network driver structure. This
221        field is needed by the i82586 driver which was ported from NetBSD
222        as it had better hardware abstraction.
223
2242002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * network/i82586.c: Include <string.h>.
227        * network/sonic.c: Ditto.
228
2292002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
232
2332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac:
236        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
237        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
238        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
242
2432002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
246
2472001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * network/sonic.h: Fix typo.
250
2512001-10-12      Joel Sherrill <joel@OARcorp.com>
252
253        * serial/z85c30.c: Fixed typo.
254
2552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
258        * configure.in: Remove.
259        * configure.ac: New file, generated from configure.in by autoupdate.
260
2612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
264        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
265        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
266
2672001-09-27      Joel Sherrill <joel@OARcorp.com>
268
269        * ChangeLog: Fixed typo in date.
270
2712001-09-21      Joel Sherrill <joel@OARcorp.com>
272
273        * network/Makefile.am: Fixed typo on file name.
274        * network/i82586.c: Commented out line 318 which is referencing
275        a member of a structure that is not currently there.  This
276        needs to be worked out with Chris Johns <ccj@acm.org>.
277        Switched C++ style comments to C style.
278
2792001-09-19      Chris Johns <ccj@acm.org>
280
281        * network/README.i82586, network/i82586.c, network/i82586reg.h,
282        network/i82586var.h: New files.  Network driver for Intel
283        i82586.
284
2852001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
288
2892001-03-14      Joel Sherrill <joel@OARcorp.com>
290
291        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
292        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
293        to <libchip/sersupp.h> so libchip style serial drivers can
294        be written in libcpu or libbsp.
295
2962001-03-01      Joel Sherrill <joel@OARcorp.com>
297
298        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
299        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
300        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
301        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
302        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
303        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
304        serial/z85c30_reg.c: Corrected header.
305
3062001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
309        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
310
3112000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
312
313        * network/sonic.c: Added ipalign() routine to align the
314        received packet so that the ip header is on a 32-bit boundary.
315        Necessary for cpu's that do not allow unaligned loads and stores
316        and when the 32-bit DMA mode is used.
317
3182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
321
3222000-11-03      Chris Johns <ccj@acm.org>
323
324        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
325
3262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
329
3302000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
333        Switch to GNU canonicalization.
334
3352000-10-20      Joel Sherrill <joel@OARcorp.com>
336
337        * network/dec21140.c: Corrected attach to include "int attach"
338        parameter.
339
3402000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * network/Makefile.am: Use AM_*FLAGS += .. .
343        * ChangeLog: Fix formating.
344
3452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
348        Include compile.am.
349
3502000-08-10      Joel Sherrill <joel@OARcorp.com>
351
352        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.