Deleted Added
full compact
vge.4 (202161) vge.4 (215780)
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 202161 2010-01-12 17:59:58Z gavin $
31.\" $FreeBSD: head/share/man/man4/vge.4 215780 2010-11-23 22:07:10Z marius $
32.\"
32.\"
33.Dd December 18, 2009
33.Dd November 23, 2010
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
40To compile this driver into the kernel,
41place the following lines in your

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

132driver supports the following media options:
133.Bl -tag -width ".Cm full-duplex"
134.It Cm full-duplex
135Force full duplex operation.
136.It Cm half-duplex
137Force half duplex operation.
138.El
139.Pp
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
40To compile this driver into the kernel,
41place the following lines in your

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

132driver supports the following media options:
133.Bl -tag -width ".Cm full-duplex"
134.It Cm full-duplex
135Force full duplex operation.
136.It Cm half-duplex
137Force half duplex operation.
138.El
139.Pp
140The
141.Nm
142driver also supports one special link option for 1000baseTX cards:
143.Bl -tag -width ".Cm link0"
144.It Cm link0
145With 1000baseTX cards, establishing a link between two ports requires
146that one port be configured as a master and the other a slave.
147With autonegotiation,
148the master/slave settings will be chosen automatically.
149However when manually selecting the link state, it is necessary to
150force one side of the link to be a master and the other a slave.
151The
152.Nm
153driver configures the ports as slaves by default.
154Setting the
155.Cm link0
156flag with
157.Xr ifconfig 8
158will set a port as a master instead.
159.El
160.Pp
161For more information on configuring this device, see
162.Xr ifconfig 8 .
163.Sh HARDWARE
164The
165.Nm
166driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based
167Gigabit Ethernet adapters including:
168.Pp

--- 75 unchanged lines hidden ---
140For more information on configuring this device, see
141.Xr ifconfig 8 .
142.Sh HARDWARE
143The
144.Nm
145driver supports VIA Networking VT6120, VT6122, VT6130 and VT6132 based
146Gigabit Ethernet adapters including:
147.Pp

--- 75 unchanged lines hidden ---