Change all files that I own to use the official DragonFly Project
[dragonfly.git] / share / man / man4 / fxp.4
1 .\"
2 .\" Copyright (c) 1997 David E. O'Brien
3 .\"
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 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD: src/share/man/man4/fxp.4,v 1.11.2.8 2003/02/17 21:20:39 trhodes Exp $
27 .\" $DragonFly: src/share/man/man4/fxp.4,v 1.2 2003/06/17 04:36:59 dillon Exp $
28 .\"
29 .Dd January 19, 1997
30 .Dt FXP 4
31 .Os
32 .Sh NAME
33 .Nm fxp
34 .Nd Intel EtherExpress Pro/100B ethernet device driver
35 .Sh SYNOPSIS
36 .Cd "device miibus"
37 .Cd "device fxp"
38 .Sh DESCRIPTION
39 The
40 .Nm
41 driver provides support for the EtherExpress Pro/10, InBusiness
42 10/100, Pro/100 B, Pro/100+, Pro/100 VE, Pro/100 M, and Pro/100 S
43 PCI Fast Ethernet adapters based on the Intel i82557, i82558, i82559,
44 i82550, or i82562 Ethernet chips.
45 Many on-board network interfaces on Intel motherboards use these chips
46 and are also supported.
47 .Pp
48 The
49 .Nm
50 driver supports the following media types:
51 .Pp
52 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
53 .It autoselect
54 Enable autoselection of the media type and options
55 .It 10baseT/UTP
56 Set 10Mbps operation
57 .It 100baseTX
58 Set 100Mbps (fast ethernet) operation
59 .El
60 .Pp
61 The
62 .Nm
63 driver supports the following media options:
64 .Pp
65 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
66 .It full-duplex
67 Set full duplex operation
68 .El
69 .Pp
70 Note that 100baseTX media type is not available on the Pro/10.
71 For further information on configuring this device, see
72 .Xr ifconfig 8 .
73 .Pp
74 The
75 .Nm
76 driver also supports a special link option:
77 .Bl -tag -width link0
78 .It Cm link0
79 Some chip revisions have loadable microcode which can be used to reduce the
80 interrupt load on the host cpu.
81 Not all boards have support microcode support.
82 Setting the
83 .Cm link0
84 flag with
85 .Xr ifconfig 8
86 will download the microcode to the chip if it is available.
87 .El
88 .Sh DIAGNOSTICS
89 .Bl -diag
90 .It "fxp%d: couldn't map memory"
91 A fatal initialization error has occurred.
92 .It "fxp%d: couldn't map interrupt"
93 A fatal initialization error has occurred.
94 .It "fxp%d: Failed to malloc memory"
95 There are not enough mbuf's available for allocation.
96 .It "fxp%d: device timeout"
97 The device has stopped responding to the network, or there is a problem with
98 the network connection (cable).
99 .It "fxp%d: Microcode loaded, int_delay: %d usec  bundle_max: %d"
100 The chip has successfully downloaded the microcode, and changed the
101 parameterized values to the given settings.
102 .El
103 .Sh SEE ALSO
104 .Xr arp 4 ,
105 .Xr miibus 4 ,
106 .Xr netintro 4 ,
107 .Xr ng_ether 4 ,
108 .Xr ifconfig 8
109 .Sh HISTORY
110 The
111 .Nm
112 device driver first appeared in
113 .Fx 2.1 .
114 .Sh AUTHORS
115 .An -nosplit
116 The
117 .Nm
118 device driver was written by
119 .An David Greenman .
120 This manual page was written by
121 .An David E. O'Brien .