Deleted Added
full compact
fxp.4 (129238) fxp.4 (131570)
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 unchanged lines hidden (view full) ---

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.\"
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 unchanged lines hidden (view full) ---

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: head/share/man/man4/fxp.4 129238 2004-05-14 20:07:49Z simon $
26.\" $FreeBSD: head/share/man/man4/fxp.4 131570 2004-07-04 14:17:41Z simon $
27.\"
27.\"
28.Dd May 9, 2004
28.Dd July 4, 2004
29.Dt FXP 4
30.Os
31.Sh NAME
32.Nm fxp
33.Nd Intel EtherExpress PRO/100 Ethernet device driver
34.Sh SYNOPSIS
35.Cd "device miibus"
36.Cd "device fxp"
37.Sh DESCRIPTION
38The
39.Nm
40driver provides support for Ethernet adapters based on the Intel
41i82557, i82558, i82559, i82550, and i82562 chips.
29.Dt FXP 4
30.Os
31.Sh NAME
32.Nm fxp
33.Nd Intel EtherExpress PRO/100 Ethernet device driver
34.Sh SYNOPSIS
35.Cd "device miibus"
36.Cd "device fxp"
37.Sh DESCRIPTION
38The
39.Nm
40driver provides support for Ethernet adapters based on the Intel
41i82557, i82558, i82559, i82550, and i82562 chips.
42This includes the following adapters:
43.Pp
42.Pp
44.Bl -bullet -compact
45.It
46Intel EtherExpress PRO/10
47.It
48Intel InBusiness 10/100
49.It
50Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter
51.It
52Intel PRO/100+ Management Adapter
53.It
54Intel PRO/100 VE Desktop Adapter
55.It
56Intel PRO/100 M Desktop Adapter
57.It
58Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters
59.It
60Contec C-NET(PI)-100TX (PC98)
61.It
62NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC98)
63.It
64NEC PC-9821X-B06 (PC98)
65.It
66Many on-board network interfaces on Intel motherboards.
67.El
68.Pp
69The
70.Nm
71driver supports the following media types:
72.Pp
73.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
74.It autoselect
75Enable autoselection of the media type and options
76.It 10baseT/UTP

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

101interrupt load on the host cpu.
102Not all boards have microcode support.
103Setting the
104.Cm link0
105flag with
106.Xr ifconfig 8
107will download the microcode to the chip if it is available.
108.El
43The
44.Nm
45driver supports the following media types:
46.Pp
47.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
48.It autoselect
49Enable autoselection of the media type and options
50.It 10baseT/UTP

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

75interrupt load on the host cpu.
76Not all boards have microcode support.
77Setting the
78.Cm link0
79flag with
80.Xr ifconfig 8
81will download the microcode to the chip if it is available.
82.El
83.Sh HARDWARE
84Adapters supported by the
85.Nm
86driver include:
87.Pp
88.Bl -bullet -compact
89.It
90Intel EtherExpress PRO/10
91.It
92Intel InBusiness 10/100
93.It
94Intel PRO/100B / EtherExpressPRO/100 B PCI Adapter
95.It
96Intel PRO/100+ Management Adapter
97.It
98Intel PRO/100 VE Desktop Adapter
99.It
100Intel PRO/100 M Desktop Adapter
101.It
102Intel PRO/100 S Desktop, Server and Dual-Port Server Adapters
103.It
104Contec C-NET(PI)-100TX (PC-98)
105.It
106NEC PC-9821Ra20, Rv20, Xv13, Xv20 internal 100Base-TX (PC-98)
107.It
108NEC PC-9821X-B06 (PC-98)
109.It
110Many on-board network interfaces on Intel motherboards
111.El
109.Sh DIAGNOSTICS
110.Bl -diag
111.It "fxp%d: couldn't map memory"
112A fatal initialization error has occurred.
113.It "fxp%d: couldn't map interrupt"
114A fatal initialization error has occurred.
115.It "fxp%d: Failed to malloc memory"
116There are not enough mbuf's available for allocation.

--- 35 unchanged lines hidden ---
112.Sh DIAGNOSTICS
113.Bl -diag
114.It "fxp%d: couldn't map memory"
115A fatal initialization error has occurred.
116.It "fxp%d: couldn't map interrupt"
117A fatal initialization error has occurred.
118.It "fxp%d: Failed to malloc memory"
119There are not enough mbuf's available for allocation.

--- 35 unchanged lines hidden ---