1998-01-29 05:26:15 -05:00
|
|
|
.\"
|
2001-02-07 15:09:50 -05:00
|
|
|
.\" Copyright (c) 1998-2001 Semen Ustimenko (semenu@FreeBSD.org)
|
1998-01-29 05:26:15 -05:00
|
|
|
.\"
|
|
|
|
|
.\" All rights reserved.
|
|
|
|
|
.\"
|
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
|
.\" are met:
|
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
|
.\"
|
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
|
.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
.\"
|
1999-08-27 20:22:10 -04:00
|
|
|
.\" $FreeBSD$
|
1998-01-29 05:26:15 -05:00
|
|
|
.\"
|
2001-02-07 15:09:50 -05:00
|
|
|
.Dd February 8, 2001
|
2004-01-15 18:03:17 -05:00
|
|
|
.Dt TX 4
|
2001-07-10 11:31:11 -04:00
|
|
|
.Os
|
1998-01-29 05:26:15 -05:00
|
|
|
.Sh NAME
|
|
|
|
|
.Nm tx
|
2001-02-08 05:06:09 -05:00
|
|
|
.Nd "SMC 83c17x Fast Ethernet device driver"
|
1998-01-29 05:26:15 -05:00
|
|
|
.Sh SYNOPSIS
|
2001-02-07 15:09:50 -05:00
|
|
|
.Cd "device miibus"
|
2000-01-23 12:00:18 -05:00
|
|
|
.Cd "device tx"
|
1998-01-29 05:26:15 -05:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
|
The
|
|
|
|
|
.Nm
|
|
|
|
|
driver provides support for the Ethernet adapters based on the
|
2001-02-08 05:06:09 -05:00
|
|
|
SMC 83c17x (EPIC) chips.
|
|
|
|
|
These are mostly SMC 9432 series cards.
|
1998-01-29 05:26:15 -05:00
|
|
|
.Pp
|
|
|
|
|
The
|
|
|
|
|
.Nm
|
2001-02-07 15:09:50 -05:00
|
|
|
driver supports the following media types (depending on card's capabilities):
|
1998-01-29 05:26:15 -05:00
|
|
|
.Pp
|
2002-05-29 13:08:58 -04:00
|
|
|
.Bl -tag -width ".Cm 10baseT/UTP"
|
1998-02-20 13:09:28 -05:00
|
|
|
.It autoselect
|
|
|
|
|
Enable autonegotiation (default)
|
2002-05-29 13:08:58 -04:00
|
|
|
.It Cm 100baseFX
|
2001-02-07 15:09:50 -05:00
|
|
|
Set 100Mbps (fast ethernet) fiber optic operation
|
2002-05-29 13:08:58 -04:00
|
|
|
.It Cm 100baseTX
|
2001-02-07 15:09:50 -05:00
|
|
|
Set 100Mbps (fast ethernet) twisted pair operation
|
2002-05-29 13:08:58 -04:00
|
|
|
.It Cm 10baseT/UTP
|
1998-02-20 13:09:28 -05:00
|
|
|
Set 10Mbps on 10baseT port
|
2002-05-29 13:08:58 -04:00
|
|
|
.It Cm 10base2/BNC
|
2001-02-07 15:09:50 -05:00
|
|
|
Set 10Mbps on 10base2 port
|
1998-01-29 05:26:15 -05:00
|
|
|
.El
|
|
|
|
|
.Pp
|
1998-02-20 13:09:28 -05:00
|
|
|
The
|
|
|
|
|
.Nm
|
|
|
|
|
driver supports the following media options:
|
|
|
|
|
.Pp
|
2002-05-29 13:08:58 -04:00
|
|
|
.Bl -tag -width ".Cm full-duplex"
|
|
|
|
|
.It Cm full-duplex
|
1998-02-20 13:09:28 -05:00
|
|
|
Set full-duplex operation
|
|
|
|
|
.El
|
|
|
|
|
.Pp
|
2001-08-22 09:57:14 -04:00
|
|
|
Driver supports oversized ethernet packets (up to 1600 bytes).
|
2001-08-21 13:52:52 -04:00
|
|
|
Refer to the
|
|
|
|
|
.Xr ifconfig 8
|
2001-08-22 09:57:14 -04:00
|
|
|
man page on setting the interface's MTU.
|
2001-08-21 13:52:52 -04:00
|
|
|
.Pp
|
2002-05-29 13:08:58 -04:00
|
|
|
The old
|
|
|
|
|
.Dq Li "ifconfig tx0 linkN"
|
|
|
|
|
method of configuration is not supported.
|
2001-08-22 09:57:14 -04:00
|
|
|
.Ss "VLAN (IEEE 802.1Q) support"
|
2001-08-21 13:52:52 -04:00
|
|
|
The
|
|
|
|
|
.Nm
|
2001-08-22 09:57:14 -04:00
|
|
|
driver supports the VLAN operation (using
|
2001-08-21 13:52:52 -04:00
|
|
|
.Xr vlan 4
|
2002-01-21 07:36:12 -05:00
|
|
|
interface) without decreasing the MTU on the
|
2001-08-21 13:52:52 -04:00
|
|
|
.Xr vlan 4
|
2001-08-22 09:57:14 -04:00
|
|
|
interfaces.
|
1998-01-29 05:26:15 -05:00
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
|
.Bl -diag
|
|
|
|
|
.It "tx%d: device timeout %d packets"
|
2000-03-03 09:05:08 -05:00
|
|
|
The device stops responding.
|
|
|
|
|
Device and driver reset follows this error.
|
2002-01-21 07:36:12 -05:00
|
|
|
.It "tx%d: PCI fatal error occurred (%s)"
|
|
|
|
|
One of following errors occurred: PCI Target Abort, PCI Master Abort, Data
|
2000-03-03 09:05:08 -05:00
|
|
|
Parity Error or Address Parity Error.
|
|
|
|
|
Device and driver reset follows this error.
|
1998-02-20 13:09:28 -05:00
|
|
|
.It "tx%d: cannot allocate mbuf header/cluster"
|
2000-03-03 09:05:08 -05:00
|
|
|
Cannot allocate memory for received packet.
|
|
|
|
|
Packet thrown away.
|
1998-02-04 10:05:23 -05:00
|
|
|
.It "tx%d: can't stop %s DMA"
|
2001-07-14 15:41:16 -04:00
|
|
|
While reseting, driver failed to stop device correctly.
|
1998-01-29 05:26:15 -05:00
|
|
|
.El
|
|
|
|
|
.Sh BUGS
|
2002-05-29 13:08:58 -04:00
|
|
|
The auto-negotiation does not work very well.
|
1998-01-29 05:26:15 -05:00
|
|
|
.Sh SEE ALSO
|
|
|
|
|
.Xr arp 4 ,
|
2003-02-17 16:22:56 -05:00
|
|
|
.Xr miibus 4 ,
|
1998-01-29 05:26:15 -05:00
|
|
|
.Xr netintro 4 ,
|
2000-05-04 13:40:13 -04:00
|
|
|
.Xr ng_ether 4 ,
|
|
|
|
|
.Xr ifconfig 8
|