summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2009-04-20 15:01:45 +0000
committerantoine <antoine@FreeBSD.org>2009-04-20 15:01:45 +0000
commite0ce7397e78ab9ddfdbe03ba5c6e3f561494161b (patch)
tree225602eb2fe8f16da2a191cc09e1b5c78060ad73
parent859e97941f7b644db4f7b73017436460deff53a7 (diff)
downloadFreeBSD-src-e0ce7397e78ab9ddfdbe03ba5c6e3f561494161b.zip
FreeBSD-src-e0ce7397e78ab9ddfdbe03ba5c6e3f561494161b.tar.gz
vlan(4) no longer depends on miibus(4).
Reviewed by: jhb@ MFC after: 1 month
-rw-r--r--share/man/man4/vlan.412
-rw-r--r--sys/conf/NOTES2
2 files changed, 1 insertions, 13 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4
index 60bf9fe..8467d1a 100644
--- a/share/man/man4/vlan.4
+++ b/share/man/man4/vlan.4
@@ -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.
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index fe3f1ff..7e70c71 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud