diff options
author | brooks <brooks@FreeBSD.org> | 2001-07-02 21:02:09 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-07-02 21:02:09 +0000 |
commit | e7b9bc714f516674681231706c48e6aaa41c1d52 (patch) | |
tree | c356b4fb3bb3f0b8afdc188117e65b43ba086e89 /sys/i386 | |
parent | 1e69f4eb2364d7e5da7ca1d7cb99c3e77599e36d (diff) | |
download | FreeBSD-src-e7b9bc714f516674681231706c48e6aaa41c1d52.zip FreeBSD-src-e7b9bc714f516674681231706c48e6aaa41c1d52.tar.gz |
gif(4) and stf(4) modernization:
- Remove gif dependencies from stf.
- Make gif and stf into modules
- Make gif cloneable.
PR: kern/27983
Reviewed by: ru, ume
Obtained from: NetBSD
MFC after: 1 week
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index b9f1f3a..eab8a8d 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -210,7 +210,7 @@ device ppp 1 # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" -device gif 4 # IPv6 and IPv4 tunneling +device gif # IPv6 and IPv4 tunneling device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. |