summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-11 19:26:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-11 19:26:31 +0000
commited09fd77fcea26ac645b7cbe1f620f1f43c37203 (patch)
tree6e3570afb2c2e136c3119ea8006f5ecd1fdf96e8 /c/src/lib/libbsp/m68k/mvme167/ChangeLog
parent2000-08-04 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> (diff)
downloadrtems-ed09fd77fcea26ac645b7cbe1f620f1f43c37203.tar.bz2
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
* README: Updated * console/console.c: Fix polled input. Add support for shared printk. Add support for more flexible polled I/O with and without termios. I/O mode and console is selectable either from NVRAM or from mvme167.cfg. Clean up comments. 2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> * startup/page_table.c (page_table_init): Reorganize NVRAM parameters. * include/bsp.h: Reorganize NVRAM parameters. Add support for shared printk. * times: These are the times for the MVME167, not the MBX860-002. 2000-08-11 John Cotton <john.cotton@nrc.ca> * network/network.c: Fix NVRAM configuration parameter handling from previous revision. Check J1-4, restructure NVRAM parameter handling. 2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> * network/network.c: Cleanup of network driver to reduce warnings. Addition of second parameter to uti596_attach.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/ChangeLog b/c/src/lib/libbsp/m68k/mvme167/ChangeLog
index 101734ce64..3f6c8a3a65 100644
--- a/c/src/lib/libbsp/m68k/mvme167/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme167/ChangeLog
@@ -1,3 +1,29 @@
+2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
+
+ * README: Updated
+ * console/console.c: Fix polled input.
+ Add support for shared printk.
+ Add support for more flexible polled I/O with and without termios.
+ I/O mode and console is selectable either from NVRAM or from
+ mvme167.cfg. Clean up comments.
+
+2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
+
+ * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
+ * include/bsp.h: Reorganize NVRAM parameters.
+ Add support for shared printk.
+ * times: These are the times for the MVME167, not the MBX860-002.
+
+2000-08-11 John Cotton <john.cotton@nrc.ca>
+
+ * network/network.c: Fix NVRAM configuration parameter
+ handling from previous revision.
+ Check J1-4, restructure NVRAM parameter handling.
+
+2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
+
+ * network/network.c: Cleanup of network driver to reduce warnings.
+ Addition of second parameter to uti596_attach.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.