From caeb33b22de9493023993090d54e8f4f6156e4cf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Jul 2001 17:56:32 +0000 Subject: 2001-07-03 Mike Seirs * comm/tty_drv.c, comm/uart.c, comm/uart.h: Adds the capability to use task driven serial I/O to ti386 BSPs. This patch leaves thex default I/O mode to be IRQ. If you want to use task I/O mode, then the tty_drv.c file needs to be modified. Basically, all you need to change is the data values of the termios callbacks structure. This callback structure is used in the tty1_open and tty2_open functions. The values you need to set are commented out in the source code. --- c/src/lib/libbsp/i386/shared/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'c/src/lib/libbsp/i386/shared/ChangeLog') diff --git a/c/src/lib/libbsp/i386/shared/ChangeLog b/c/src/lib/libbsp/i386/shared/ChangeLog index 7e94048a6b..74b499cd49 100644 --- a/c/src/lib/libbsp/i386/shared/ChangeLog +++ b/c/src/lib/libbsp/i386/shared/ChangeLog @@ -1,4 +1,15 @@ + * comm/tty_drv.c, comm/uart.c, comm/uart.h: Adds the capability + to use task driven serial I/O to ti386 BSPs. This patch leaves thex + default I/O mode to be IRQ. If you want to use task I/O mode, + then the tty_drv.c file needs to be modified. Basically, all + you need to change is the data values of the termios callbacks + structure. This callback structure is used in the tty1_open + and tty2_open functions. The values you need to set are commented + out in the source code. + +2001-06-19 Ralf Corsepius + * comm/Makefile.am: Use *_HEADERS instead of *H_FILES. * io/Makefile.am: Ditto. * irq/Makefile.am: Ditto. -- cgit v1.2.3