Deleted Added
full compact
tx.4 (302408) tx.4 (347962)
1.\"
2.\" Copyright (c) 1998-2001 Semen Ustimenko <semenu@FreeBSD.org>
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1998-2001 Semen Ustimenko <semenu@FreeBSD.org>
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: stable/11/share/man/man4/tx.4 213573 2010-10-08 12:40:16Z uqs $
26.\" $FreeBSD: stable/11/share/man/man4/tx.4 347962 2019-05-18 20:43:13Z brooks $
27.\"
27.\"
28.Dd July 16, 2005
28.Dd October 24, 2018
29.Dt TX 4
30.Os
31.Sh NAME
32.Nm tx
33.Nd "SMC 83c17x Fast Ethernet device driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your

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

41.Ed
42.Pp
43Alternatively, to load the driver as a
44module at boot time, place the following line in
45.Xr loader.conf 5 :
46.Bd -literal -offset indent
47if_tx_load="YES"
48.Ed
29.Dt TX 4
30.Os
31.Sh NAME
32.Nm tx
33.Nd "SMC 83c17x Fast Ethernet device driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your

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

41.Ed
42.Pp
43Alternatively, to load the driver as a
44module at boot time, place the following line in
45.Xr loader.conf 5 :
46.Bd -literal -offset indent
47if_tx_load="YES"
48.Ed
49.Sh DEPRECATION NOTICE
50The
51.Nm
52driver is not present in
53.Fx 13.0
54and later.
55See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
56information.
49.Sh DESCRIPTION
50The
51.Nm
52driver provides support for the Ethernet adapters based on the
53SMC 83c17x (EPIC) chips.
54These are mostly SMC 9432 series cards.
55.Pp
56The

--- 64 unchanged lines hidden ---
57.Sh DESCRIPTION
58The
59.Nm
60driver provides support for the Ethernet adapters based on the
61SMC 83c17x (EPIC) chips.
62These are mostly SMC 9432 series cards.
63.Pp
64The

--- 64 unchanged lines hidden ---