summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-02-10 05:42:24 +0000
committeramurai <amurai@FreeBSD.org>1995-02-10 05:42:24 +0000
commit9e6775914944479ed8f3efa9e9451832fde69456 (patch)
tree6942c740cd321da4ad1209b204e1f81cfe654168
parent6b16692f6ce772a7ad0b4a1c679b7460b1c3ba49 (diff)
downloadFreeBSD-src-9e6775914944479ed8f3efa9e9451832fde69456.zip
FreeBSD-src-9e6775914944479ed8f3efa9e9451832fde69456.tar.gz
Delete a redundant line - "options TUN" and Add explanation for
"pseudo-device tun" as same as other device.
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6509246..019b2b5 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.136 1995/02/06 23:19:47 jkh Exp $
+# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh 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
@@ -155,6 +155,7 @@ options TPCONS #ISO TP class 0 over X.25
# 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)
#
pseudo-device ether #Generic Ethernet
pseudo-device sppp #Generic Synchronous PPP
@@ -169,7 +170,6 @@ options NSIP #XNS over IP
options EON #ISO CLNP over IP
options LLC #X.25 link layer for Ethernets
options HDLC #X.25 link layer for serial lines
-options TUN #IP Tunnel driver
#
# Internet family options:
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 6509246..019b2b5 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.136 1995/02/06 23:19:47 jkh Exp $
+# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh 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
@@ -155,6 +155,7 @@ options TPCONS #ISO TP class 0 over X.25
# 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)
#
pseudo-device ether #Generic Ethernet
pseudo-device sppp #Generic Synchronous PPP
@@ -169,7 +170,6 @@ options NSIP #XNS over IP
options EON #ISO CLNP over IP
options LLC #X.25 link layer for Ethernets
options HDLC #X.25 link layer for serial lines
-options TUN #IP Tunnel driver
#
# Internet family options:
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6509246..019b2b5 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.136 1995/02/06 23:19:47 jkh Exp $
+# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh 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
@@ -155,6 +155,7 @@ options TPCONS #ISO TP class 0 over X.25
# 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)
#
pseudo-device ether #Generic Ethernet
pseudo-device sppp #Generic Synchronous PPP
@@ -169,7 +170,6 @@ options NSIP #XNS over IP
options EON #ISO CLNP over IP
options LLC #X.25 link layer for Ethernets
options HDLC #X.25 link layer for serial lines
-options TUN #IP Tunnel driver
#
# Internet family options:
OpenPOWER on IntegriCloud