diff options
author | yar <yar@FreeBSD.org> | 2005-01-30 12:29:06 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-01-30 12:29:06 +0000 |
commit | 0ec8b23ab8435bc57a5bae0d39983168e80c6186 (patch) | |
tree | ff9aaff701faf8ce6d67a5594bc43ea09fc6fbc4 /share | |
parent | 20f50efab66636cfed3e0df192fb5cd74cc4e34d (diff) | |
download | FreeBSD-src-0ec8b23ab8435bc57a5bae0d39983168e80c6186.zip FreeBSD-src-0ec8b23ab8435bc57a5bae0d39983168e80c6186.tar.gz |
Document the recent change to the default status of VLAN support in em(4).
MFC after: 1 day
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/em.4 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index 3090cc6..42a2dad 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 5, 2005 +.Dd January 30, 2005 .Dt EM 4 .Os .Sh NAME @@ -199,3 +199,13 @@ The .Nm driver was written by .An Intel Corporation Aq freebsdnic@mailbox.intel.com . +.Sh BUGS +Hardware-assisted VLAN processing is disabled by default. +You can enable it on an +.Nm +interface using +.Xr ifconfig 8 +unless you are going to run +.Xr bridge 4 +on the interface. +In any case, VLAN can operate safely without the hardware acceleration. |