source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ ef8c37c2

4.104.114.95
Last change on this file since ef8c37c2 was 6793070, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 09:17:16

2008-08-19 Ralf Corsépius <ralf.corsepius@…>

  • timer/timer.c: Add missing prototypes.
  • Property mode set to 100644
File size: 17.1 KB
Line 
12008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Add missing prototypes.
4
52008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * console/console.c: Eliminate copies of switches to convert termios
8        Bxxx constants to xxx as an integer. Use the shared
9        termios_baud_to_number() routine to do the same conversion.
10
112008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am: Rework to avoid .rel files.
14
152008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * startup/bspstart.c: Refactored and renamed initialization routines to
18        rtems_initialize_data_structures, rtems_initialize_before_drivers,
19        rtems_initialize_device_drivers, and
20        rtems_initialize_start_multitasking. This opened the sequence up so
21        that bootcard() could provide a more robust and flexible framework
22        which is easier to explain and understand. This also lays the
23        groundwork for sharing the division of available memory between the
24        RTEMS workspace and heap and the C library initialization across all
25        BSPs.
26
272008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * startup/linkcmds: Add wildcard to gcc_except_table section so
30        programs compiled with gcc 4.3.x can link.
31
322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
35        of the Configuration Table. Use the RTEMS provided accessor macros to
36        obtain configuration fields.
37
382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
41        from CPU Table to Configuration Table. Eliminate CPU Table from all
42        ports. Delete references to CPU Table in all forms.
43
442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
47        Table fields to the Configuration Table. This included
48        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
49        do_zero_of_workspace, extra_mpci_receive_server_stack,
50        stack_allocate_hook, and stack_free_hook. As a side-effect of this
51        effort some multiprocessing code was made conditional and some style
52        clean up occurred.
53
542007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
57        m68k CPU Table since it is never read.
58
592007-05-03      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Handle .data.* sections
62
632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * bsp_specs: Remove qrtems_debug.
66
672006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: New BUG-REPORT address.
70
712006-11-15      Joel Sherrill <joel@OARcorp.com>
72
73        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
74        file and simplified initialization.
75
762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Remove superfluous -DASM.
79
802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * configure.ac: Require autoconf-2.60. Require automake-1.10.
83
842006-02-08      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: Add sections required by newer gcc versions.
87
882006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Add preinstall.am.
91
922006-01-08      Joel Sherrill <joel@OARcorp.com>
93
94        * network/network.c: Remove warnings.
95
962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * include/bsp.h: New header guard.
99
1002005-04-26      Joel Sherrill <joel@OARcorp.com>
101
102        * network/network.c: Change int to rtems_id to eliminate warning.
103
1042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
107
1082005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Remove build-variant support.
111
1122004-11-25      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
115
1162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * configure.ac: Require automake > 1.9.
119
1202004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        PR 610/bsps
123        * Makefile.am: Add include/tm27.h, Cosmetics.
124        * include/tm27.h: Final cosmetics.
125
1262004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * include/bsp.h: Split out tmtest27 support.
129        * include/tm27.h: New.
130
1312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        PR 613/bsps
134        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
135
1362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        PR 614/bsps
139        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
140
1412004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
144
1452004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
148        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
149        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
150
1512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * clock/ckinit.c, console/console-recording.h, console/console.c,
154        fatal/bspfatal.c, include/fatal.h, network/network.c,
155        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
156        using c99 fixed size types.
157
1582004-03-05      Joel Sherrill <joel@OARcorp.com>
159
160        * network/network.c: Remove warnings for unused routines left from
161        original code.
162
1632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect changes to bsp.am.
166        Preinstall dist_project_lib*.
167
1682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect changes to bsp.am.
171
1722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
175
1762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Pickup files from ../../m68k/shared instead of
179        ../shared. Reformat.
180
1812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
184
1852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
188        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
189        timer/Makefile.am, wrapup/Makefile.am.
190        Use automake compilation rules.
191        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
192        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
193        wrapup/Makefile.am: Remove.
194        * configure.ac: Reflect changes above.
195
1962004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * console/console-recording.c: Remove (rename to console-recording.h).
199        * console/console-recording.h: New.
200
2012004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add PREINSTALL_DIRS.
204        * wrapup/Makefile.am: Reflect changes to libcpu.
205
2062004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * wrapup/Makefile.am: Reflect changes to libcpu.
209
2102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
213        Add PRE/TMPINSTALL_FILES to CLEANFILES.
214        * startup/Makefile.am: Ditto.
215
2162004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: Remove.
219        * Makefile.am: Merge-in start/Makefile.am.
220        * configure.ac: Reflect changes above.
221
2222004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Eliminate $(LIB).
225        Use noinst_DATA to trigger building libbsp.a.
226
2272003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
230        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
231
2322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
235        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
236
2372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
240
2412003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Misc cleanups and fixes.
244        * start/Makefile.am: Misc cleanups and fixes.
245        * startup/Makefile.am: Misc cleanups and fixes.
246        * wrapup/Makefile.am: Misc cleanups and fixes.
247
2482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Add preinstallation dirstamp support.
251        * clock/Makefile.am: Cosmetics.
252        * console/Makefile.am: Cosmetics.
253        * fatal/Makefile.am: Cosmetics.
254        * network/Makefile.am: Cosmetics.
255        * startup/Makefile.am: Cosmetics.
256        * timer/Makefile.am: Cosmetics.
257        * wrapup/Makefile.am: Cosmetics.
258
2592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Remove all-local: $(ARCH).
262        * console/Makefile.am: Remove all-local: $(ARCH).
263        * fatal/Makefile.am: Remove all-local: $(ARCH).
264        * network/Makefile.am: Remove all-local: $(ARCH).
265        * start/Makefile.am: Remove all-local: $(ARCH).
266        * startup/Makefile.am: Remove all-local: $(ARCH).
267        * timer/Makefile.am: Remove all-local: $(ARCH).
268        * wrapup/Makefile.am: Remove all-local: $(ARCH).
269
2702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Merge-in include/Makefile.am.
273        Reflect changes to bsp.am.
274        * include/Makefile.am: Remove.
275        * configure.ac: Reflect changes above.
276
2772003-09-04      Joel Sherrill <joel@OARcorp.com>
278
279        * clock/ckinit.c, console/console-recording.c, console/console.c,
280        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
281        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
282        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
283        changed.
284
2852003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
288        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
289        Remove BSP_CPPFLAGS.
290
2912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect having moved aclocal/.
294
2952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Reflect having moved automake/.
298        * clock/Makefile.am: Reflect having moved automake/.
299        * console/Makefile.am: Reflect having moved automake/.
300        * fatal/Makefile.am: Reflect having moved automake/.
301        * include/Makefile.am: Reflect having moved automake/.
302        * network/Makefile.am: Reflect having moved automake/.
303        * start/Makefile.am: Reflect having moved automake/.
304        * startup/Makefile.am: Reflect having moved automake/.
305        * timer/Makefile.am: Reflect having moved automake/.
306        * wrapup/Makefile.am: Reflect having moved automake/.
307
3082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        PR 452/bsps
311        * startup/Makefile.am: Remove USE_INIT_FINI.
312
3132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
316
3172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        PR 445/bsps
320        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
321        Remove cpp, old_cpp (now unused).
322
3232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Remove AC_CONFIG_AUX_DIR.
326
3272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
330
3312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: AC_PREREQ(2.57).
334
3352003-01-20      Joel Sherrill <joel@OARcorp.com>
336
337        * startup/linkcmds*: Add FreeBSD sysctl() sections.
338
3392002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * console/Makefile.am: Eliminate C_O_FILES.
343        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348
3492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * start/Makefile.am: Use install-data-local to install startfile.
352
3532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356
3572002-11-04      Joel Sherrill <joel@OARcorp.com>
358
359        * console/console.c: Removed warnings.
360
3612002-11-01      Joel Sherrill <joel@OARcorp.com>
362
363        * network/network.c, startup/bspclean.c: Removed warnings.
364
3652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * .cvsignore: Reformat.
368        Add autom4te*cache.
369        Remove autom4te.cache.
370
3712002-08-21      Joel Sherrill <joel@OARcorp.com>
372
373        * bsp_specs: Added support for -nostdlibs.
374
3752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
378        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
379        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
380        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
381        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
382        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
383        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
384        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
385
3862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * start/Makefile.am: Eliminate PGM.
389        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
390
3912002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
394
3952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
398        Remove $(OBJS) from all-local.
399
4002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
403
4042001-05-28      Joel Sherrill <joel@OARcorp.com>
405
406        * Per PR31, moved mvme16x_hw.h to shared/mvme.
407        * include/Makefile.am: Modified to reflect movement.
408
4092001-05-09      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds: In support of gcc 3.1, added one of more
412        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
413        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
414        and direction of segments to memory regions may also have been
415        addressed.  This was a sweep across all BSPs.
416 
4172002-05-01      Eric Norum <eric.norum@usask.ca>
418
419        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
420        startup/page_table.c: Per PR200 fix multi-line inline assembly
421        to satisfy gcc 3.1 and newer.
422
4232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac:
426        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
427        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
428        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
438
4392002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
442
4432001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
446        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
447        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
448        Add AC_DEFINE_UNQUOTED([mvme167]).
449
4502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
453
4542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
457        * configure.in: Remove.
458        * configure.ac: New file, generated from configure.in by autoupdate.
459
4602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * include/Makefile.am: Use 'CLEANFILES ='.
463        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
464
4652001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * configure.in: Add bspopts.h.
468        * include/.cvsignore: Add bspopts.h*, stamp-h*.
469        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
470        * include/bsp.h: Include bspopts.h.
471
4722001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
473
474        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
475
4762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
479
4802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
483
4842000-11-01      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
487        and libcsupport.h moved from libc to lib/include/rtems and
488        now must be referenced as <rtems/XXX.h>.   Header file order
489        was cleaned up while doing this.
490
4912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
494        Switch to GNU canonicalization.
495
4962000-09-12      Joel Sherrill <joel@OARcorp.com>
497
498        * network/network.c (uti596_attach): Adjust cpp directives
499        and conditional braces so all cases compile.
500
5012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
504        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
505        wrapup/Makefile.am, network/Makefile.am: Include compile.am
506
5072000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
508
509        * console.c(_BSP_output_char): Output CR after LF for printk.
510
5112000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
512
513        * README: Updated
514        * console/console.c: Fix polled input.
515        Add support for shared printk.
516        Add support for more flexible polled I/O with and without termios.
517        I/O mode and console is selectable either from NVRAM or from
518        mvme167.cfg.  Clean up comments.
519
5202000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
521
522        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
523        * include/bsp.h: Reorganize NVRAM parameters.
524        Add support for shared printk.
525        * times: These are the times for the MVME167, not the MBX860-002.
526
5272000-08-11  John Cotton  <john.cotton@nrc.ca>
528
529        * network/network.c: Fix NVRAM configuration parameter
530        handling from previous revision.
531        Check J1-4,  restructure NVRAM parameter handling.
532
5332000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
534
535        * network/network.c: Cleanup of network driver to reduce warnings.
536        Addition of second parameter to uti596_attach.
537
5382000-08-10      Joel Sherrill <joel@OARcorp.com>
539
540        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.