Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:37:00 dillon 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 .Pp
49 .Bl -tag -width xxxxxxxxxxxxxxx
50 .It autoselect
51 Enable autonegotiation (default)
52 .It 100baseFX
53 Set 100Mbps (fast ethernet) fiber optic operation
54 .It 100baseTX
55 Set 100Mbps (fast ethernet) twisted pair operation
56 .It 10baseT/UTP
57 Set 10Mbps on 10baseT port
58 .It 10base2/BNC
59 Set 10Mbps on 10base2 port
60 .El
61 .Pp
62 The
63 .Nm
64 driver supports the following media options:
65 .Pp
66 .Bl -tag -width xxxxxxxxxxxxxxx
67 .It full-duplex
68 Set full-duplex operation
69 .El
70 .Pp
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 ``ifconfig tx0 linkN'' method of configuration is not supported.
77 .Ss "VLAN (IEEE 802.1Q) support"
78 The
79 .Nm
80 driver supports the VLAN operation (using
81 .Xr vlan 4
82 inteface) 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 occured (%s)"
91 One of following errors occured: 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 BUGS
101 The multicast packets filtering is not supported.
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