]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/tx.4
This commit was generated by cvs2svn to compensate for changes in r146539,
[FreeBSD/FreeBSD.git] / share / man / man4 / 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$
27 .\"
28 .Dd February 8, 2001
29 .Dt TX 4
30 .Os
31 .Sh NAME
32 .Nm tx
33 .Nd "SMC 83c17x Fast Ethernet device driver"
34 .Sh SYNOPSIS
35 .Cd "device miibus"
36 .Cd "device tx"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the Ethernet adapters based on the
41 SMC 83c17x (EPIC) chips.
42 These are mostly SMC 9432 series cards.
43 .Pp
44 The
45 .Nm
46 driver supports the following media types (depending on card's capabilities):
47 .Pp
48 .Bl -tag -width ".Cm 10baseT/UTP"
49 .It Cm autoselect
50 Enable autonegotiation (default).
51 .It Cm 100baseFX
52 Set 100Mbps (Fast Ethernet) fiber optic operation.
53 .It Cm 100baseTX
54 Set 100Mbps (Fast Ethernet) twisted pair operation.
55 .It Cm 10baseT/UTP
56 Set 10Mbps on 10baseT port.
57 .It Cm 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 ".Cm full-duplex"
65 .It Cm full-duplex
66 Set full-duplex operation.
67 .El
68 .Pp
69 The
70 .Nm
71 driver supports oversized Ethernet packets (up to 1600 bytes).
72 Refer to the
73 .Xr ifconfig 8
74 man page on setting the interface's MTU.
75 .Pp
76 The old
77 .Dq Li "ifconfig tx0 linkN"
78 method of configuration is not supported.
79 .Ss "VLAN (IEEE 802.1Q) support"
80 The
81 .Nm
82 driver supports the VLAN operation (using
83 .Xr vlan 4
84 interfaces) without decreasing the MTU on the
85 .Xr vlan 4
86 interfaces.
87 .Sh DIAGNOSTICS
88 .Bl -diag
89 .It "tx%d: device timeout %d packets"
90 The device stops responding.
91 Device and driver reset follows this error.
92 .It "tx%d: PCI fatal error occurred (%s)"
93 One of following errors occurred: PCI Target Abort, PCI Master Abort, Data
94 Parity Error or Address Parity Error.
95 Device and driver reset follows this error.
96 .It "tx%d: cannot allocate mbuf header/cluster"
97 Cannot allocate memory for received packet.
98 Packet thrown away.
99 .It "tx%d: can't stop %s DMA"
100 While resetting, the driver failed to stop the device correctly.
101 .El
102 .Sh SEE ALSO
103 .Xr arp 4 ,
104 .Xr miibus 4 ,
105 .Xr netintro 4 ,
106 .Xr ng_ether 4 ,
107 .Xr ifconfig 8
108 .Sh BUGS
109 The auto-negotiation does not work very well.