diff options
author | brooks <brooks@FreeBSD.org> | 2001-09-25 18:56:40 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-09-25 18:56:40 +0000 |
commit | 34d1edd712b06a752230a691962dc3405b3550ed (patch) | |
tree | 8211c11ce9b00d83e91cdb1e80e571691f2df9a8 /sys/amd64/conf | |
parent | dcdfdd7d0d1872951515696d703fce53cc8ddfab (diff) | |
download | FreeBSD-src-34d1edd712b06a752230a691962dc3405b3550ed.zip FreeBSD-src-34d1edd712b06a752230a691962dc3405b3550ed.tar.gz |
The faith(4) device is no longer a count device so don't specify a count.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
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! |