]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/tx.4
This commit was generated by cvs2svn to compensate for changes in r55924,
[FreeBSD/FreeBSD.git] / share / man / man4 / tx.4
1 .\"
2 .\" Copyright (c) 1998 Semen Ustimenko
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 January 28, 1997
29 .Dt TX 4 i386
30 .Os FreeBSD
31 .Sh NAME
32 .Nm tx
33 .Nd
34 SMC9432TX Fast Ethernet device driver
35 .Sh SYNOPSIS
36 .Cd "device tx0"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the Ethernet adapters based on the
41 SMC 83c170 (EPIC) chips.
42 .Pp
43 The
44 .Nm
45 driver supports the following media types:
46 .Pp
47 .Bl -tag -width xxxxxxxxxxxxxxx
48 .It autoselect
49 Enable autonegotiation (default)
50 .It 100baseTX
51 Set 100Mbps (fast ethernet) operation
52 .It 10baseT/UTP
53 Set 10Mbps on 10baseT port
54 .El
55 .Pp
56 The
57 .Nm
58 driver supports the following media options:
59 .Pp
60 .Bl -tag -width xxxxxxxxxxxxxxx
61 .It full-duplex
62 Set full-duplex operation
63 .El
64 .Pp
65 The old ``ifconfig tx0 linkN'' method of configuration is not supported.
66 .Sh DIAGNOSTICS
67 .Bl -diag
68 .It "tx%d: device timeout %d packets"
69 The device stops responding. Device and driver reset follows this error.
70 .It "tx%d: PCI fatal error occured (%s)"
71 One of following errors occured: PCI Target Abort, PCI Master Abort, Data
72 Parity Error or Address Parity Error. Device and driver reset follows this error.
73 .It "tx%d: WARNING! no link established"
74 No media connected. Displayed at startup only.
75 .It "tx%d: cannot allocate mbuf header/cluster"
76 Cannot allocate memory for received packet. Packet thrown away.
77 .It "tx%d: can't stop %s DMA"
78 While reseting, driver failed to stop device correctly. 
79 .El
80 .Sh BUGS
81 .Pp
82 The multicast packets filtering is not supported.
83 Only one PHY was really tested (Quality Semiconductor QS6612).
84 .Sh SEE ALSO
85 .Xr arp 4 ,
86 .Xr netintro 4 ,
87 .Xr ifconfig 8