Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/04/1995 02:30:02
paulus
Tue Jul  4 02:28:31 EDT 1995
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv28272

Modified Files:
	if_ppp.c if_ppp.h slcompress.c slcompress.h 
Added Files:
	bsd-comp.c if_pppvar.h ppp-comp.h ppp_defs.h ppp_tty.c 
Log Message:
Latest version of PPP stuff, with packet compression and other
improvements.  The PPP kernel code is now split into if_ppp.c,
containing generic PPP support, and ppp_tty.c, which specifically
supports PPP on async tty devices (as a line discipline).  This is
so that other devices can be supported without making them look
like ttys.