summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/shared/comm/tty_drv.h')
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/tty_drv.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
index c4c1be23f0..c4f017c8c6 100644
--- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
+++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h
@@ -15,6 +15,19 @@
* MODIFICATION/HISTORY:
*
* $Log$
+ * Revision 1.1 2000/08/30 08:18:56 joel
+ * 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
+ *
+ * * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for
+ * the i386 BSPs.
+ * * shared/comm/gdb_glue.c: New file.
+ * * shared/comm/i386_io.c: New file.
+ * * shared/comm/tty_drv.c: New file.
+ * * shared/comm/tty_drv.h: New file.
+ * * shared/comm/Makefile.am: Account for new files.
+ * * shared/comm/uart.c: Adds support for sending characters to
+ * another "line discipline."
+ *
****************************************************************************/
/* functions */
@@ -103,5 +116,3 @@ rtems_device_driver tty2_control(
/* end of include file */
#endif /* __tty_drv__ */
-
-