summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-18 10:10:36 +0000
committerpeter <peter@FreeBSD.org>1997-10-18 10:10:36 +0000
commit79736c68053f35fdf443b99727ebb0920b434964 (patch)
treeef477c29feba4cd4049b64b49332f09850868a8d /sys/conf/NOTES
parente698cb6764dcf3ccc6bffa6363ffab8a77f57205 (diff)
downloadFreeBSD-src-79736c68053f35fdf443b99727ebb0920b434964.zip
FreeBSD-src-79736c68053f35fdf443b99727ebb0920b434964.tar.gz
Don't doc PPP_BSDCOMP and PPP_DEFLATE twice. slight reorder so that the
options are not in the middle of the pseudo-device list. Prompted by: bde
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES21
1 files changed, 10 insertions, 11 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 84d0f33..f8f873a 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.372 1997/10/15 07:35:48 msmith Exp $
+# $Id: LINT,v 1.373 1997/10/18 01:24:20 peter 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
@@ -338,11 +338,7 @@ options NETATALK #Appletalk communications protocols
# The `sppp' pseudo-device serves a similar role for certain types
# of synchronous PPP links (like `cx', `ar').
# The `sl' pseudo-device implements the Serial Line IP (SLIP) service.
-# The `ppp' pseudo-device implements the Point-to-Point Protocol. The
-# PPP_BSDCOMP option enables support for compress(1) style entire packet
-# compression, the PPP_DEFLATE is for zlib/gzip style compression.
-# PPP_FILTER enables code for filtering the ppp data stream and selecting
-# events for resetting the demand dial activity timer. (requires bpfilter)
+# The `ppp' pseudo-device implements the Point-to-Point Protocol.
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this
# option. The number of devices determines the maximum number of
@@ -352,21 +348,24 @@ 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))
+# The PPP_BSDCOMP option enables support for compress(1) style entire
+# packet compression, the PPP_DEFLATE is for zlib/gzip style compression.
+# PPP_FILTER enables code for filtering the ppp data stream and selecting
+# events for resetting the demand dial activity timer - requires bpfilter.
+# See pppd(8) for more details.
#
pseudo-device ether #Generic Ethernet
pseudo-device fddi #Generic FDDI
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
+pseudo-device bpfilter 4 #Berkeley packet filter
+pseudo-device disc #Discard device
+pseudo-device tun 1 #Tunnel driver (user process ppp(8))
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
options PPP_FILTER #enable bpf filtering (needs bpfilter)
-pseudo-device bpfilter 4 #Berkeley packet filter
-pseudo-device disc #Discard device
-pseudo-device tun 1 #Tunnel driver(user process ppp)
#
# Internet family options:
OpenPOWER on IntegriCloud