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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"