From 9deb5b8b2822eb49c7a31d35d37d9b59dcd6555c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Aug 1997 18:12:11 +0000 Subject: Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd. (Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers. --- c/src/lib/libbsp/m68k/mvme162/README | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/m68k/mvme162/README') diff --git a/c/src/lib/libbsp/m68k/mvme162/README b/c/src/lib/libbsp/m68k/mvme162/README index 4ce79e32d8..abecee32b0 100644 --- a/c/src/lib/libbsp/m68k/mvme162/README +++ b/c/src/lib/libbsp/m68k/mvme162/README @@ -38,6 +38,17 @@ MVME162FX modele uses XXX. MVME162LX model uses 68LC040 and 2 ZCC chips so that it supports 4 serial ports. +Extended Console Driver +----------------------- +This BSP includes an extended console driver which supports all 4 serial +ports on the MVME162LX model. It was submitted by Katsutoshi Shibuya +. + +The application can choose this driver by using "CONSOLEX_DRIVER_TABLE_ENTRY" +in the driver table definition, in place of "CONSOLE_DRIVER_TABLE_ENTRY". +See consolex/cTest.c for an example and consolex/README for more information. + +This driver is only built for the mvme162lx bsp model. MVME162FX and DMA on the IP bus ------------------------------- @@ -65,15 +76,21 @@ standard release. Port Description ---------------- +This section describes the initial port effort. There have been +additions and modifications to the bsp since this was done. +Interestingly, this was the first bsp submitted to the RTEMS project +and the submission offer came out of the blue with no prior +communication with the author. :) + The port was done using already existing ports to the M68020 boards, DMV152 and MVME136. -The host system was SUN/Solaris 2.3, and the cross-development -environment consisted of Free Software Foundation (FSF)'s GNU C -compiler (version 2.6), GNU Assembler (version 2.3) and GNU binary -utilities binutils version 2.5.2, built with m68k as a target. The -recent/latest versions of other GNU programs (flex, make, etc) were -also used at the build stage. +The initial host development system was SUN/Solaris 2.3, and +the cross-development environment consisted of Free Software +Foundation (FSF)'s GNU C compiler (version 2.6), GNU Assembler +(version 2.3) and GNU binary utilities binutils version 2.5.2, +built with m68k as a target. The recent/latest versions of other +GNU programs (flex, make, etc) were also used at the build stage. In all subdirectories of the RTEMS distribution tree, the directories mvme136 were duplicated as mvme162. -- cgit v1.2.3