diff options
author | brooks <brooks@FreeBSD.org> | 2010-01-03 20:40:54 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2010-01-03 20:40:54 +0000 |
commit | 3071fcfc737ab7b0e1255bdb3f8cf5dada69d734 (patch) | |
tree | 425e9dd27fbc1a4c4c478a237213dbc253c66b79 /sys/pc98/conf/GENERIC | |
parent | b51bb2125d48b478730f59c91b300fedb4562aa7 (diff) | |
download | FreeBSD-src-3071fcfc737ab7b0e1255bdb3f8cf5dada69d734.zip FreeBSD-src-3071fcfc737ab7b0e1255bdb3f8cf5dada69d734.tar.gz |
Add vlan(4) to all GENERIC kernels.
MFC after: 1 week
Diffstat (limited to 'sys/pc98/conf/GENERIC')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 10caef4..858a43cb 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -241,6 +241,7 @@ device xe # Xircom pccard Ethernet device loop # Network loopback device random # Entropy device device ether # Ethernet support +device vlan # 802.1Q VLAN support device tun # Packet tunnel. device pty # BSD-style compatibility pseudo ttys device md # Memory "disks" |