Deleted Added
full compact
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: head/share/man/man4/txp.4 141580 2005-02-09 18:07:17Z ru $
27.\" $FreeBSD: head/share/man/man4/txp.4 148145 2005-07-19 00:26:30Z trhodes $
28.\"
29.Dd July 4, 2004
29.Dd July 16, 2005
30.Dt TXP 4
31.Os
32.Sh NAME
33.Nm txp
34.Nd 3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface
34.Nd "3Com 3XP Typhoon/Sidewinder (3CR990) Ethernet interface"
35.Sh SYNOPSIS
36To compile support for the
37.Nm
38driver into your kernel, place the following line in your kernel configuration file:
39.Bd -ragged -offset indent
40.Cd "device txp"
41.Ed
42.Pp
43Alternatively, to load the
44.Nm
45driver at boot time, place the following line in
46.Xr loader.conf 5 :
47.Bd -literal -offset indent
48if_txp_load="YES"
49.Ed
50.Sh DESCRIPTION
51The
52.Nm
53interface provides access to the 10Mb/s and 100Mb/s Ethernet networks via the
54.Tn 3Com
55.Tn Typhoon/Sidewinder
56chipset.
57.Pp

--- 98 unchanged lines hidden ---