No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / fpa.4
blob18418bdc08b9e106068d9da88ce6b20201402005
1 .\"     $NetBSD: fpa.4,v 1.14 2004/04/07 15:28:13 wiz Exp $
2 .\"
3 .\" Copyright (c) 1995 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Matt Thomas.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd March 13, 1995
31 .Dt FPA 4
32 .Os
33 .Sh NAME
34 .Nm fpa ,
35 .Nm fea ,
36 .Nm fta
37 .Nd
38 .Tn DEC
39 FDDI interface driver
40 .Sh SYNOPSIS
41 .Cd "fpa* at pci? dev ? function ?"
42 .Cd "fea* at eisa? slot ?"
43 .Ss alpha and pmax
44 .Cd "fta* at tc? slot ? offset ?"
45 .Sh DESCRIPTION
46 Cards supported by the
47 .Nm fpa ,
48 .Nm fea
49 and
50 .Nm fta
51 device driver are:
52 .Pp
53 .Bl -tag -width xxxxxx -offset indent
54 .It DEFPA
55 DEC PCI FDDI Controller
56 .It DEFEA
57 DEC EISA FDDI Controller
58 .It DEFTA
59 DEC TURBOchannel FDDI Controller
60 .El
61 .Pp
62 respectively.
63 All variants of either controller are supported including the DAS
64 and SAS configurations.
65 .Sh DIAGNOSTICS
66 .Bl -diag
67 .It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
68 The device probe detected that the DEFEA board is configured for a different
69 interrupt than the one specified in the kernel configuration file.
70 .It "fea%d: error: memory not enabled! ECU reconfiguration required"
71 The device probe found that no device memory had been configured on the DEFEA.
72 The DEFEA can be configured with no device memory, this driver
73 requires a minimum of 1K device memory be set up.
74 The ECU (EISA Configuration Utility) will need to be run to change the settings.
75 .El
76 .Sh SEE ALSO
77 .Xr arp 4 ,
78 .Xr netintro 4 ,
79 .Xr ifconfig 8
80 .Sh AUTHORS
81 The
82 .Nm fpa ,
83 .Nm fea
84 and
85 .Nm fta
86 device driver and manual page were written by Matt Thomas.
87 .Sh BUGS
88 Normally, the device driver will not enable the reception of SMT frames.
89 However if the IFF_LINK1 flag is set, the device driver will enable the
90 reception of SMT frames and pass them up to the Berkeley Packet Filter for
91 processing.