diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-01-30 12:15:14 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-01-30 12:15:14 +0000 |
commit | bd75f933465e6a74ec6f62b47f40c77387ea1dd9 (patch) | |
tree | e7789fdb78d75f1b3bc755ffdfa77f0f1fb6de5d /share/man/man4/fxp.4 | |
parent | 273c97fde3ebda4d3194972eaf86fb90e99800a4 (diff) |
Document the user-controlled VLAN_MTU capability of fxp(4).
Bump .Dd accordingly.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=141046
Diffstat (limited to 'share/man/man4/fxp.4')
-rw-r--r-- | share/man/man4/fxp.4 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index 6f04f81e9438..aa34545b9082 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 24, 2004 +.Dd January 30, 2005 .Dt FXP 4 .Os .Sh NAME @@ -68,6 +68,19 @@ For further information on configuring this device, see .Pp The .Nm +driver supports reception and transmission of extended frames +for +.Xr vlan 4 . +This capability of +.Nm +can be controlled by means of the +.Cm vlanmtu +parameter +to +.Xr ifconfig 8 . +.Pp +The +.Nm driver also supports a special link option: .Bl -tag -width link0 .It Cm link0 @@ -137,6 +150,7 @@ parameterized values to the given settings. .Xr netintro 4 , .Xr ng_ether 4 , .Xr polling 4 , +.Xr vlan 4 , .Xr ifconfig 8 .Sh HISTORY The |