svn commit: r207381 - head/share/man/man4

Pyun YongHyeon yongari at FreeBSD.org
Thu Apr 29 18:21:27 UTC 2010


Author: yongari
Date: Thu Apr 29 18:21:27 2010
New Revision: 207381
URL: http://svn.freebsd.org/changeset/base/207381

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

Modified:
  head/share/man/man4/sge.4
  head/share/man/man4/vlan.4

Modified: head/share/man/man4/sge.4
==============================================================================
--- head/share/man/man4/sge.4	Thu Apr 29 18:14:14 2010	(r207380)
+++ head/share/man/man4/sge.4	Thu Apr 29 18:21:27 2010	(r207381)
@@ -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 Ethe
 .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

Modified: head/share/man/man4/vlan.4
==============================================================================
--- head/share/man/man4/vlan.4	Thu Apr 29 18:14:14 2010	(r207380)
+++ head/share/man/man4/vlan.4	Thu Apr 29 18:21:27 2010	(r207381)
@@ -134,6 +134,7 @@ in the hardware is limited to the follow
 .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 ,


More information about the svn-src-all mailing list