Deleted Added
full compact
txp.4 (302408) txp.4 (347962)
1.\" $OpenBSD: txp.4,v 1.8 2001/06/26 02:09:11 pjanzen Exp $
2.\"
3.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
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:

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

19.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
24.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\" $OpenBSD: txp.4,v 1.8 2001/06/26 02:09:11 pjanzen Exp $
2.\"
3.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
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:

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

19.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
23.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
24.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: stable/11/share/man/man4/txp.4 230579 2012-01-26 10:51:41Z glebius $
27.\" $FreeBSD: stable/11/share/man/man4/txp.4 347962 2019-05-18 20:43:13Z brooks $
28.\"
28.\"
29.Dd January 26, 2012
29.Dd October 24, 2018
30.Dt TXP 4
31.Os
32.Sh NAME
33.Nm txp
34.Nd "3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface"
35.Sh SYNOPSIS
36To compile this driver into the kernel,
37place the following line in your
38kernel configuration file:
39.Bd -ragged -offset indent
40.Cd "device txp"
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_txp_load="YES"
48.Ed
30.Dt TXP 4
31.Os
32.Sh NAME
33.Nm txp
34.Nd "3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface"
35.Sh SYNOPSIS
36To compile this driver into the kernel,
37place the following line in your
38kernel configuration file:
39.Bd -ragged -offset indent
40.Cd "device txp"
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_txp_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
52interface provides access to the 10Mb/s and 100Mb/s Ethernet networks via the
53.Tn 3Com
54.Tn Typhoon/Sidewinder
55chipset.
56.Pp

--- 84 unchanged lines hidden ---
57.Sh DESCRIPTION
58The
59.Nm
60interface provides access to the 10Mb/s and 100Mb/s Ethernet networks via the
61.Tn 3Com
62.Tn Typhoon/Sidewinder
63chipset.
64.Pp

--- 84 unchanged lines hidden ---