source: rtems/cpukit/pppd/STATUS @ df49c60

4.104.114.84.95
Last change on this file since df49c60 was d0950ad, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/99 at 22:12:50

Added port of ppp-2.3.5 from Tomasz Domin <dot@…> of ComArch? SA.
Tomasz only tested this on the mpc823.

The official site for the original source for this PPP implementation is:

ftp://cs.anu.edu.au/pub/software/ppp

NOTE: As of 11/30/1999, the current version of this source is 2.3.10.

  • Property mode set to 100644
File size: 791 bytes
Line 
1#
2#  $Id$
3#
4
5Overall, this code should still be considered in its early stages.  It
6works but has some distance to go before it is fully documented and
7easily configurable.
8
9+ Compare the code to the original 2.3.5 and eliminate spurious changes.
10
11+ Update the code to 2.3.10.
12
13+ Eliminate items specific to Tomasz' system.  In particular, the
14  code reports status and gets configuration information in a system
15  specific manner.   main.c is particularly guilty of this although
16  other files suffer from this also.
17
18+ Find comments in Polish and get Tomasz to translate them. :)
19
20+ Add netdemo showing configuration and initialization.
21
22+ Get feature list.
23
24+ Document dialer setup.
25
26+ Only modem driver is system specific so there is the possibility
27  that shareable code exists in it.
Note: See TracBrowser for help on using the repository browser.