diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-27 14:01:14 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-08-27 14:01:14 +0000 |
| commit | a5a8905c102cebc9af03f569742f04389bda8874 (patch) | |
| tree | 9fbb5e6ef3665a57dcec40b2cd02c1e54c4295ea | |
| parent | d834a93b27225f087e8424936e1dddd23090b7ad (diff) | |
Notes
| -rw-r--r-- | share/man/man4/vlan.4 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man4/vlan.4 b/share/man/man4/vlan.4 index 2a0a6cac45a41..b1fa622b4a4f6 100644 --- a/share/man/man4/vlan.4 +++ b/share/man/man4/vlan.4 @@ -89,6 +89,8 @@ driver hooks for the 802.1Q VLAN technology in .Fx are .Xr bge 4 , +.Xr em 4 , +.Xr gx 4 , .Xr nge 4 , .Xr ti 4 , and @@ -135,12 +137,14 @@ natively. supports long frames for the .Nm natively. +.It Xr ste 4 +supports long frames for the +.Nm +natively. .It Xr tl 4 does support long frames. .It Xr tx 4 does support long frames. -.It Xr wx 4 -does support long frames. .It Xr xl 4 supports long frames only if the card is built on a newer chip (Cyclone and above). @@ -148,8 +152,10 @@ supports long frames only if the card is built on a newer chip .Pp Note: Except for +.Xr dc 4 , .Xr fxp 4 , -.Xr sis 4 +.Xr sis 4 , +.Xr ste 4 , and .Xr tx 4 , none of the above drivers inform the |
