xref: /freebsd/share/man/man4/fxp.4 (revision ce834215a70ff69e7e222827437116eee2f9ac6f)
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.\" $Id: fxp.4,v 1.3 1997/02/22 13:25:27 peter Exp $
27.\"
28.Dd January 19, 1997
29.Dt FXP 4 i386
30.Os FreeBSD
31.Sh NAME
32.Nm fxp
33.Nd
34Intel EtherExpress Pro/100B Ethernet device driver
35.Sh SYNOPSIS
36.Cd "device fxp0"
37.Sh DESCRIPTION
38The
39.Nm
40driver provides support for the EtherExpress Pro/100B PCI Fast Ethernet
41adapter based on the Intel i82557 Ethernet chip.
42.Pp
43To change the operating characteristics of the card,
44use the following flag combinations with
45.Xr ifconfig 8
46.Pp
47.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
48.It -link0
49Enable auto-negotiation
50.It \ link0 -link1
51Disable auto-negotiation, set 10Mbps operation
52.It \ link0 link1
53Disable auto-negotiation, set 100Mbps operation
54.It \ link0 -link2
55Disable auto-negotiation, set half duplex mode
56.It \ link0 link2
57Disable auto-negotiation, set full duplex mode
58.El
59.Sh DIAGNOSTICS
60.Bl -diag
61.It "fxp%d: couldn't map memory"
62A fatal initialization error has occurred.
63.It "fxp%d: couldn't map interrupt"
64A fatal initialization error has occurred.
65.It "fxp%d: Failed to malloc memory"
66There are not enough mbuf's available for allocation.
67.It "fxp%d: device timeout"
68The device has stopped responding to the network, or there is a problem with
69the network connection (cable).
70.El
71.Sh SEE ALSO
72.Xr arp 4 ,
73.Xr netintro 4 ,
74.Xr ifconfig 8
75.Sh HISTORY
76The
77.Nm
78device driver first appeared in
79.Fx 2.1 .
80.Sh AUTHORS
81The
82.Nm
83device driver was written by David Greenman.
84This manual page was written by David E. O'Brien.
85