diff options
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
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 |