Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / man / man4 / man4.i386 / tx.4
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 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
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: src/share/man/man4/man4.i386/tx.4,v 1.11.2.10 2003/02/17 21:20:40 trhodes Exp $
27 .\" $DragonFly: src/share/man/man4/man4.i386/tx.4,v 1.6 2008/05/02 02:05:06 swildner Exp $
28 .\"
29 .Dd February 8, 2001
30 .Dt TX 4 i386
31 .Os
32 .Sh NAME
33 .Nm tx
34 .Nd "SMC 83c17x Fast Ethernet device driver"
35 .Sh SYNOPSIS
36 .Cd "device miibus"
37 .Cd "device tx"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver provides support for the Ethernet adapters based on the
42 SMC 83c17x (EPIC) chips.
43 These are mostly SMC 9432 series cards.
44 .Pp
45 The
46 .Nm
47 driver supports the following media types (depending on card's capabilities):
48 .Bl -tag -width xxxxxxxxxxxxxxx
49 .It autoselect
50 Enable autonegotiation (default)
51 .It 100baseFX
52 Set 100Mbps (fast ethernet) fiber optic operation
53 .It 100baseTX
54 Set 100Mbps (fast ethernet) twisted pair operation
55 .It 10baseT/UTP
56 Set 10Mbps on 10baseT port
57 .It 10base2/BNC
58 Set 10Mbps on 10base2 port
59 .El
60 .Pp
61 The
62 .Nm
63 driver supports the following media options:
64 .Bl -tag -width xxxxxxxxxxxxxxx
65 .It full-duplex
66 Set full-duplex operation
67 .El
68 .Pp
69 Driver supports oversized ethernet packets (up to 1600 bytes).
70 Refer to the
71 .Xr ifconfig 8
72 man page on setting the interface's MTU.
73 .Pp
74 The old
75 .Dq ifconfig tx0 linkN
76 method of configuration is not supported.
77 .Ss "VLAN (IEEE 802.1Q) support"
78 The
79 .Nm
80 driver supports the VLAN operation (using the
81 .Xr vlan 4
82 interface) without decreasing the MTU on the
83 .Xr vlan 4
84 interfaces.
85 .Sh DIAGNOSTICS
86 .Bl -diag
87 .It "tx%d: device timeout %d packets"
88 The device stops responding.
89 Device and driver reset follows this error.
90 .It "tx%d: PCI fatal error occurred (%s)"
91 One of following errors occurred: PCI Target Abort, PCI Master Abort, Data
92 Parity Error or Address Parity Error.
93 Device and driver reset follows this error.
94 .It "tx%d: cannot allocate mbuf header/cluster"
95 Cannot allocate memory for received packet.
96 Packet thrown away.
97 .It "tx%d: can't stop %s DMA"
98 While reseting, driver failed to stop device correctly.
99 .El
100 .Sh SEE ALSO
101 .Xr arp 4 ,
102 .Xr ifmedia 4 ,
103 .Xr miibus 4 ,
104 .Xr netintro 4 ,
105 .Xr ng_ether 4 ,
106 .Xr ifconfig 8
107 .Sh BUGS
108 The multicast packets filtering is not supported.