Deleted Added
full compact
sge.4 (206631) sge.4 (207381)
1.\" Copyright (c) 2010 Pyun YongHyeon
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2010 Pyun YongHyeon
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/sge.4 206631 2010-04-14 21:27:48Z yongari $
25.\" $FreeBSD: head/share/man/man4/sge.4 207381 2010-04-29 18:21:27Z yongari $
26.\"
26.\"
27.Dd April 14, 2010
27.Dd April 29, 2010
28.Dt SGE 4
29.Os
30.Sh NAME
31.Nm sge
32.Nd Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet driver
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

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

48.Sh DESCRIPTION
49The
50.Nm
51device driver provides support for SiS190 Fast Ethernet
52controllers and SiS191 Fast/Gigabit Ethernet controllers.
53.Pp
54All LOMs supported by the
55.Nm
28.Dt SGE 4
29.Os
30.Sh NAME
31.Nm sge
32.Nd Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet driver
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

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

48.Sh DESCRIPTION
49The
50.Nm
51device driver provides support for SiS190 Fast Ethernet
52controllers and SiS191 Fast/Gigabit Ethernet controllers.
53.Pp
54All LOMs supported by the
55.Nm
56driver have TCP/UDP/IP checksum offload for transmit and receive.
56driver have TCP/UDP/IP checksum offload for transmit and receive,
57hardware VLAN tag stripping/insertion features.
57Due to lack of documentation more offloading features like TCP
58Due to lack of documentation more offloading features like TCP
58segmentation offload (TSO), hardware VLAN tag stripping/insertion
59features, Wake On Lan (WOL), Jumbo frame and an interrupt moderation
60mechanism are not supported yet.
59segmentation offload (TSO), Wake On Lan (WOL), Jumbo frame and an
60interrupt moderation mechanism are not supported yet.
61.Pp
62The
63.Nm
64driver supports the following media types:
65.Bl -tag -width ".Cm 10baseT/UTP"
66.It Cm autoselect
67Enable autoselection of the media type and options.
68The user can manually override

--- 52 unchanged lines hidden ---
61.Pp
62The
63.Nm
64driver supports the following media types:
65.Bl -tag -width ".Cm 10baseT/UTP"
66.It Cm autoselect
67Enable autoselection of the media type and options.
68The user can manually override

--- 52 unchanged lines hidden ---