xref: /netbsd-src/share/man/man4/tl.4 (revision dc306354b0b29af51801a7632f1e95265a68cd81)
1.\"	$NetBSD: tl.4,v 1.3 1998/06/08 11:23:49 lukem Exp $
2.\"
3.\" Copyright (c) 1997 Manuel Bouyer
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.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgements:
16.\"      This product includes software developed by Manuel Bouyer
17.\" 3. The name of the author may not be used to endorse or promote products
18.\"    derived from this software without specific prior written permission
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.Dd October 17, 1997
32.Dt TL 4
33.Os NetBSD
34.Sh NAME
35.Nm tl
36.Nd Ethernet driver for Texas Instruments ThunderLAN based board
37.Sh SYNOPSIS
38.Cd "tl* at pci? dev ? function ?"
39.Cd "mii* at tl?"
40.Cd "tlphy* at mii?"
41.Cd "nsphy* at mii?"
42.Sh DESCRIPTION
43The
44.Nm tl
45device driver supports network adapters based on
46the Texas Instruments ThunderLAN chip on i386 CPUs.
47Supported cards include:
48.Pp
49.Bl -tag -width xxxxxx -offset indent
50.It Compaq Netelligent
51in baseboard and PCI variants (10bT-only and dual-port variants untested).
52.It Compaq NetFlex 3/P
53in baseboard and PCI variants (only baseboard variant tested).
54.It Baseboard Compaq Deskpro 4000 5233MMX ethernet (untested).
55.It TI TravelMate 5000 series laptop docking station's ethernet board.
56.El
57.Sh MEDIA SELECTION
58The different models of the supported boards come with some subset of RJ-45,
59BNC and AUI connectors.   Supported media include:
60.Pp
61.Bl -tag -width xxxxxxxxxx -offset indent
62.It AUI/DIX
63Standard 15 pin connector
64.It 10Base2
65BNC, also known as thin-net
66.It 10BaseT
67UTP, also known as twisted pair
68.It 100baseTX
69100Mbit over cat-5 UTP
70.El
71.Pp
72The
73.Nm
74driver don't have automatic media selection, and there is no media selected
75by default. An explicit medium must be specified to
76.Xr ifconfig 8
77or in your /etc/ifconfig.tl? file. The media option
78.Em full-duplex
79can be used to switch the UTP port in full-duplex mode.
80.Sh DIAGNOSTICS
81.Dl "tl0: no carrier"
82.Dl "nsphy0: 10baseT: no carrier"
83.in +4
84means that the driver detected a carrier loss. This usually indicates a bad
85link.
86.in -4
87.Sh BUGS
88The board marked as untested will always claim having an AUI connector, where
89it may be a BNC one.
90.Pp
91The driver really should have a media autosensing function.
92.Pp
93On AUI and BNC ports, false carrier loss may be detected on heavily-loaded
94networks.
95.Sh SEE ALSO
96.Xr ifconfig 8 ,
97.Xr intro 4 ,
98.Xr pci 4
99