diff options
author | yar <yar@FreeBSD.org> | 2004-10-04 14:16:17 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-10-04 14:16:17 +0000 |
commit | 26afc75c0399b9b9b70236accab699b0374aa19c (patch) | |
tree | 29be362164465c1e540cb6b1199acd75586b7d61 | |
parent | 8acb0316f810a74b6399cff98b950b10a4c4f4ab (diff) | |
download | FreeBSD-src-26afc75c0399b9b9b70236accab699b0374aa19c.zip FreeBSD-src-26afc75c0399b9b9b70236accab699b0374aa19c.tar.gz |
Add a more verbose description for `device vlan'
to the above comment block devoted to such descriptions.
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2d6acd0..f8f3ca6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -514,6 +514,8 @@ device musycc # LMC/SBE LMC1504 quad T1/E1 # The `ether' device provides generic code to handle # Ethernets; it is MANDATORY when an Ethernet device driver is # configured or token-ring is enabled. +# The `vlan' device implements the VLAN tagging of Ethernet frames +# according to IEEE 802.1Q. It requires `device miibus'. # The `wlan' device provides generic code to support 802.11 # drivers, including host AP mode; it is MANDATORY for the wi # driver and will eventually be required by all 802.11 drivers. |