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

4.104.114.95
Last change on this file since 6825d06 was 6825d06, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/08 at 15:48:38

2008-05-23 Joel Sherrill <joel.sherrill@…>

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