summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/comm/i386_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/shared/comm/i386_io.h')
-rw-r--r--c/src/lib/libbsp/i386/shared/comm/i386_io.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
index e8137d33d1..7d2612ec11 100644
--- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h
+++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h
@@ -13,6 +13,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."
+//
//
/////////////////////////////////////////////////////////////////////////////
*/
@@ -63,4 +76,3 @@
#define sti() __asm__ __volatile__("sti");
#endif /* i386_io_h__ */
-