From 5ec6f09189a6f8e284198801b6320add24bf5810 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jan 2002 21:42:36 +0000 Subject: 2001-01-31 Mike Siers * Nice Update of PPPD support which eliminates the requiremetn that drivers be in the termios TASK_DRIVEN mode. Mike did significant testing and reports that it seems to be more stable and handle larger packets better. This patch replaces the termios tasks with more general pppd network driver tasks. The functions pppinput() and pppstart() get called from the interrupt service routine. * libc/termios.c: Added PPCDISC. --- c/src/lib/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'c/src/lib/ChangeLog') diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index f42b0fef6e..06da663a58 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,3 +1,14 @@ +2001-01-31 Mike Siers + + * Nice Update of PPPD support which eliminates the + requiremetn that drivers be in the termios TASK_DRIVEN mode. + Mike did significant testing and reports that it seems to be + more stable and handle larger packets better. This patch + replaces the termios tasks with more general pppd network + driver tasks. The functions pppinput() and pppstart() get + called from the interrupt service routine. + * libc/termios.c: Added PPCDISC. + 2002-02-09 Ralf Corsepius * include/rtems/libio.h: Add #include . -- cgit v1.2.3