Deleted Added
full compact
vge.4 (222447) vge.4 (233648)
1.\" Copyright (c) 2004
2.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 2004
2.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/vge.4 222447 2011-05-29 11:10:56Z bcr $
31.\" $FreeBSD: head/share/man/man4/vge.4 233648 2012-03-29 05:02:12Z eadler $
32.\"
33.Dd May 29, 2011
34.Dt VGE 4
35.Os
36.Sh NAME
37.Nm vge
38.Nd "VIA Networking Technologies Velocity Gigabit Ethernet adapter driver"
39.Sh SYNOPSIS

--- 37 unchanged lines hidden (view full) ---

77The CAM filter is used for multicast address filtering to provide
7864 perfect multicast address filter support.
79If it is necessary for the interface to join more than 64 multicast
80groups, the driver will switch over to using the hash filter.
81.Pp
82The jumbo frame support can be enabled by setting the interface MTU
83to any value larger than the default of 1500 bytes, up to a maximum
84of 9000 bytes.
32.\"
33.Dd May 29, 2011
34.Dt VGE 4
35.Os
36.Sh NAME
37.Nm vge
38.Nd "VIA Networking Technologies Velocity Gigabit Ethernet adapter driver"
39.Sh SYNOPSIS

--- 37 unchanged lines hidden (view full) ---

77The CAM filter is used for multicast address filtering to provide
7864 perfect multicast address filter support.
79If it is necessary for the interface to join more than 64 multicast
80groups, the driver will switch over to using the hash filter.
81.Pp
82The jumbo frame support can be enabled by setting the interface MTU
83to any value larger than the default of 1500 bytes, up to a maximum
84of 9000 bytes.
85Jumbo frames are disabled on the VT6130/VT6132 controllers because the TX
85Jumbo frames are disabled on the VT6130/VT6132 controllers because the TX
86MAC will hang when trying to send a frame that is larger than 4K.
87The receive and transmit checksum offload support
88can be toggled on and off using the
89.Xr ifconfig 8
90utility.
91.Pp
92The
93.Nm

--- 132 unchanged lines hidden ---
86MAC will hang when trying to send a frame that is larger than 4K.
87The receive and transmit checksum offload support
88can be toggled on and off using the
89.Xr ifconfig 8
90utility.
91.Pp
92The
93.Nm

--- 132 unchanged lines hidden ---