svn commit: r229747 - stable/7/share/man/man4
Pyun YongHyeon
yongari at FreeBSD.org
Sat Jan 7 00:05:21 UTC 2012
Author: yongari
Date: Sat Jan 7 00:05:20 2012
New Revision: 229747
URL: http://svn.freebsd.org/changeset/base/229747
Log:
MFC r180509,181362,215835,228370:
Belatedly add man page for et(4) and catch up with all changes.
r180509:
Manpage for the et(4) driver.
r181362:
Comment out information about Jumbo Frame support, it's not
implemented yet. While here, fix a whitespace nit.
r215835:
Add a HARDWARE section.
r228370:
After r228293, et(4) supports altq(4).
Added:
stable/7/share/man/man4/et.4
- copied, changed from r180509, head/share/man/man4/et.4
Modified:
stable/7/share/man/man4/Makefile
stable/7/share/man/man4/altq.4
Directory Properties:
stable/7/share/man/man4/ (props changed)
Modified: stable/7/share/man/man4/Makefile
==============================================================================
--- stable/7/share/man/man4/Makefile Fri Jan 6 23:59:25 2012 (r229746)
+++ stable/7/share/man/man4/Makefile Sat Jan 7 00:05:20 2012 (r229747)
@@ -85,6 +85,7 @@ MAN= aac.4 \
en.4 \
enc.4 \
esp.4 \
+ et.4 \
exca.4 \
faith.4 \
fatm.4 \
@@ -469,6 +470,7 @@ MLINKS+=edsc.4 if_edsc.4
MLINKS+=ef.4 if_ef.4
MLINKS+=em.4 if_em.4
MLINKS+=en.4 if_en.4
+MLINKS+=et.4 if_et.4
MLINKS+=faith.4 if_faith.4
MLINKS+=fatm.4 if_fatm.4
MLINKS+=fd.4 stderr.4 \
Modified: stable/7/share/man/man4/altq.4
==============================================================================
--- stable/7/share/man/man4/altq.4 Fri Jan 6 23:59:25 2012 (r229746)
+++ stable/7/share/man/man4/altq.4 Sat Jan 7 00:05:20 2012 (r229747)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 8, 2011
+.Dd December 9, 2011
.Dt ALTQ 4
.Os
.Sh NAME
@@ -133,6 +133,7 @@ They have been applied to the following
.Xr ed 4 ,
.Xr em 4 ,
.Xr ep 4 ,
+.Xr et 4 ,
.Xr fxp 4 ,
.Xr gem 4 ,
.Xr hme 4 ,
Copied and modified: stable/7/share/man/man4/et.4 (from r180509, head/share/man/man4/et.4)
==============================================================================
--- head/share/man/man4/et.4 Mon Jul 14 18:15:43 2008 (r180509, copy source)
+++ stable/7/share/man/man4/et.4 Sat Jan 7 00:05:20 2012 (r229747)
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 14, 2008
+.Dd December 9, 2011
.Dt ET 4
.Os
.Sh NAME
@@ -54,14 +54,14 @@ if_et_load="YES"
.Sh DESCRIPTION
The
.Nm
-driver supports PCI Express Ethernet adapters based on the Agere ET1310 chip.
-.Pp
-Support for Jumbo Frames is provided via the interface MTU setting.
-Selecting an MTU larger than 1500 bytes with the
-.Xr ifconfig 8
-utility configures the adapter to receive and transmit Jumbo Frames.
-The maximum MTU setting for Jumbo Frames is 15572.
-This value coincides with the maximum Jumbo Frames size of 15594.
+driver supports PCI Express Ethernet adapters based on the Agere ET1310 chip.
+.\".Pp
+.\"Support for Jumbo Frames is provided via the interface MTU setting.
+.\"Selecting an MTU larger than 1500 bytes with the
+.\".Xr ifconfig 8
+.\"utility configures the adapter to receive and transmit Jumbo Frames.
+.\"The maximum MTU setting for Jumbo Frames is 15572.
+.\"This value coincides with the maximum Jumbo Frames size of 15594.
.Pp
The
.Nm
@@ -122,6 +122,11 @@ Note that the 1000baseT media type is on
if it is supported by the adapter.
For more information on configuring this device, see
.Xr ifconfig 8 .
+.Sh HARDWARE
+The
+.Nm
+driver supports Agere ET1310 10/100/Gigabit
+Ethernet adapters.
.Sh TUNABLES
.Bl -tag -width ".Va hw.et.rx_intr_npkts"
.It Va hw.et.rx_intr_npkts
@@ -151,6 +156,7 @@ to achieve TX interrupt moderation.
The default value is 1000000000 (nanoseconds).
.El
.Sh SEE ALSO
+.Xr altq 4 ,
.Xr arp 4 ,
.Xr miibus 4 ,
.Xr netintro 4 ,
More information about the svn-src-all
mailing list