1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Now sge(4) supports hardware VLAN tag insertion/stripping.

This commit is contained in:
Pyun YongHyeon 2010-04-29 18:21:27 +00:00
parent c186cf13eb
commit 53ac9f49f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207381
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 14, 2010
.Dd April 29, 2010
.Dt SGE 4
.Os
.Sh NAME
@ -53,11 +53,11 @@ controllers and SiS191 Fast/Gigabit Ethernet controllers.
.Pp
All LOMs supported by the
.Nm
driver have TCP/UDP/IP checksum offload for transmit and receive.
driver have TCP/UDP/IP checksum offload for transmit and receive,
hardware VLAN tag stripping/insertion features.
Due to lack of documentation more offloading features like TCP
segmentation offload (TSO), hardware VLAN tag stripping/insertion
features, Wake On Lan (WOL), Jumbo frame and an interrupt moderation
mechanism are not supported yet.
segmentation offload (TSO), Wake On Lan (WOL), Jumbo frame and an
interrupt moderation mechanism are not supported yet.
.Pp
The
.Nm

View File

@ -134,6 +134,7 @@ in the hardware is limited to the following devices:
.Xr msk 4 ,
.Xr nge 4 ,
.Xr re 4 ,
.Xr sge 4 ,
.Xr stge 4 ,
.Xr ti 4 ,
.Xr txp 4 ,
@ -172,7 +173,6 @@ natively:
.Xr nve 4 ,
.Xr rl 4 ,
.Xr sf 4 ,
.Xr sge 4 ,
.Xr sis 4 ,
.Xr sk 4 ,
.Xr ste 4 ,