source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 152c523

4.104.114.84.95
Last change on this file since 152c523 was 152c523, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:49

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
  • vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 16.8 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
4        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
5        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
6        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
7
82004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * console/console.c, ide/pcmcia_ide.c, network/network.c,
11        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c:
12        Convert to using c99 fixed size types.
13
142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect changes to bsp.am.
17        Preinstall dist_project_lib*.
18
192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22
232004-02-08      Joel Sherrill <joel@OARcorp.com>
24
25        * Makefile.am: Add irq.h and vectors.h
26
272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Convert to automake-building rules.
30
312004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
34        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
35        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
36        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
37        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
38        vectors/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40        * wrapup/Makefile.am: Reflect changes above.
41
422004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Reflect changes to
45        ../support/*exception_processing/*.
46
472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
50        Add RTEMS_PROG_CCAS.
51
522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add PREINSTALL_DIRS.
55        * irq/Makefile.am: Add PREINSTALL_DIRS.
56        * vectors/Makefile.am: Add PREINSTALL_DIRS.
57        * wrapup/Makefile.am: Reflect changes to libcpu.
58
592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
62        Add PRE/TMPINSTALL_FILES to CLEANFILES.
63        * irq/Makefile.am: Ditto.
64        * startup/Makefile.am: Ditto.
65        * vectors/Makefile.am: Ditto.
66
672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate $(LIB).
70        Use noinst_DATA to trigger building libbsp.a.
71
722003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * clock/Makefile.am: Eliminate VPATH.
75        * console/Makefile.am: Eliminate VPATH.
76        * ide/Makefile.am: Eliminate VPATH.
77        * irq/Makefile.am: Eliminate VPATH.
78        * network/Makefile.am: Eliminate VPATH.
79        * startup/Makefile.am: Eliminate VPATH.
80
812003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        PR 545/bsps
84        * startup/setvec.c: Removed.
85
862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
89
902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
93        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
94        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
100
1012003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Misc cleanups and fixes.
104        * startup/Makefile.am: Misc cleanups and fixes.
105        * wrapup/Makefile.am: Misc cleanups and fixes.
106
1072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add preinstallation dirstamp support.
110        * clock/Makefile.am: Cosmetics.
111        * console/Makefile.am: Cosmetics.
112        * ide/Makefile.am: Cosmetics.
113        * irq/Makefile.am: Add preinstallation dirstamp support.
114        * network/Makefile.am: Cosmetics.
115        * startup/Makefile.am: Cosmetics.
116        * vectors/Makefile.am: Add preinstallation dirstamp support.
117        * wrapup/Makefile.am: Cosmetics.
118
1192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * clock/Makefile.am: Remove all-local: $(ARCH).
122        * console/Makefile.am: Remove all-local: $(ARCH).
123        * ide/Makefile.am: Remove all-local: $(ARCH).
124        * irq/Makefile.am: Remove all-local: $(ARCH).
125        * network/Makefile.am: Remove all-local: $(ARCH).
126        * startup/Makefile.am: Remove all-local: $(ARCH).
127        * vectors/Makefile.am: Remove all-local: $(ARCH).
128        * wrapup/Makefile.am: Remove all-local: $(ARCH).
129
1302003-10-22      Joel Sherrill <joel@OARcorp.com>
131
132        PR 510/bsps
133        * irq/irq.h: Add extern C wrapper.
134
1352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Merge-in include/Makefile.am.
138        Reflect changes to bsp.am.
139        * include/Makefile.am: Remove.
140        * configure.ac: Reflect changes above.
141
1422003-09-04      Joel Sherrill <joel@OARcorp.com>
143
144        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
145        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
146        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
147        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
148        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
149
1502003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153
1542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved aclocal/.
157
1582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved automake/.
161        * clock/Makefile.am: Reflect having moved automake/.
162        * console/Makefile.am: Reflect having moved automake/.
163        * ide/Makefile.am: Reflect having moved automake/.
164        * include/Makefile.am: Reflect having moved automake/.
165        * irq/Makefile.am: Reflect having moved automake/.
166        * network/Makefile.am: Reflect having moved automake/.
167        * startup/Makefile.am: Reflect having moved automake/.
168        * vectors/Makefile.am: Reflect having moved automake/.
169        * wrapup/Makefile.am: Reflect having moved automake/.
170
1712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
174
1752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        PR 445/bsps
178        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
179        Remove cpp, old_cpp (now unused).
180
1812003-07-18      Till Straumann <strauman@slac.stanford.edu>
182
183        PR 288/rtems
184        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
185        maintained.
186
1872003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * ide/.cvsignore: Add.
190
1912003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
192
193        PR 368/filesystem
194        * ide/*: added BSP support for libchip standard ide driver
195
1962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Remove AC_CONFIG_AUX_DIR.
199
2002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
203
2042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: AC_PREREQ(2.57).
207
2082003-01-20      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/linkcmds*: Add FreeBSD sysctl() sections.
211
2122002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        Remove SORDID_HACK. Eliminate *_O_FILES.
218        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225
2262002-11-04      Joel Sherrill <joel@OARcorp.com>
227
228        * console/console.c, network/network.c: Removed warnings.
229
2302002-11-04      Joel Sherrill <joel@OARcorp.com>
231
232        * console/console.c, network/network.c: Removed warnings.
233
2342002-11-01      Joel Sherrill <joel@OARcorp.com>
235
236        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
237        warnings.
238
2392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Reformat.
242        Add autom4te*cache.
243        Remove autom4te.cache.
244
2452002-08-21      Joel Sherrill <joel@OARcorp.com>
246
247        * bsp_specs: Added support for -nostdlibs.
248
2492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
258
2592002-08-01      Joel Sherrill <joel@OARcorp.com>
260
261        * include/coverhd.h: Per PR261 removed include of
262        <rtems/score/targopts.h> because the file is no longer being
263        generated and really wasn't being used anyway.
264
2652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
268
2692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
272        Remove $(OBJS) from all-local.
273
2742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
277
2782001-05-09      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds: In support of gcc 3.1, added one of more
281        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
282        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
283        and direction of segments to memory regions may also have been
284        addressed.  This was a sweep across all BSPs.
285 
2862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
289        Fix loopCounter.
290        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
291        * vectors/vectors.S: Ditto.
292        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
293
2942002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
297
2982002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
301          Remove RTEMS_ENABLE_LIBCDIR.
302
3032001-04-08      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
306 
3072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac:
310        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
311        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
312        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321
3222001-01-16      Eric Valette <valette@crt.canon.fr>
323
324        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
325        in RAM and Flash based code.  The code executed for the Flash
326        version runs in both cases (code in Flash/code in RAM) but as it
327        is less efficient than the one optimized for RAM, it put it inside
328        ifdef.  A compilation error is generated if code is linked in Flash
329        with the correct ifdef set...
330
3312001-01-16      Eric Valette <valette@crt.canon.fr>
332
333        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
334        Quoting Eric, "In theory it should be applied in each mpc8xx
335        related BSP but as I cannot test it plase maintainer/users
336        submit patch accordingly."
337
3382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
341
3422001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
345
3462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
349
3502001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
353        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
354
3552001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Add @exceptions@ to SUBDIRS.
358        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
359        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
360        * include/Makefile.am: Convert PREINSTALL_FILES to
361        TMPINSTALL_FILES, include force-preinstall.am.
362        * vectors/Makefile.am: remove bogus VPATH.
363        * wrapup/Makefile.am: Apply @exceptions@.
364
3652001-10-29      Joel Sherrill <joel@OARcorp.com>
366
367        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
368
3692001-10-12      Joel Sherrill <joel@OARcorp.com>
370
371        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
372        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
373        startup/start.S: Fixed typo.
374
3752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
378        * configure.in: Remove.
379        * configure.ac: New file, generated from configure.in by autoupdate.
380
3812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
384        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
385        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
386
3872001-08-31  Eric Valette <valette@crf.canon.fr>
388
389        * network/network.c: Fix to account for return value when
390        installing interrupts handler.
391
3922001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.in: Add bspopts.h.
395        * include/.cvsignore: Add bspopts.h*, stamp-h*.
396        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
397        * include/bsp.h: Include bspopts.h.
398
3992000-06-08      Eric Valette <valette@crf.canon.fr>
400
401        * console/console.c, include/commproc.h, startup/start.S:
402        The printk/printf did not work when loaded by EPPCBUG. They did
403        work when loaded with the BDM debugger.  I suspected EPPBUG
404        made some nasty things like patching Communication processor
405        microcode...  Anyway, the attached patch:
406          1) Enables to have printk nearly immediately after boot,
407          2) Make printf work automagically (I do not know why except I make a
408        different initialization for printk that should be overwritten by
409        console init later ?)
410
411        I let the default to be using EPPCBUG embedded firmware to boot and
412        using this printk early enabler code (LOADED_BY_EPPCBUG and
413        EARLY_CONSOLE) are on.
414
4152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
416
417        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
418
4192001-04-20      Eric Valette <valette@crf.canon.fr>
420
421        * include/bsp.h: Added include of <bsp/vectors.h>
422        * vectors/vectors.h: Corrected typos.
423
4242001-04-11      Eric Valette <valette@crf.canon.fr>
425
426        * network/network.c: Fix unnecessary double assignment.
427
4282001-03-30      Eric Valette <valette@crf.canon.fr>
429
430        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
431        include/8xx_immap.h, include/commproc.h, include/mbx.h,
432        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
433        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
434        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
435        vectors/vectors_init.c: New files.
436        * Makefile.am, configure.in, console/console.c,
437        include/Makefile.am, network/network.c, startup/Makefile.am,
438        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
439        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
440        The modifications to this BSP reflect the conversion of the
441        mpc8xx CPU to the "new exception processing model."
442
4432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
446
4472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
450
4512000-11-01      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
454        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
455        now must be referenced as <rtems/XXX.h>.   Header file order
456        was cleaned up while doing this.
457        Also removed obsolete references to STACK_CHECKER_ON.
458
4592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
462        Switch to GNU canonicalization.
463
4642000-10-20      Joel Sherrill <joel@OARcorp.com>
465
466        * console/console.c: Add mbx8xx_console_get_configuration() which
467        returns either nvram configuration or a static equivalent.
468
4692000-10-18      Joel Sherrill <joel@OARcorp.com>
470
471        * console/console.c: Added BSP dependent routine
472        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
473        console-generic code.  This avoids libcpu use of bsp.h.
474
4752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
478        wrapup/Makefile.am: Include compile.am
479
4802000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
483
4842000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
485
486        * README:
487        * console/console.c:
488        * include/bsp.h:
489        * network/network.c:
490        * startup/bspstart.c:
491        Add support for configuration parameters in NVRAM
492
4932000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
494
495        * console/console.c: Fix polled input.
496
4972000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
498
499        * README: Updated.
500        * console/console.c: Addition of support for shared printk and
501        no termios.
502        * include/bsp.h: Addition of second parameter to
503        rtems_enet_driver_attach. Removed prototypes for printk and
504        BSP_output_string.
505        * network/network.c(rtems_enet_driver_attach): Addition of second
506        parameter to function.
507
5082000-08-10      Joel Sherrill <joel@OARcorp.com>
509
510        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.