]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/ste.4
This commit was generated by cvs2svn to compensate for changes in r146309,
[FreeBSD/FreeBSD.git] / share / man / man4 / ste.4
1 .\" Copyright (c) 1997, 1998, 1999
2 .\"     Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by Bill Paul.
15 .\" 4. Neither the name of the author nor the names of any co-contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"   without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
23 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 .\" THE POSSIBILITY OF SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD$
32 .\"
33 .Dd November 24, 2004
34 .Dt STE 4
35 .Os
36 .Sh NAME
37 .Nm ste
38 .Nd "Sundance Technologies ST201 Fast Ethernet device driver"
39 .Sh SYNOPSIS
40 .Cd "device miibus"
41 .Cd "device ste"
42 .Sh DESCRIPTION
43 The
44 .Nm
45 driver provides support for PCI Ethernet adapters and embedded
46 controllers based on the Sundance Technologies ST201 PCI Fast
47 Ethernet controller chip.
48 .Pp
49 The Sundance ST201 uses bus master DMA and is designed to be a
50 3Com Etherlink XL workalike.
51 It uses the same DMA descriptor
52 structure and is very similar in operation, however its register
53 layout is different.
54 The ST201 has a 64-bit multicast hash filter
55 and a single perfect filter entry for the station address.
56 It supports both 10 and 100Mbps speeds in either full or half duplex
57 using an MII transceiver.
58 .Pp
59 The
60 .Nm
61 driver supports the following media types:
62 .Pp
63 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
64 .It autoselect
65 Enable autoselection of the media type and options.
66 The user can manually override
67 the autoselected mode by adding media options to the
68 .Pa /etc/rc.conf
69 file.
70 .It 10baseT/UTP
71 Set 10Mbps operation.
72 The
73 .Ar mediaopt
74 option can also be used to select either
75 .Ar full-duplex
76 or
77 .Ar half-duplex
78 modes.
79 .It 100baseTX
80 Set 100Mbps (Fast Ethernet) operation.
81 The
82 .Ar mediaopt
83 option can also be used to select either
84 .Ar full-duplex
85 or
86 .Ar half-duplex
87 modes.
88 .El
89 .Pp
90 The
91 .Nm
92 driver supports the following media options:
93 .Pp
94 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
95 .It full-duplex
96 Force full duplex operation
97 .It half-duplex
98 Force half duplex operation.
99 .El
100 .Pp
101 For more information on configuring this device, see
102 .Xr ifconfig 8 .
103 .Sh HARDWARE
104 The
105 .Nm
106 driver supports Sundance Technologies ST201 based Fast Ethernet
107 adapters and embedded controllers including:
108 .Pp
109 .Bl -bullet -compact
110 .It
111 D-Link DFE-530TXS
112 .It
113 D-Link DFE-550TX
114 .It
115 D-Link DFE-580TX
116 .El
117 .Sh DIAGNOSTICS
118 .Bl -diag
119 .It "ste%d: couldn't map ports/memory"
120 A fatal initialization error has occurred.
121 .It "ste%d: couldn't map interrupt"
122 A fatal initialization error has occurred.
123 .It "ste%d: watchdog timeout"
124 The device has stopped responding to the network, or there is a problem with
125 the network connection (cable).
126 .It "ste%d: no memory for rx list"
127 The driver failed to allocate an mbuf for the receiver ring.
128 .It "ste%d: no memory for tx list"
129 The driver failed to allocate an mbuf for the transmitter ring when
130 allocating a pad buffer or collapsing an mbuf chain into a cluster.
131 .It "ste%d: chip is in D3 power state -- setting to D0"
132 This message applies only to adapters which support power
133 management.
134 Some operating systems place the controller in low power
135 mode when shutting down, and some PCI BIOSes fail to bring the chip
136 out of this state before configuring it.
137 The controller loses all of
138 its PCI configuration in the D3 state, so if the BIOS does not set
139 it back to full power mode in time, it will not be able to configure it
140 correctly.
141 The driver tries to detect this condition and bring
142 the adapter back to the D0 (full power) state, but this may not be
143 enough to return the driver to a fully operational condition.
144 If
145 you see this message at boot time and the driver fails to attach
146 the device as a network interface, you will have to perform a second
147 warm boot to have the device properly configured.
148 .Pp
149 Note that this condition only occurs when warm booting from another
150 operating system.
151 If you power down your system prior to booting
152 .Fx ,
153 the card should be configured correctly.
154 .El
155 .Sh SEE ALSO
156 .Xr arp 4 ,
157 .Xr miibus 4 ,
158 .Xr netintro 4 ,
159 .Xr ng_ether 4 ,
160 .Xr polling 4 ,
161 .Xr ifconfig 8
162 .Rs
163 .%T Sundance ST201 data sheet
164 .%O http://www.sundanceti.com
165 .Re
166 .Sh HISTORY
167 The
168 .Nm
169 device driver first appeared in
170 .Fx 3.0 .
171 .Sh AUTHORS
172 The
173 .Nm
174 driver was written by
175 .An Bill Paul Aq wpaul@ee.columbia.edu .