]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/fpa.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / fpa.4
1 .\"
2 .\" Copyright (c) 1995, Matt Thomas
3 .\" All rights reserved.
4 .\"
5 .\" $FreeBSD$
6 .\"
7 .Dd March 13, 1995
8 .Dt FPA 4
9 .Os
10 .Sh NAME
11 .Nm fpa ,
12 .Nm fea
13 .Nd device drivers for DEC FDDI controllers
14 .Sh SYNOPSIS
15 .Cd "device fpa"
16 .Cd "device fea"
17 .Pp
18 .Fx
19 only:
20 .Cd "device fddi"
21 .Sh DESCRIPTION
22 The
23 .Nm
24 and
25 .Nm fea
26 device drivers provide support for the DEC DEFPA PCI FDDI Controller and
27 the DEC DEFEA EISA FDDI Controller, respectively.
28 All variants of either
29 controller are supported including the DAS and SAS configurations.
30 .Sh DIAGNOSTICS
31 .Bl -diag
32 .It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
33 The device probe detected that the DEFEA board is configured for a different
34 interrupt than the one specified in the kernel configuration file.
35 .It "fea%d: error: memory not enabled! ECU reconfiguration required"
36 The device probe found that no device memory had been configured on the
37 DEFEA.
38 Although the DEFEA can be configured with no device memory, this driver
39 requires a minimum of 1K device memory to be set up.
40 The ECU (EISA Configuration
41 Utility) will need to be run to change the settings.
42 .El
43 .Sh SEE ALSO
44 .Xr arp 4 ,
45 .Xr netintro 4 ,
46 .Xr ifconfig 8
47 .Sh AUTHORS
48 The
49 .Nm
50 and
51 .Nm fea
52 device drivers and this manual page were written by
53 .An Matt Thomas .
54 .Sh CAVEATS
55 Normally, the device driver will not enable the reception of SMT frames.
56 However if the IFF_LINK1 flag is set, the device driver will enable the
57 reception of SMT frames and pass them up to the Berkeley Packet Filter for
58 processing.