Date: Mon, 20 Apr 2009 15:01:46 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191318 - in head: share/man/man4 sys/conf Message-ID: <200904201501.n3KF1kTH049536@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Apr 20 15:01:45 2009 New Revision: 191318 URL: http://svn.freebsd.org/changeset/base/191318 Log: vlan(4) no longer depends on miibus(4). Reviewed by: jhb@ MFC after: 1 month Modified: head/share/man/man4/vlan.4 head/sys/conf/NOTES Modified: head/share/man/man4/vlan.4 ============================================================================== --- head/share/man/man4/vlan.4 Mon Apr 20 14:41:23 2009 (r191317) +++ head/share/man/man4/vlan.4 Mon Apr 20 15:01:45 2009 (r191318) @@ -36,7 +36,6 @@ To compile this driver into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent -.Cd "device miibus" .Cd "device vlan" .Ed .Pp @@ -193,18 +192,7 @@ The MTU setting on .Nm can be corrected manually if used in conjunction with such a parent interface. .Sh SEE ALSO -.Xr kqueue 2 , -.Xr miibus 4 , .Xr ifconfig 8 , .Xr sysctl 8 .Sh BUGS No 802.1Q features except VLAN tagging are implemented. -.Pp -.Dv EVFILT_NETDEV -events on a -.Nm -interface will be sent through -.Xr kqueue 2 -only if the parent interface uses -.Xr miibus 4 -for link state notification. Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Mon Apr 20 14:41:23 2009 (r191317) +++ head/sys/conf/NOTES Mon Apr 20 15:01:45 2009 (r191318) @@ -727,7 +727,7 @@ device loop device ether # The `vlan' device implements the VLAN tagging of Ethernet frames -# according to IEEE 802.1Q. It requires `device miibus'. +# according to IEEE 802.1Q. device vlan # The `wlan' device provides generic code to support 802.11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904201501.n3KF1kTH049536>