diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-09-25 18:56:40 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-09-25 18:56:40 +0000 |
| commit | 2f65332817ffd749fb268924f15c94f3008f703a (patch) | |
| tree | 8211c11ce9b00d83e91cdb1e80e571691f2df9a8 /sys/alpha/conf | |
| parent | 7bdd46e6a181b0cb1418fbf60f5875fae0a5231e (diff) | |
Notes
Diffstat (limited to 'sys/alpha/conf')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 98a4834c93df..958b20c8a0ec 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 98a4834c93df..958b20c8a0ec 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! |
