diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-10-18 10:10:36 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-18 10:10:36 +0000 |
| commit | 829b5d55100081f3d0a04ee8dffcf5cfeb758aaa (patch) | |
| tree | f5bb3d45f222d80f867044f1eab2e4bf5cb2af1a | |
| parent | 635de877cb5caa94b483bc01b47748d56243b7bb (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 21 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 21 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 21 |
3 files changed, 30 insertions, 33 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 84d0f337150a..f8f873a52486 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: diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 84d0f337150a..f8f873a52486 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 84d0f337150a..f8f873a52486 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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: |
