diff options
author | newton <newton@FreeBSD.org> | 1999-01-30 06:31:11 +0000 |
---|---|---|
committer | newton <newton@FreeBSD.org> | 1999-01-30 06:31:11 +0000 |
commit | 907b4856268779d887a17de5aa177b639c6c2638 (patch) | |
tree | c2944f1105bb9a22d36c0ee96636f8e2668550f7 /sys | |
parent | 3997fb47add29faec9e3ac9c1925d021e723f6fb (diff) | |
download | FreeBSD-src-907b4856268779d887a17de5aa177b639c6c2638.zip FreeBSD-src-907b4856268779d887a17de5aa177b639c6c2638.tar.gz |
Add streams pseudo-device
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0afff08..35bee03 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.546 1999/01/25 19:34:26 nsouch Exp $ +# $Id: LINT,v 1.547 1999/01/27 20:09:20 dillon 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 @@ -397,6 +397,7 @@ options NETATALK #Appletalk communications protocols # which throws away all packets sent and never receives any. It is # included for testing purposes. # The `tun' pseudo-device implements the User Process PPP (iijppp) +# The `streams' pseudo-device implements SysVR4 STREAMS emulation. # # The PPP_BSDCOMP option enables support for compress(1) style entire # packet compression, the PPP_DEFLATE is for zlib/gzip style compression. @@ -413,6 +414,7 @@ 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 +pseudo-device streams options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 0afff08..35bee03 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.546 1999/01/25 19:34:26 nsouch Exp $ +# $Id: LINT,v 1.547 1999/01/27 20:09:20 dillon 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 @@ -397,6 +397,7 @@ options NETATALK #Appletalk communications protocols # which throws away all packets sent and never receives any. It is # included for testing purposes. # The `tun' pseudo-device implements the User Process PPP (iijppp) +# The `streams' pseudo-device implements SysVR4 STREAMS emulation. # # The PPP_BSDCOMP option enables support for compress(1) style entire # packet compression, the PPP_DEFLATE is for zlib/gzip style compression. @@ -413,6 +414,7 @@ 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 +pseudo-device streams options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 0afff08..35bee03 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.546 1999/01/25 19:34:26 nsouch Exp $ +# $Id: LINT,v 1.547 1999/01/27 20:09:20 dillon 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 @@ -397,6 +397,7 @@ options NETATALK #Appletalk communications protocols # which throws away all packets sent and never receives any. It is # included for testing purposes. # The `tun' pseudo-device implements the User Process PPP (iijppp) +# The `streams' pseudo-device implements SysVR4 STREAMS emulation. # # The PPP_BSDCOMP option enables support for compress(1) style entire # packet compression, the PPP_DEFLATE is for zlib/gzip style compression. @@ -413,6 +414,7 @@ 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 +pseudo-device streams options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) |