summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-19 17:11:35 +0000
committerpeter <peter@FreeBSD.org>1997-08-19 17:11:35 +0000
commit2cd1f98ac0a2c68a63018884c4569371a9e0b131 (patch)
treefab6959e10963a7628e629b3ad3936a63af5dd31 /sys/conf/NOTES
parent9670df0e82259842e36b713a024953fbf7c291df (diff)
downloadFreeBSD-src-2cd1f98ac0a2c68a63018884c4569371a9e0b131.zip
FreeBSD-src-2cd1f98ac0a2c68a63018884c4569371a9e0b131.tar.gz
Mention PPP_DEFLATE and PPP_BSDCOMP for kernel ppp.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 60c61bf..d5566f1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.356 1997/08/02 05:20:10 msmith Exp $
+# $Id: LINT,v 1.357 1997/08/14 14:03:25 msmith Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -332,12 +332,17 @@ options NETATALK #Appletalk communications protocols
# included for testing purposes.
# The `tun' pseudo-device implements the User Process PPP (iijppp)
#
+# PPP_BSDCOMP and PPP_DEFLATE are to activate the optional compression
+# modules for kernel ppp. (pppd(8))
+#
pseudo-device ether #Generic Ethernet
pseudo-device fddi #Generic FDDI
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
+options PPP_BSDCOMP #PPP BSD-compress support
+options PPP_DEFLATE #PPP zlib/deflate/gzip support
pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver(user process ppp)
OpenPOWER on IntegriCloud