2003-10-05 20:32:13 +04:00
|
|
|
.\" $NetBSD: tl.4,v 1.18 2003/10/05 16:32:13 bouyer Exp $
|
1997-10-30 14:23:17 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1997 Manuel Bouyer
|
|
|
|
.\" 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.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgements:
|
2003-10-05 20:32:13 +04:00
|
|
|
.\" This product includes software developed by Manuel Bouyer.
|
1999-04-07 00:24:37 +04:00
|
|
|
.\" 4. The name of the author may not be used to endorse or promote products
|
1997-10-30 14:23:17 +03:00
|
|
|
.\" derived from this software without specific prior written permission
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
2001-09-12 02:52:52 +04:00
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
1997-10-30 14:23:17 +03:00
|
|
|
.\" 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
|
2000-05-15 10:33:21 +04:00
|
|
|
.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
1997-10-30 14:23:17 +03:00
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.Dd October 17, 1997
|
|
|
|
.Dt TL 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1997-10-30 14:23:17 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm tl
|
|
|
|
.Nd Ethernet driver for Texas Instruments ThunderLAN based board
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "tl* at pci? dev ? function ?"
|
2000-02-07 21:00:10 +03:00
|
|
|
.Pp
|
2003-03-31 07:40:09 +04:00
|
|
|
Configuration of PHYs are necessary.
|
|
|
|
See
|
2000-02-07 21:00:10 +03:00
|
|
|
.Xr mii 4 .
|
1997-10-30 14:23:17 +03:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm tl
|
|
|
|
device driver supports network adapters based on
|
2000-02-07 21:00:10 +03:00
|
|
|
the Texas Instruments ThunderLAN chip.
|
1999-12-17 19:23:20 +03:00
|
|
|
.Sh HARDWARE
|
1997-10-30 14:23:17 +03:00
|
|
|
Supported cards include:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -width xxxxxx -offset indent
|
2001-09-12 02:52:52 +04:00
|
|
|
.It Compaq Netelligent
|
2003-03-31 16:34:49 +04:00
|
|
|
in baseboard and PCI variants (10BASE-T-only variant untested).
|
1997-10-30 14:23:17 +03:00
|
|
|
.It Compaq NetFlex 3/P
|
1999-03-31 16:19:57 +04:00
|
|
|
in baseboard variant only (the PCI variant doesn't use the same chip !).
|
2003-06-26 14:34:14 +04:00
|
|
|
.It \&It Baseboard Compaq Deskpro 4000 5233MMX Ethernet
|
2001-06-21 20:35:47 +04:00
|
|
|
(This has been tested on the Deskpro 4000M only).
|
2001-09-22 20:36:21 +04:00
|
|
|
.It TI TravelMate 5000 series laptop docking station's Ethernet board .
|
1997-10-30 14:23:17 +03:00
|
|
|
.El
|
|
|
|
.Sh MEDIA SELECTION
|
|
|
|
The different models of the supported boards come with some subset of RJ-45,
|
2003-03-31 07:40:09 +04:00
|
|
|
BNC and AUI connectors.
|
|
|
|
Media selection is done using
|
2000-02-07 21:00:10 +03:00
|
|
|
.Xr ifconfig 8
|
|
|
|
using the standard
|
|
|
|
.Xr ifmedia 4
|
2003-03-31 07:40:09 +04:00
|
|
|
mechanism.
|
|
|
|
Refer to those manual pages for more information.
|
1997-10-30 14:23:17 +03:00
|
|
|
.Pp
|
|
|
|
The
|
2001-09-12 02:52:52 +04:00
|
|
|
.Nm
|
2003-03-31 07:40:09 +04:00
|
|
|
driver don't have full automatic media selection.
|
|
|
|
By default it will do an NWay
|
2000-02-07 21:00:10 +03:00
|
|
|
on the UTP port for negotiation of the speed and duplex mode with the
|
2003-03-31 07:40:09 +04:00
|
|
|
link partner.
|
|
|
|
If the AUI or BNC port is used, an explicit medium must be
|
2000-02-07 21:00:10 +03:00
|
|
|
specified to
|
1997-10-30 14:23:17 +03:00
|
|
|
.Xr ifconfig 8
|
2000-02-07 21:00:10 +03:00
|
|
|
or in your /etc/ifconfig.tl? file.
|
1997-10-30 14:23:17 +03:00
|
|
|
.in -4
|
|
|
|
.Sh SEE ALSO
|
2000-02-07 21:00:10 +03:00
|
|
|
.Xr ifmedia 4 ,
|
2001-09-22 20:36:21 +04:00
|
|
|
.Xr mii 4 ,
|
2000-02-07 21:00:10 +03:00
|
|
|
.Xr netintro 4 ,
|
|
|
|
.Xr pci 4 ,
|
2001-09-22 20:36:21 +04:00
|
|
|
.Xr ifconfig 8
|
|
|
|
.Sh BUGS
|
|
|
|
The board marked as untested will always claim having an AUI connector, where
|
|
|
|
it may be a BNC one.
|