summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-25 18:56:40 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-25 18:56:40 +0000
commit34d1edd712b06a752230a691962dc3405b3550ed (patch)
tree8211c11ce9b00d83e91cdb1e80e571691f2df9a8
parentdcdfdd7d0d1872951515696d703fce53cc8ddfab (diff)
downloadFreeBSD-src-34d1edd712b06a752230a691962dc3405b3550ed.zip
FreeBSD-src-34d1edd712b06a752230a691962dc3405b3550ed.tar.gz
The faith(4) device is no longer a count device so don't specify a count.
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/NEWCARD2
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/ia64/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 98a4834..958b20c 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -168,7 +168,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying/(translation)
+device faith # IPv6-to-IPv4 relaying/(translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 98a4834..958b20c 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -168,7 +168,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying/(translation)
+device faith # IPv6-to-IPv4 relaying/(translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f727fd6..7e7aa93 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -211,7 +211,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying (translation)
+device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 024e9d9..379e23d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -555,7 +555,7 @@ options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
# for IPv6
device gif #IPv6 and IPv4 tunneling
options XBONEHACK
-device faith 1 #for IPv6 and IPv4 translation
+device faith #for IPv6 and IPv4 translation
device stf #6to4 IPv6 over IPv4 encapsulation
#
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f727fd6..7e7aa93 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -211,7 +211,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying (translation)
+device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 96b83a8..ce52591 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -215,7 +215,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying (translation)
+device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 024e9d9..379e23d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -555,7 +555,7 @@ options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
# for IPv6
device gif #IPv6 and IPv4 tunneling
options XBONEHACK
-device faith 1 #for IPv6 and IPv4 translation
+device faith #for IPv6 and IPv4 translation
device stf #6to4 IPv6 over IPv4 encapsulation
#
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index e407894..2e80c38 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -147,7 +147,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying/(translation)
+device faith # IPv6-to-IPv4 relaying/(translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 0b878dd..b4e7d2c 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -202,7 +202,7 @@ device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
-device faith 1 # IPv6-to-IPv4 relaying (translation)
+device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
OpenPOWER on IntegriCloud