]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/fpa.4
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / share / man / man4 / fpa.4
1 .\"
2 .\" Copyright (c) 1995, Matt Thomas
3 .\" All rights reserved.
4 .\"
5 .\" $FreeBSD$
6 .\"
7 .Dd March 29, 2018
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 DEPRECATION NOTICE
22 The
23 .Nm
24 driver is not present in
25 .Fx 12.0
26 and later.
27 .Sh DESCRIPTION
28 The
29 .Nm
30 and
31 .Nm fea
32 device drivers provide support for the DEC DEFPA PCI FDDI Controller and
33 the DEC DEFEA EISA FDDI Controller, respectively.
34 All variants of either
35 controller are supported including the DAS and SAS configurations.
36 .Sh DIAGNOSTICS
37 .Bl -diag
38 .It "fea%d: error: desired IRQ of %d does not match device's actual IRQ (%d)"
39 The device probe detected that the DEFEA board is configured for a different
40 interrupt than the one specified in the kernel configuration file.
41 .It "fea%d: error: memory not enabled! ECU reconfiguration required"
42 The device probe found that no device memory had been configured on the
43 DEFEA.
44 Although the DEFEA can be configured with no device memory, this driver
45 requires a minimum of 1K device memory to be set up.
46 The ECU (EISA Configuration
47 Utility) will need to be run to change the settings.
48 .El
49 .Sh SEE ALSO
50 .Xr arp 4 ,
51 .Xr netintro 4 ,
52 .Xr ifconfig 8
53 .Sh AUTHORS
54 The
55 .Nm
56 and
57 .Nm fea
58 device drivers and this manual page were written by
59 .An Matt Thomas .
60 .Sh CAVEATS
61 Normally, the device driver will not enable the reception of SMT frames.
62 However if the IFF_LINK1 flag is set, the device driver will enable the
63 reception of SMT frames and pass them up to the Berkeley Packet Filter for
64 processing.