summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-15 09:54:57 +0000
committerphk <phk@FreeBSD.org>1999-08-15 09:54:57 +0000
commit8675115e755e1245bb8e07e750b0374223574ca6 (patch)
tree375a0ff89fd68cbf7f1cffe4141e728b6071fb5c /sys/i386/conf
parentb813f67e2ad997c6f4439095f8c981701f02bf0d (diff)
downloadFreeBSD-src-8675115e755e1245bb8e07e750b0374223574ca6.zip
FreeBSD-src-8675115e755e1245bb8e07e750b0374223574ca6.tar.gz
Give if_tun the "almost clone" makeover.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
-rw-r--r--sys/i386/conf/PCCARD4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f9ff2ac..91e56ab 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -15,7 +15,7 @@
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.180 1999/08/08 19:28:57 phk Exp $
+# $Id: GENERIC,v 1.181 1999/08/15 09:38:20 phk Exp $
machine i386
cpu I386_CPU
@@ -195,7 +195,7 @@ pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
-pseudo-device tun 1 # Packet tunnel, for ppp(1)
+pseudo-device tun # Packet tunnel, for ppp(1)
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 947fe9e..d536cce 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.625 1999/08/08 19:28:57 phk Exp $
+# $Id: LINT,v 1.626 1999/08/15 09:38:20 phk 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
@@ -404,7 +404,7 @@ pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
pseudo-device disc #Discard device
-pseudo-device tun 1 #Tunnel driver (ppp(8), nos-tun(8))
+pseudo-device tun #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 947fe9e..d536cce 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.625 1999/08/08 19:28:57 phk Exp $
+# $Id: LINT,v 1.626 1999/08/15 09:38:20 phk 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
@@ -404,7 +404,7 @@ pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
pseudo-device disc #Discard device
-pseudo-device tun 1 #Tunnel driver (ppp(8), nos-tun(8))
+pseudo-device tun #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/PCCARD b/sys/i386/conf/PCCARD
index 102733c..3f57f71 100644
--- a/sys/i386/conf/PCCARD
+++ b/sys/i386/conf/PCCARD
@@ -12,7 +12,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: PCCARD,v 1.15 1999/08/08 19:28:59 phk Exp $
+# $Id: PCCARD,v 1.16 1999/08/15 09:38:20 phk Exp $
machine i386
cpu I386_CPU
@@ -191,7 +191,7 @@ pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
-pseudo-device tun 1 # Packet tunnel, for ppp(1)
+pseudo-device tun # Packet tunnel, for ppp(1)
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
OpenPOWER on IntegriCloud