Deleted Added
full compact
ti.4 (59974) ti.4 (63699)
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.\"
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 59974 2000-05-04 17:40:13Z archie $
31.\" $FreeBSD: head/share/man/man4/ti.4 63699 2000-07-20 22:24:43Z wpaul $
32.\"
33.Dd March 4, 1999
34.Dt TI 4
35.Os FreeBSD
36.Sh NAME
37.Nm ti
38.Nd
39Alteon Networks Tigon I and Tigon II gigabit ethernet driver

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

60is no longer in active production: all new adapters should come equipped
61with Tigon II chipsets.
62.Pp
63There are several PCI boards available from both Alteon and other
64vendors that use the Tigon chipset under OEM contract.
65The
66.Nm
67driver has been tested with the following Tigon-based adapters:
32.\"
33.Dd March 4, 1999
34.Dt TI 4
35.Os FreeBSD
36.Sh NAME
37.Nm ti
38.Nd
39Alteon Networks Tigon I and Tigon II gigabit ethernet driver

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

60is no longer in active production: all new adapters should come equipped
61with Tigon II chipsets.
62.Pp
63There are several PCI boards available from both Alteon and other
64vendors that use the Tigon chipset under OEM contract.
65The
66.Nm
67driver has been tested with the following Tigon-based adapters:
68.Bl -bullet -offset indent
68.Pp
69.Bl -bullet -compact -offset indent
69.It
70.It
70The Alteon AceNIC V gigabit ethernet adapter
71The Alteon AceNIC V gigabit ethernet adapter (1000baseSX)
71.It
72.It
72The 3Com 3c985-SX gigabit ethernet adapter
73The Alteon AceNIC V gigabit ethernet adapter (1000bassTX)
73.It
74.It
75The 3Com 3c985-SX gigabit ethernet adapter (Tigon 1)
76.It
77The 3Com 3c985B-SX gigabit ethernet adapter (Tigon 2)
78.It
74The Netgear GA620 gigabit ethernet adapter
75.El
76.Pp
77The following should also be supported but have not yet been tested:
79The Netgear GA620 gigabit ethernet adapter
80.El
81.Pp
82The following should also be supported but have not yet been tested:
78.Bl -bullet -offset indent
83.Pp
84.Bl -bullet -compact -offset indent
79.It
80The Digital EtherWORKS 1000SX PCI Gigabit Adapter
81.It
82Silicon Graphics PCI gigabit ethernet adapter
85.It
86The Digital EtherWORKS 1000SX PCI Gigabit Adapter
87.It
88Silicon Graphics PCI gigabit ethernet adapter
89.It
90Farallon PN9000SX Gigabit Ethernet adapter
83.El
84.Pp
85While the Tigon chipset supports 10, 100 and 1000Mbps speeds, support for
8610 and 100Mbps speeds is only available on boards with the proper
87transceivers.
88Most adapters are only designed to work at 1000Mbps,
89however the driver should support those NICs that work at lower speeds
90as well.

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

190.Sh SEE ALSO
191.Xr arp 4 ,
192.Xr netintro 4 ,
193.Xr vlan 4 ,
194.Xr ng_ether 4 ,
195.Xr ifconfig 8
196.Rs
197.%T Alteon Gigabit Ethernet/PCI NIC manuals
91.El
92.Pp
93While the Tigon chipset supports 10, 100 and 1000Mbps speeds, support for
9410 and 100Mbps speeds is only available on boards with the proper
95transceivers.
96Most adapters are only designed to work at 1000Mbps,
97however the driver should support those NICs that work at lower speeds
98as well.

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

198.Sh SEE ALSO
199.Xr arp 4 ,
200.Xr netintro 4 ,
201.Xr vlan 4 ,
202.Xr ng_ether 4 ,
203.Xr ifconfig 8
204.Rs
205.%T Alteon Gigabit Ethernet/PCI NIC manuals
198.%O http://www.alteon.com/support/openkits
206.%O http://sanjose.alteon.com/open.shtml
199.Re
200.Sh HISTORY
201The
202.Nm
203device driver first appeared in
204.Fx 3.0 .
205.Sh AUTHORS
206The
207.Nm
208driver was written by
207.Re
208.Sh HISTORY
209The
210.Nm
211device driver first appeared in
212.Fx 3.0 .
213.Sh AUTHORS
214The
215.Nm
216driver was written by
209.An Bill Paul Aq wpaul@ctr.columbia.edu .
217.An Bill Paul Aq wpaul@bsdi.com .