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

4.104.114.95
Last change on this file since 6ea100c1 was 6ea100c1, checked in by Joel Sherrill <joel.sherrill@…>, on 05/12/08 at 18:43:55

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

  • startup/bspstart.c: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs.
  • Property mode set to 100644
File size: 16.7 KB
Line 
12008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Refactored and renamed initialization routines to
4        rtems_initialize_data_structures, rtems_initialize_before_drivers,
5        rtems_initialize_device_drivers, and
6        rtems_initialize_start_multitasking. This opened the sequence up so
7        that bootcard() could provide a more robust and flexible framework
8        which is easier to explain and understand. This also lays the
9        groundwork for sharing the division of available memory between the
10        RTEMS workspace and heap and the C library initialization across all
11        BSPs.
12
132008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * startup/linkcmds: Add wildcard to gcc_except_table section so
16        programs compiled with gcc 4.3.x can link.
17
182007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
21        of the Configuration Table. Use the RTEMS provided accessor macros to
22        obtain configuration fields.
23
242007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
27        from CPU Table to Configuration Table. Eliminate CPU Table from all
28        ports. Delete references to CPU Table in all forms.
29
302007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
33        Table fields to the Configuration Table. This included
34        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
35        do_zero_of_workspace, extra_mpci_receive_server_stack,
36        stack_allocate_hook, and stack_free_hook. As a side-effect of this
37        effort some multiprocessing code was made conditional and some style
38        clean up occurred.
39
402007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
43        m68k CPU Table since it is never read.
44
452007-05-03      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Handle .data.* sections
48
492007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * bsp_specs: Remove qrtems_debug.
52
532006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: New BUG-REPORT address.
56
572006-11-15      Joel Sherrill <joel@OARcorp.com>
58
59        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
60        file and simplified initialization.
61
622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove superfluous -DASM.
65
662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Require autoconf-2.60. Require automake-1.10.
69
702006-02-08      Joel Sherrill <joel@OARcorp.com>
71
72        * startup/linkcmds: Add sections required by newer gcc versions.
73
742006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Add preinstall.am.
77
782006-01-08      Joel Sherrill <joel@OARcorp.com>
79
80        * network/network.c: Remove warnings.
81
822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * include/bsp.h: New header guard.
85
862005-04-26      Joel Sherrill <joel@OARcorp.com>
87
88        * network/network.c: Change int to rtems_id to eliminate warning.
89
902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
93
942005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Remove build-variant support.
97
982004-11-25      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
101
1022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * configure.ac: Require automake > 1.9.
105
1062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        PR 610/bsps
109        * Makefile.am: Add include/tm27.h, Cosmetics.
110        * include/tm27.h: Final cosmetics.
111
1122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * include/bsp.h: Split out tmtest27 support.
115        * include/tm27.h: New.
116
1172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        PR 613/bsps
120        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
121
1222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        PR 614/bsps
125        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
126
1272004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
130
1312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
134        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
135        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
136
1372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        * clock/ckinit.c, console/console-recording.h, console/console.c,
140        fatal/bspfatal.c, include/fatal.h, network/network.c,
141        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
142        using c99 fixed size types.
143
1442004-03-05      Joel Sherrill <joel@OARcorp.com>
145
146        * network/network.c: Remove warnings for unused routines left from
147        original code.
148
1492004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Reflect changes to bsp.am.
152        Preinstall dist_project_lib*.
153
1542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect changes to bsp.am.
157
1582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
161
1622004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Pickup files from ../../m68k/shared instead of
165        ../shared. Reformat.
166
1672004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
170
1712004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
174        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
175        timer/Makefile.am, wrapup/Makefile.am.
176        Use automake compilation rules.
177        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
178        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
179        wrapup/Makefile.am: Remove.
180        * configure.ac: Reflect changes above.
181
1822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * console/console-recording.c: Remove (rename to console-recording.h).
185        * console/console-recording.h: New.
186
1872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Add PREINSTALL_DIRS.
190        * wrapup/Makefile.am: Reflect changes to libcpu.
191
1922004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Reflect changes to libcpu.
195
1962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
199        Add PRE/TMPINSTALL_FILES to CLEANFILES.
200        * startup/Makefile.am: Ditto.
201
2022004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * start/Makefile.am: Remove.
205        * Makefile.am: Merge-in start/Makefile.am.
206        * configure.ac: Reflect changes above.
207
2082004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Eliminate $(LIB).
211        Use noinst_DATA to trigger building libbsp.a.
212
2132003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
216        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
217
2182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
221        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
222
2232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
226
2272003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Misc cleanups and fixes.
230        * start/Makefile.am: Misc cleanups and fixes.
231        * startup/Makefile.am: Misc cleanups and fixes.
232        * wrapup/Makefile.am: Misc cleanups and fixes.
233
2342003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Add preinstallation dirstamp support.
237        * clock/Makefile.am: Cosmetics.
238        * console/Makefile.am: Cosmetics.
239        * fatal/Makefile.am: Cosmetics.
240        * network/Makefile.am: Cosmetics.
241        * startup/Makefile.am: Cosmetics.
242        * timer/Makefile.am: Cosmetics.
243        * wrapup/Makefile.am: Cosmetics.
244
2452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am: Remove all-local: $(ARCH).
248        * console/Makefile.am: Remove all-local: $(ARCH).
249        * fatal/Makefile.am: Remove all-local: $(ARCH).
250        * network/Makefile.am: Remove all-local: $(ARCH).
251        * start/Makefile.am: Remove all-local: $(ARCH).
252        * startup/Makefile.am: Remove all-local: $(ARCH).
253        * timer/Makefile.am: Remove all-local: $(ARCH).
254        * wrapup/Makefile.am: Remove all-local: $(ARCH).
255
2562003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Merge-in include/Makefile.am.
259        Reflect changes to bsp.am.
260        * include/Makefile.am: Remove.
261        * configure.ac: Reflect changes above.
262
2632003-09-04      Joel Sherrill <joel@OARcorp.com>
264
265        * clock/ckinit.c, console/console-recording.c, console/console.c,
266        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
267        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
268        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
269        changed.
270
2712003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
274        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
275        Remove BSP_CPPFLAGS.
276
2772003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Reflect having moved aclocal/.
280
2812003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Reflect having moved automake/.
284        * clock/Makefile.am: Reflect having moved automake/.
285        * console/Makefile.am: Reflect having moved automake/.
286        * fatal/Makefile.am: Reflect having moved automake/.
287        * include/Makefile.am: Reflect having moved automake/.
288        * network/Makefile.am: Reflect having moved automake/.
289        * start/Makefile.am: Reflect having moved automake/.
290        * startup/Makefile.am: Reflect having moved automake/.
291        * timer/Makefile.am: Reflect having moved automake/.
292        * wrapup/Makefile.am: Reflect having moved automake/.
293
2942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        PR 452/bsps
297        * startup/Makefile.am: Remove USE_INIT_FINI.
298
2992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
302
3032003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        PR 445/bsps
306        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
307        Remove cpp, old_cpp (now unused).
308
3092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Remove AC_CONFIG_AUX_DIR.
312
3132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
316
3172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: AC_PREREQ(2.57).
320
3212003-01-20      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds*: Add FreeBSD sysctl() sections.
324
3252002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328        * console/Makefile.am: Eliminate C_O_FILES.
329        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
330        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
331        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
332        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
333        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334
3352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * start/Makefile.am: Use install-data-local to install startfile.
338
3392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342
3432002-11-04      Joel Sherrill <joel@OARcorp.com>
344
345        * console/console.c: Removed warnings.
346
3472002-11-01      Joel Sherrill <joel@OARcorp.com>
348
349        * network/network.c, startup/bspclean.c: Removed warnings.
350
3512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Reformat.
354        Add autom4te*cache.
355        Remove autom4te.cache.
356
3572002-08-21      Joel Sherrill <joel@OARcorp.com>
358
359        * bsp_specs: Added support for -nostdlibs.
360
3612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
364        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
365        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
366        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
371
3722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Eliminate PGM.
375        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
376
3772002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
380
3812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
384        Remove $(OBJS) from all-local.
385
3862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
389
3902001-05-28      Joel Sherrill <joel@OARcorp.com>
391
392        * Per PR31, moved mvme16x_hw.h to shared/mvme.
393        * include/Makefile.am: Modified to reflect movement.
394
3952001-05-09      Joel Sherrill <joel@OARcorp.com>
396
397        * startup/linkcmds: In support of gcc 3.1, added one of more
398        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
399        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
400        and direction of segments to memory regions may also have been
401        addressed.  This was a sweep across all BSPs.
402 
4032002-05-01      Eric Norum <eric.norum@usask.ca>
404
405        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
406        startup/page_table.c: Per PR200 fix multi-line inline assembly
407        to satisfy gcc 3.1 and newer.
408
4092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac:
412        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
413        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
414        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
424
4252002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
428
4292001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
432        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
433        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
434        Add AC_DEFINE_UNQUOTED([mvme167]).
435
4362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
439
4402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
443        * configure.in: Remove.
444        * configure.ac: New file, generated from configure.in by autoupdate.
445
4462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * include/Makefile.am: Use 'CLEANFILES ='.
449        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
450
4512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.in: Add bspopts.h.
454        * include/.cvsignore: Add bspopts.h*, stamp-h*.
455        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
456        * include/bsp.h: Include bspopts.h.
457
4582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
459
460        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
461
4622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
465
4662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
469
4702000-11-01      Joel Sherrill <joel@OARcorp.com>
471
472        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
473        and libcsupport.h moved from libc to lib/include/rtems and
474        now must be referenced as <rtems/XXX.h>.   Header file order
475        was cleaned up while doing this.
476
4772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
480        Switch to GNU canonicalization.
481
4822000-09-12      Joel Sherrill <joel@OARcorp.com>
483
484        * network/network.c (uti596_attach): Adjust cpp directives
485        and conditional braces so all cases compile.
486
4872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
490        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
491        wrapup/Makefile.am, network/Makefile.am: Include compile.am
492
4932000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
494
495        * console.c(_BSP_output_char): Output CR after LF for printk.
496
4972000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
498
499        * README: Updated
500        * console/console.c: Fix polled input.
501        Add support for shared printk.
502        Add support for more flexible polled I/O with and without termios.
503        I/O mode and console is selectable either from NVRAM or from
504        mvme167.cfg.  Clean up comments.
505
5062000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
507
508        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
509        * include/bsp.h: Reorganize NVRAM parameters.
510        Add support for shared printk.
511        * times: These are the times for the MVME167, not the MBX860-002.
512
5132000-08-11  John Cotton  <john.cotton@nrc.ca>
514
515        * network/network.c: Fix NVRAM configuration parameter
516        handling from previous revision.
517        Check J1-4,  restructure NVRAM parameter handling.
518
5192000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
520
521        * network/network.c: Cleanup of network driver to reduce warnings.
522        Addition of second parameter to uti596_attach.
523
5242000-08-10      Joel Sherrill <joel@OARcorp.com>
525
526        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.