svn commit: r218107 - stable/8/share/man/man4

Pyun YongHyeon yongari at FreeBSD.org
Sun Jan 30 23:15:45 UTC 2011


Author: yongari
Date: Sun Jan 30 23:15:45 2011
New Revision: 218107
URL: http://svn.freebsd.org/changeset/base/218107

Log:
  MFC r216576,216578-216581,217974:
  r216576,217974:
    ae(4), igb(4) and ixgbe(4) supports altq(4).
  
  r216578:
    Add .Xr to altq(4).
  
  r216579,216581:
    igb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN hardware tag
    insertion/stripping.
    et(4) and fwe(4) support VLAN oversized frames.
  
  r216580:
    Add ae(4) to the list of drivers use the miibus interface.

Modified:
  stable/8/share/man/man4/altq.4
  stable/8/share/man/man4/ixgbe.4
  stable/8/share/man/man4/miibus.4
  stable/8/share/man/man4/vlan.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/altq.4
==============================================================================
--- stable/8/share/man/man4/altq.4	Sun Jan 30 23:14:34 2011	(r218106)
+++ stable/8/share/man/man4/altq.4	Sun Jan 30 23:15:45 2011	(r218107)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 14, 2010
+.Dd December 19, 2010
 .Dt ALTQ 4
 .Os
 .Sh NAME
@@ -115,6 +115,7 @@ The driver modifications described in
 are required to use a certain network card with
 .Nm .
 They have been applied to the following hardware drivers:
+.Xr ae 4 ,
 .Xr age 4 ,
 .Xr alc 4 ,
 .Xr ale 4 ,
@@ -135,8 +136,10 @@ They have been applied to the following 
 .Xr fxp 4 ,
 .Xr gem 4 ,
 .Xr hme 4 ,
+.Xr igb 4 ,
 .Xr ipw 4 ,
 .Xr iwi 4 ,
+.Xr ixgbe 4 ,
 .Xr jme 4 ,
 .Xr le 4 ,
 .Xr msk 4 ,

Modified: stable/8/share/man/man4/ixgbe.4
==============================================================================
--- stable/8/share/man/man4/ixgbe.4	Sun Jan 30 23:14:34 2011	(r218106)
+++ stable/8/share/man/man4/ixgbe.4	Sun Jan 30 23:15:45 2011	(r218107)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 11, 2008
+.Dd December 19, 2010
 .Dt IXGBE 4
 .Os
 .Sh NAME
@@ -107,6 +107,7 @@ with a supported adapter, email the spec
 issue to
 .Aq freebsdnic at mailbox.intel.com .
 .Sh SEE ALSO
+.Xr altq 4 ,
 .Xr arp 4 ,
 .Xr netintro 4 ,
 .Xr ng_ether 4 ,

Modified: stable/8/share/man/man4/miibus.4
==============================================================================
--- stable/8/share/man/man4/miibus.4	Sun Jan 30 23:14:34 2011	(r218106)
+++ stable/8/share/man/man4/miibus.4	Sun Jan 30 23:15:45 2011	(r218107)
@@ -45,6 +45,8 @@ The following network device drivers use
 interface:
 .Pp
 .Bl -tag -compact -width ".Xr fxp 4"
+.It Xr ae 4
+Attansic/Atheros L2 Fast Ethernet
 .It Xr age 4
 Attansic/Atheros L1 Gigabit Ethernet
 .It Xr alc 4
@@ -132,6 +134,7 @@ and
 .Nx ,
 but as a result are not well behaved newbus device drivers.
 .Sh SEE ALSO
+.Xr ae 4 ,
 .Xr age 4 ,
 .Xr alc 4 ,
 .Xr ale 4 ,

Modified: stable/8/share/man/man4/vlan.4
==============================================================================
--- stable/8/share/man/man4/vlan.4	Sun Jan 30 23:14:34 2011	(r218106)
+++ stable/8/share/man/man4/vlan.4	Sun Jan 30 23:15:45 2011	(r218107)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 14, 2010
+.Dd December 19, 2010
 .Dt VLAN 4
 .Os
 .Sh NAME
@@ -129,9 +129,13 @@ in the hardware is limited to the follow
 .Xr bge 4 ,
 .Xr cxgb 4 ,
 .Xr em 4 ,
+.Xr igb 4 ,
 .Xr ixgb 4 ,
+.Xr ixgbe 4 ,
 .Xr jme 4 ,
 .Xr msk 4 ,
+.Xr mxge 4 ,
+.Xr nxge 4 ,
 .Xr nge 4 ,
 .Xr re 4 ,
 .Xr sge 4 ,
@@ -164,6 +168,7 @@ natively:
 .Xr bfe 4 ,
 .Xr cas 4 ,
 .Xr dc 4 ,
+.Xr et 4 ,
 .Xr fwe 4 ,
 .Xr fxp 4 ,
 .Xr gem 4 ,


More information about the svn-src-stable-8 mailing list