Deleted Added
sdiff udiff text old ( 79727 ) new ( 98849 )
full compact
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.

--- 14 unchanged lines hidden (view full) ---

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: head/share/man/man4/ti.4 79727 2001-07-14 19:41:16Z schweikh $
32.\"
33.Dd March 4, 1999
34.Dt TI 4
35.Os
36.Sh NAME
37.Nm ti
38.Nd "Alteon Networks Tigon I and Tigon II gigabit ethernet driver"
39.Sh SYNOPSIS
40.Cd "device ti"
41.Sh DESCRIPTION
42The
43.Nm
44driver provides support for PCI gigabit ethernet adapters based on
45the Alteon Networks Tigon gigabit ethernet controller chip.
46The Tigon
47contains an embedded R4000 CPU, gigabit MAC, dual DMA channels and
48a PCI interface unit.

--- 55 unchanged lines hidden (view full) ---

104.Pp
105Support for jumbo frames is provided via the interface MTU setting.
106Selecting an MTU larger than 1500 bytes with the
107.Xr ifconfig 8
108utility configures the adapter to receive and transmit jumbo frames.
109Using jumbo frames can greatly improve performance for certain tasks,
110such as file transfers and data streaming.
111.Pp
112Support for vlans is also available using the
113.Xr vlan 4
114mechanism.
115See the
116.Xr vlan 4
117man page for more details.
118.Pp
119The

--- 40 unchanged lines hidden (view full) ---

160.It full-duplex
161Force full duplex operation
162.It half-duplex
163Force half duplex operation.
164.El
165.Pp
166For more information on configuring this device, see
167.Xr ifconfig 8 .
168.Sh DIAGNOSTICS
169.Bl -diag
170.It "ti%d: couldn't map memory"
171A fatal initialization error has occurred.
172.It "ti%d: couldn't map interrupt"
173A fatal initialization error has occurred.
174.It "ti%d: no memory for softc struct!"
175The driver failed to allocate memory for per-device instance information

--- 25 unchanged lines hidden (view full) ---

201The device has stopped responding to the network, or there is a problem with
202the network connection (cable).
203.El
204.Sh SEE ALSO
205.Xr arp 4 ,
206.Xr netintro 4 ,
207.Xr ng_ether 4 ,
208.Xr vlan 4 ,
209.Xr ifconfig 8
210.Rs
211.%T Alteon Gigabit Ethernet/PCI NIC manuals
212.%O http://sanjose.alteon.com/open.shtml
213.Re
214.Sh HISTORY
215The
216.Nm
217device driver first appeared in
218.Fx 3.0 .
219.Sh AUTHORS
220The
221.Nm
222driver was written by
223.An Bill Paul Aq wpaul@bsdi.com .