summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-04-12 09:45:29 +0000
committerbrian <brian@FreeBSD.org>1999-04-12 09:45:29 +0000
commitdfa82e7574504d03fcc68bef9ce4b2dee0e8f979 (patch)
tree5f331ad326660508e6f2af1f6db21a1b64ad38eb
parentef6bae4e3b2065d40e59886f78f9762ac508e291 (diff)
downloadFreeBSD-src-dfa82e7574504d03fcc68bef9ce4b2dee0e8f979.zip
FreeBSD-src-dfa82e7574504d03fcc68bef9ce4b2dee0e8f979.tar.gz
ppp != iijppp any more
Mention nos-tun as a tun device user.
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 67870f1..d3161fd 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.577 1999/04/10 15:23:12 n_hibma Exp $
+# $Id: LINT,v 1.578 1999/04/11 20:53:50 n_hibma 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
@@ -396,7 +396,7 @@ options NETATALK #Appletalk communications protocols
# The `disc' pseudo-device implements a minimal network interface,
# 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 `tun' pseudo-device implements (user-)ppp and nos-tun
# The `streams' pseudo-device implements SysVR4 STREAMS emulation.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
@@ -412,7 +412,7 @@ 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 tun 1 #Tunnel driver (ppp(8), nos-tun(8))
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
pseudo-device streams
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 67870f1..d3161fd 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.577 1999/04/10 15:23:12 n_hibma Exp $
+# $Id: LINT,v 1.578 1999/04/11 20:53:50 n_hibma 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
@@ -396,7 +396,7 @@ options NETATALK #Appletalk communications protocols
# The `disc' pseudo-device implements a minimal network interface,
# 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 `tun' pseudo-device implements (user-)ppp and nos-tun
# The `streams' pseudo-device implements SysVR4 STREAMS emulation.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
@@ -412,7 +412,7 @@ 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 tun 1 #Tunnel driver (ppp(8), nos-tun(8))
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
pseudo-device streams
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 67870f1..d3161fd 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.577 1999/04/10 15:23:12 n_hibma Exp $
+# $Id: LINT,v 1.578 1999/04/11 20:53:50 n_hibma 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
@@ -396,7 +396,7 @@ options NETATALK #Appletalk communications protocols
# The `disc' pseudo-device implements a minimal network interface,
# 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 `tun' pseudo-device implements (user-)ppp and nos-tun
# The `streams' pseudo-device implements SysVR4 STREAMS emulation.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
@@ -412,7 +412,7 @@ 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 tun 1 #Tunnel driver (ppp(8), nos-tun(8))
pseudo-device sl 2 #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
pseudo-device streams
OpenPOWER on IntegriCloud